Skip to content

Commit

Permalink
feat(tutorials)!: Add configure assets codelab. WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
HunterBarclay committed Sep 2, 2024
1 parent 6514893 commit ce60af5
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 55 deletions.
23 changes: 23 additions & 0 deletions tutorials/ConfigureAssets.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
author: Synthesis Team
summary: Tutorial for navigating and using the configure assets panel.
id: ConfigureAssets
tags: Configuration, Assets, Options, Customization
categories: Configuration
environments: Synthesis
status: Draft
feedback link: https://github.com/Autodesk/synthesis/issues

# Configure Assets

## Main Panel

## Robots

## Fields

## Input

## Need More Help?

If you need help with anything regarding Synthesis or it's related features please reach out through our
[discord sever](https://www.discord.gg/hHcF9AVgZA). It's the best way to get in contact with the community and our current developers.
8 changes: 4 additions & 4 deletions tutorials/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: all FusionExporter CodeSimulation APS PracticeMode Utilities
.PHONY: all FusionExporter CodeSimulation APS ConfigureAssets Utilities

all: FusionExporter CodeSimulation APS PracticeMode Utilities
all: FusionExporter CodeSimulation APS ConfigureAssets Utilities

OUTPUT_DIRECTORY := ./out/

Expand All @@ -13,8 +13,8 @@ CodeSimulation:
APS:
claat export -o $(OUTPUT_DIRECTORY) APS.md

PracticeMode:
claat export -o $(OUTPUT_DIRECTORY) PracticeMode.md
ConfigureAssets:
claat export -o $(OUTPUT_DIRECTORY) ConfigureAssets.md

Utilities:
claat export -o $(OUTPUT_DIRECTORY) Utilities.md
51 changes: 0 additions & 51 deletions tutorials/PracticeMode.md

This file was deleted.

0 comments on commit ce60af5

Please sign in to comment.