@@ -2,31 +2,43 @@ title: 🗣️ Samtale - A sandbox project by [OS2](https://www.os2.eu/)
22description : Empowering organizations and authorities to collaborate effectively through focused discussions.
33theme : just-the-docs
44
5+ # Base URL for GitHub Pages
56url : https://os2sandbox.github.io/sandbox-samtale-documentation/
67
8+ # Auxiliary links
79aux_links :
810 Samtale is using Zulip : https://zulip.readthedocs.io/en/latest/
911 Issue tracker på Github : https://github.com/OS2sandbox/sandbox-samtale
1012
11- # Makes Aux links open in a new tab. Default is false
13+ # Makes auxiliary links open in a new tab
1214aux_links_new_tab : true
1315
1416# Enable or disable the side/mobile menu globally
15- # Nav menu can also be selectively enabled or disabled using page variables or the minimal layout
1617nav_enabled : true
1718
1819# Sort order for navigation links
19- # nav_sort: case_insensitive # default, equivalent to nil
2020nav_sort : case_sensitive # Capital letters sorted before lowercase
2121
22-
2322# Show navigation error report
24- nav_error_report : true # default is false/nil.
23+ nav_error_report : true
24+
25+ # Include the "docs" folder in the build
26+ include :
27+ - docs
28+
29+ # Enable the Just the Docs navigation
30+ just_the_docs :
31+ collections :
32+ docs :
33+ output : true # Ensures the "docs" collection is rendered
34+ navigation :
35+ structure : nested # Enables nested navigation for subfolders
2536
37+ # Default settings for files in the "docs" folder
2638defaults :
2739 - scope :
28- path : " docs" # an empty string here means all files in the project
40+ path : " docs" # Targets the "docs" folder
2941 type : " pages"
3042 values :
31- layout : " docs "
32- nav_exclude : false
43+ layout : " default " # Use the default layout provided by the theme
44+ nav_exclude : false # Include in navigation
0 commit comments