We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829b966 commit a583d5cCopy full SHA for a583d5c
1 file changed
docs/using_help_annotations_correctly.md
@@ -0,0 +1,10 @@
1
+## Using help annotations
2
+
3
+Whenever using help annotations, please see these 3 steps below.
4
5
+1. Make sure you first write `github:`, so MakeCode knows to fetch a repository on GitHub
6
+2. Write the repository's name **without any spaces after writing the colon**
7
+3. Add a slash command to tell the compiler to read a specific file in the repository
8
+4. If it is a folder in a repository, write the folder's name and then another slash command
9
+5. Finally, add the file's name (**the file's path must be right or it will not be load**)
10
+6. Also, make sure to **not** add .md in the end of the file path because MakeCode already reads doc files as markdown files.
0 commit comments