pboted_docs/mkdocs.yml

90 lines
2.5 KiB
YAML

site_name: pboted documentation
site_url: https://pboted.readthedocs.io
site_description: pboted documentation
site_author: polistern
repo_url: https://github.com/PurpleBote/pboted
repo_name: PurpleBote/pboted
nav:
- Home: index.md
- Quick start:
- Installing: user-guide/install.md
- Running: user-guide/run.md
- Configuring: user-guide/configuration.md
- Usage: user-guide/usage.md
- Tutorials:
- Glossary of Terms: tutorials/terms.md
- Files: tutorials/files.md
- Bootstrap: tutorials/bootstrap.md
- AddressBook: tutorials/addressbook.md
- SMTP: tutorials/SMTP.md
- POP3: tutorials/POP3.md
- Configuring the mail client: tutorials/mail_client.md
- Control: tutorials/Control.md
copyright: <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA 4.0</a>, Maintained by <a href="https://github.com/polistern">polistern</a>
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
plugins:
- search
- git-revision-date
- i18n:
default_language: en
docs_structure: suffix
languages:
en:
name: English
build: true
site_name: pboted
ru:
name: Russian
build: true
site_name: pboted
nav_translations:
ru:
Home: Главная
Quick start: Быстрый старт
Installing: Установка
Running: Запуск
Configuring: Конфигурация
Files: Файлы
Usage: Использование
Tutorials: Руководства
Bootstrap: Начальная загрузка
AddressBook: Адресная книга
#SMTP:
#POP3:
Configuring the mail client: Настройка почтового клиента
#Control:
Building from source: Сборка из исходников
Description: Описание
Glossary of Terms: Словарь терминов
Introduction: Введение
theme:
name: material
palette:
scheme: slate
primary: purple
custom_dir: overrides/
icon:
repo: fontawesome/brands/github
admonition:
note: octicons/tag-16
abstract: octicons/checklist-16
info: octicons/info-16
tip: octicons/squirrel-16
success: octicons/check-16
question: octicons/question-16
warning: octicons/alert-16
failure: octicons/x-circle-16
danger: octicons/zap-16
bug: octicons/bug-16
example: octicons/beaker-16
quote: octicons/quote-16