-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
33 lines (29 loc) · 801 Bytes
/
mkdocs.yml
File metadata and controls
33 lines (29 loc) · 801 Bytes
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
# Project information
site_name: 'Praetorian API'
site_description: 'Centralizovaná správa a distribúcia citlivých prístupových údajov'
site_author: 'Adam Žúrek'
site_url: 'https://zurek11.github.io/praetorian-api/'
# Navigation
nav:
- Domov: index.md
- Podporované konfigurácie: supported_configurations.md
- Podporované prístupy: access_sources.md
- Funkcie: features.md
- Zabezpečenie: security.md
- EER diagram: eer_diagram.md
- Vizualizácia nasadenia: deploy_example.md
# Repository
repo_name: 'zurek11/praetorian-api'
repo_url: 'https://github.com/zurek11/praetorian-api'
# Configuration
theme:
name: 'material'
language: 'sk'
features:
- instant
# Extensions
markdown_extensions:
- codehilite:
guess_lang: false
- toc:
permalink: true