You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docs/mkdocs.yml

139 lines
3.8 KiB
YAML

2 years ago
site_name: Docs St1t.ru
2 years ago
site_url: https://st1t.ru
2 years ago
repo_url: https://git.st1t.ru/thest1tch/docs
2 years ago
repo_name: thest1tch/docs
edit_uri: edit/main/docs/
2 years ago
nav:
- Привет!: index.md
2 years ago
- 🐳 Docker:
2 years ago
- Подготовка:
- Install: docker.md
- В начале:
- Traefik: docker-compose/traefik.md
2 years ago
- Traefik Forward Auth: docker-compose/traefik-forward-auth.md
2 years ago
- Сервисы:
- Linx Server: docker-compose/linx-server.md
- Samba: docker-compose/samba.md
- Redis: docker-compose/redis.md
- MotionEye: docker-compose/motioneye.md
- Media Server:
- Plex: docker-compose/plex.md
- Plex Meta Manager: docker-compose/plex-mm.md
- Plex Trakt Sync: docker-compose/plextraktsync.md
2 years ago
- Ubuntu 22:
2 years ago
- HPE:
- Management Component Pack: ubuntu/hpe/hpe-mcp.md
- MariaDB: ubuntu/mariadb.md
2 years ago
- Telegraf: ubuntu/telegraf.md
- Docker+UFW: ubuntu/docker-ufw.md
2 years ago
- Монтирование CIFS: ubuntu/mount-cifs.md
2 years ago
- Proxmox:
- CT Template: proxmox/ct-template.md
2 years ago
- Помойка:
- SSL для сайта: other/ssl-for-site.md
- Ubuntu bash aliases: other/ubuntu-bash-aliases.md
- ТСД:
- Прошивка MC9090 на CE7.0:
2 years ago
- other/tsd/index.md
2 years ago
- Переустановка ОС: other/tsd/reinstall-ce7.md
- Настройка ТСД: other/tsd/configure-ce7.md
2 years ago
- Сеть:
- Mikrotik:
- Wireguard: network/mikrotik/wireguard.md
2 years ago
- Блог:
2 years ago
- Начальная: blog/index.md
- Traefik FA: blog/posts/traefik-fa.md
2 years ago
2 years ago
theme:
name: material
2 years ago
#custom_dir: overrides
2 years ago
language: ru
2 years ago
#logo: images/site/logo.png
favicon: images/assets/favicon.png
icon:
2 years ago
repo: simple/gitea
2 years ago
logo: fontawesome/regular/folder-open
palette:
2 years ago
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
2 years ago
scheme: default
2 years ago
toggle:
icon: material/brightness-auto
2 years ago
name: Авто
2 years ago
# Toggle light mode
- media: "(prefers-color-scheme: light)"
scheme: default
2 years ago
#primary: blue
#accent: teal
2 years ago
toggle:
2 years ago
icon: material/brightness-7
name: Испепели мои глаза!
# Toggle dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
2 years ago
#primary: blue
#accent: teal
2 years ago
toggle:
2 years ago
icon: material/brightness-4
name: Я люблю свои глаза!
2 years ago
font:
code: Jet Brains Mono
2 years ago
2 years ago
features:
2 years ago
#- navigation.instant
2 years ago
#- navigation.sections # prevents collapsible sections
2 years ago
- navigation.indexes # section index pages
2 years ago
- navigation.expand #expands sections by default
2 years ago
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.pruning
2 years ago
- navigation.path
2 years ago
- search.suggest
- search.share
- content.code.annotate
- content.code.copy
- header.autohide
- announce.dismiss
- toc.follow
2 years ago
# insiders only
# - search.suggest
plugins:
2 years ago
- search:
lang:
- ru
- en
2 years ago
- glightbox
2 years ago
- blogging:
dirs: # The directories to be included
- blog
2 years ago
2 years ago
markdown_extensions:
- abbr
- admonition # enables coloured blocks mid article
- attr_list # improves image handling
- pymdownx.details # enables collapsible admonitions
- footnotes
- meta # adds support for front matter
- toc:
2 years ago
permalink: false
2 years ago
toc_depth: 3
2 years ago
- pymdownx.highlight: # code highlighting
linenums: true
2 years ago
- pymdownx.tabbed: # enables tabs for embedded blocks
alternate_style: true
2 years ago
- pymdownx.snippets
- pymdownx.superfences # allows for the nesting of code blocks inside other blocks
- pymdownx.keys
copyright: 2023 © TheSt1tch - Licensed under GPLv3
2 years ago
extra:
status:
new: Recently added
deprecated: Deprecated