Browse Source

Update index and toc

Eideren 11 months ago
parent
commit
f18eeeb75b
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

@@ -41,4 +41,5 @@ You can still use standard C# classes in Stride, but these aren't called scripts
 * [Preprocessor variables](preprocessor-variables.md)
 * [Create a model from code](create-a-model-from-code.md)
 * [Create Gizmos for your components](gizmos.md)
-* [Create Custom Assets](custom-assets.md)
+* [Create Custom Assets](custom-assets.md)
+* [Best Practice](best-practice.md)

+ 2 - 0
en/manual/toc.yml

@@ -540,6 +540,8 @@ items:
         href: scripts/gizmos.md
       - name: Create Custom Assets
         href: scripts/custom-assets.md
+      - name: Best Practice
+        href: scripts/best-practice.md
 
   - name: Sprites
     href: sprites/index.md