-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
36 lines (31 loc) · 993 Bytes
/
mkdocs.yml
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
site_name: Sportorg
site_url: https://sportorg.readthedocs.io/ru/latest/
site_description: 'Sportorg - программное обеспечение для организации соревнований. Поддержка электронных систем отметки SPORTIdent, SFR, SportIduino'
repo_name: 'sportorg-docs'
repo_url: 'https://github.com/sportorg/sportorg-docs'
copyright: 'Copyright © 2024 Sportorg'
theme:
name: readthedocs
language: ru
plugins:
- search:
lang: ru
nav:
- 'Главная': index.md
- 'Гид пользователя':
- user-guide/get-started.md
- user-guide/import-data.md
- user-guide/start.md
- user-guide/finish.md
- user-guide/course.md
- user-guide/sportident.md
- user-guide/winorient.md
- user-guide/teamwork.md
- user-guide/templates.md
- user-guide/maze.md
- user-guide/liveorg.md
- 'FAQ': faq/index.md
- 'О нас':
- about/contributors.md
- 'License': about/LICENSE.md
- about/changelog.md