-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
50 lines (47 loc) · 1.46 KB
/
_config.yml
File metadata and controls
50 lines (47 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# GitHub Pages configuration for coBoarding documentation menu
# This enables navigation menu on GitHub Pages
# Set theme (minimal is simple and works well with navigation)
# theme: just-the-docs
remote_theme: just-the-docs/just-the-docs
mermaid: true
favicon: "/docs/favicon.svg"
just_the_docs:
includes:
head: "_includes/head_custom.html"
# Navigation menu for documentation (visible on GitHub Pages)
# To add more docs, add them to the 'nav' list
nav:
- title: "Dokumentacja użytkownika"
children:
- title: "Start"
url: "/docs/user/"
- title: "Szybki start"
url: "/docs/quickstart.md"
- title: "Instalacja"
url: "/docs/install.md"
- title: "FAQ"
url: "/docs/faq.md"
- title: "Przykłady użycia"
url: "/docs/examples.md"
- title: "Kontakt"
url: "/docs/contact.md"
- title: "Dokumentacja developerska"
children:
- title: "Start"
url: "/docs/dev/"
- title: "Architektura"
url: "/docs/architecture.md"
- title: "Struktura kontenerów"
url: "/docs/containers.md"
- title: "Testy end-to-end"
url: "/docs/e2e-tests.md"
- title: "FAQ dla developerów"
url: "/docs/faq.md"
- title: "Przykłady użycia"
url: "/docs/examples.md"
- title: "Changelog"
url: "/CHANGELOG.md"
- title: "Porównanie rozwiązań"
url: "/COMPARE.md"
- title: "Kontakt"
url: "/docs/contact.md"