Browse Source

Squash tutorial chapters into a single page again.

Former-commit-id: 3ea0525153d109c0ca4fcbe050497ab89fd98f9f
Jérémie Dumas 7 years ago
parent
commit
e6a9f23316
1 changed files with 10 additions and 9 deletions
  1. 10 9
      mkdocs.yml

+ 10 - 9
mkdocs.yml

@@ -49,15 +49,15 @@ extra_css:
   - 'css/style.css'
   - 'css/style.css'
 pages:
 pages:
   - Home: index.md
   - Home: index.md
-  - Tutorial:
-    - "Chapter 1: Introduction to libigl": tutorial/chapter-1.md
-    - "Chapter 2: Discrete Geometric Quantities and Operators": tutorial/chapter-2.md
-    - "Chapter 3: Matrices and Linear Algebra": tutorial/chapter-3.md
-    - "Chapter 4: Shape Deformation": tutorial/chapter-4.md
-    - "Chapter 5: Parametrization": tutorial/chapter-5.md
-    - "Chapter 6: External libraries": tutorial/chapter-6.md
-    - "Chapter 7: Miscellaneous": tutorial/chapter-7.md
-    - "Chapter 8: Outlook for continuing development": tutorial/chapter-8.md
+  - Tutorial: tutorial/tutorial.md
+    # - "Chapter 1: Introduction to libigl": tutorial/chapter-1.md
+    # - "Chapter 2: Discrete Geometric Quantities and Operators": tutorial/chapter-2.md
+    # - "Chapter 3: Matrices and Linear Algebra": tutorial/chapter-3.md
+    # - "Chapter 4: Shape Deformation": tutorial/chapter-4.md
+    # - "Chapter 5: Parametrization": tutorial/chapter-5.md
+    # - "Chapter 6: External libraries": tutorial/chapter-6.md
+    # - "Chapter 7: Miscellaneous": tutorial/chapter-7.md
+    # - "Chapter 8: Outlook for continuing development": tutorial/chapter-8.md
   - Compilation:
   - Compilation:
     - Example Project: example-project.md
     - Example Project: example-project.md
     - Static Library: static-library.md
     - Static Library: static-library.md
@@ -78,6 +78,7 @@ pages:
       - rbr: file-formats/rbr.md
       - rbr: file-formats/rbr.md
       - tgf: file-formats/tgf.md
       - tgf: file-formats/tgf.md
       - xml: file-formats/xml.md
       - xml: file-formats/xml.md
+    - Building the Website: building-the-website.md
   - FAQ: faq.md
   - FAQ: faq.md
   - About:
   - About:
     - Release History: RELEASE_HISTORY.md
     - Release History: RELEASE_HISTORY.md