Skip to content

Commit a6d50d0

Browse files
committed
Fix for Sub section index pages
1 parent 38eef0b commit a6d50d0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

mkdocs.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ nav:
1717
- Deployments: Deployments.md
1818
- Jupyter Notebooks: Jupiter Notebooks.md
1919
- Licensing: Licensing.md
20-
- Packages:
21-
- Packages/index.md
20+
- Packages: Packages/index.md
2221
- CustomTkinter: Packages/CustomTkinter.md
2322
- Doxctpl: Packages/Doxctpl.md
2423
- Pandas: Packages/Pandas.md
@@ -27,8 +26,7 @@ nav:
2726
- pyRevit: Packages/pyRevit.md
2827
- PySimpleGUI: Packages/PySimpleGUI.md
2928
- xlwings: Packages/xlwings.md
30-
- Code:
31-
- Code/index.md
29+
- Code: Code/index.md
3230
- Access Modifiers: Code/Access Modifier.md
3331
- Classes: Code/Class.md
3432
- Conditional Statements: Code/Conditional Statements.md
@@ -53,8 +51,7 @@ nav:
5351
- Strings: Code/String.md
5452
- Type Hinting: Code/Type Hinting.md
5553
- Variables: Code/Variables.md
56-
- Streamlit:
57-
- Code/index.md
54+
- Streamlit: Code/index.md
5855
- Layout: Streamlit/Streamlit Layout.md
5956
- Workflow: Streamlit/Streamlit workflow.md
6057

0 commit comments

Comments
 (0)