Skip to content

Commit cb07001

Browse files
authored
Merge pull request #9 from OS2sandbox/7-update-configuration-to-include-the-docs-subfolder
Update _config.yml with project-specific details and configuration
2 parents 7098424 + 040233c commit cb07001

File tree

1 file changed

+28
-4
lines changed

1 file changed

+28
-4
lines changed

_config.yml

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,32 @@
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.
33
theme: just-the-docs
44

5-
url: https://just-the-docs.github.io
5+
url: https://os2sandbox.github.io/sandbox-samtale-documentation/
66

77
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

0 commit comments

Comments
 (0)