Browse Source

Add to index and table of content

Eideren 1 year ago
parent
commit
c239a33bdb
2 changed files with 4 additions and 1 deletions
  1. 2 1
      en/manual/scripts/index.md
  2. 2 0
      en/manual/toc.yml

+ 2 - 1
en/manual/scripts/index.md

@@ -39,4 +39,5 @@ You can still use standard C# classes in Stride, but these aren't called scripts
 * [Events](events.md)
 * [Events](events.md)
 * [Debugging](debugging.md)
 * [Debugging](debugging.md)
 * [Preprocessor variables](preprocessor-variables.md)
 * [Preprocessor variables](preprocessor-variables.md)
-* [Create a model from code](create-a-model-from-code.md)
+* [Create a model from code](create-a-model-from-code.md)
+* [Create Gizmos for you components](gizmos.md)

+ 2 - 0
en/manual/toc.yml

@@ -498,6 +498,8 @@ items:
         href: scripts/preprocessor-variables.md
         href: scripts/preprocessor-variables.md
       - name: Create a model from code
       - name: Create a model from code
         href: scripts/create-a-model-from-code.md
         href: scripts/create-a-model-from-code.md
+      - name: Create Gizmos for you components
+        href: scripts/gizmos.md
 
 
   - name: Sprites
   - name: Sprites
     href: sprites/index.md
     href: sprites/index.md