@@ -2,31 +2,43 @@ title: 🗣️ Samtale - A sandbox project by [OS2](https://www.os2.eu/)
2
2
description : Empowering organizations and authorities to collaborate effectively through focused discussions.
3
3
theme : just-the-docs
4
4
5
+ # Base URL for GitHub Pages
5
6
url : https://os2sandbox.github.io/sandbox-samtale-documentation/
6
7
8
+ # Auxiliary links
7
9
aux_links :
8
10
Samtale is using Zulip : https://zulip.readthedocs.io/en/latest/
9
11
Issue tracker på Github : https://github.com/OS2sandbox/sandbox-samtale
10
12
11
- # Makes Aux links open in a new tab. Default is false
13
+ # Makes auxiliary links open in a new tab
12
14
aux_links_new_tab : true
13
15
14
16
# 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
16
17
nav_enabled : true
17
18
18
19
# Sort order for navigation links
19
- # nav_sort: case_insensitive # default, equivalent to nil
20
20
nav_sort : case_sensitive # Capital letters sorted before lowercase
21
21
22
-
23
22
# 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
25
36
37
+ # Default settings for files in the "docs" folder
26
38
defaults :
27
39
- scope :
28
- path : " docs" # an empty string here means all files in the project
40
+ path : " docs" # Targets the "docs" folder
29
41
type : " pages"
30
42
values :
31
- layout : " docs "
32
- nav_exclude : true
43
+ layout : " default " # Use the default layout provided by the theme
44
+ nav_exclude : false # Include in navigation
0 commit comments