Skip to content

Commit ce60af5

Browse files
committed
feat(tutorials)!: Add configure assets codelab. WIP
1 parent 6514893 commit ce60af5

File tree

3 files changed

+27
-55
lines changed

3 files changed

+27
-55
lines changed

tutorials/ConfigureAssets.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
author: Synthesis Team
2+
summary: Tutorial for navigating and using the configure assets panel.
3+
id: ConfigureAssets
4+
tags: Configuration, Assets, Options, Customization
5+
categories: Configuration
6+
environments: Synthesis
7+
status: Draft
8+
feedback link: https://github.com/Autodesk/synthesis/issues
9+
10+
# Configure Assets
11+
12+
## Main Panel
13+
14+
## Robots
15+
16+
## Fields
17+
18+
## Input
19+
20+
## Need More Help?
21+
22+
If you need help with anything regarding Synthesis or it's related features please reach out through our
23+
[discord sever](https://www.discord.gg/hHcF9AVgZA). It's the best way to get in contact with the community and our current developers.

tutorials/Makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.PHONY: all FusionExporter CodeSimulation APS PracticeMode Utilities
1+
.PHONY: all FusionExporter CodeSimulation APS ConfigureAssets Utilities
22

3-
all: FusionExporter CodeSimulation APS PracticeMode Utilities
3+
all: FusionExporter CodeSimulation APS ConfigureAssets Utilities
44

55
OUTPUT_DIRECTORY := ./out/
66

@@ -13,8 +13,8 @@ CodeSimulation:
1313
APS:
1414
claat export -o $(OUTPUT_DIRECTORY) APS.md
1515

16-
PracticeMode:
17-
claat export -o $(OUTPUT_DIRECTORY) PracticeMode.md
16+
ConfigureAssets:
17+
claat export -o $(OUTPUT_DIRECTORY) ConfigureAssets.md
1818

1919
Utilities:
2020
claat export -o $(OUTPUT_DIRECTORY) Utilities.md

tutorials/PracticeMode.md

-51
This file was deleted.

0 commit comments

Comments
 (0)