File tree 1 file changed +28
-4
lines changed
1 file changed +28
-4
lines changed Original file line number Diff line number Diff line change 1
- title : Just the Docs Template
2
- description : A starter template for a Jeykll site using the Just the Docs theme!
1
+ title : 🗣️ Samtale - A sandbox project by [OS2](https://www.os2.eu/)
2
+ description : Empowering organizations and authorities to collaborate effectively through focused discussions.
3
3
theme : just-the-docs
4
4
5
- url : https://just-the-docs .github.io
5
+ url : https://os2sandbox .github.io/sandbox-samtale-documentation/
6
6
7
7
aux_links :
8
- Template Repository : https://github.com/just-the-docs/just-the-docs-template
8
+ Samtale is using Zulip : https://zulip.readthedocs.io/en/latest/
9
+ Issue tracker på Github : https://github.com/OS2sandbox/sandbox-samtale
10
+
11
+ # Makes Aux links open in a new tab. Default is false
12
+ aux_links_new_tab : true
13
+
14
+ # 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
+ nav_enabled : true
17
+
18
+ # Sort order for navigation links
19
+ # nav_sort: case_insensitive # default, equivalent to nil
20
+ nav_sort : case_sensitive # Capital letters sorted before lowercase
21
+
22
+
23
+ # Show navigation error report
24
+ nav_error_report : true # default is false/nil.
25
+
26
+ defaults :
27
+ - scope :
28
+ path : " docs" # an empty string here means all files in the project
29
+ type : " pages"
30
+ values :
31
+ layout : " docs"
32
+ nav_exclude : true
You can’t perform that action at this time.
0 commit comments