Добавление плагинов, изменение докуметаций "Основные команды", "Снятие Read Only с корневого раздела" и добавление новой документации "Команда ls"
This commit is contained in:
27
mkdocs.yml
27
mkdocs.yml
@@ -12,6 +12,8 @@ theme:
|
||||
- navigation.instant
|
||||
- navigation.trcking
|
||||
- toc.integrate
|
||||
- content.code.copy
|
||||
- content.code.annotate
|
||||
palette:
|
||||
# Светлая тема
|
||||
- scheme: default
|
||||
@@ -31,6 +33,8 @@ theme:
|
||||
plugins:
|
||||
- search
|
||||
- git-revision-date-localized
|
||||
- glightbox
|
||||
|
||||
|
||||
nav:
|
||||
- Главная: index.md
|
||||
@@ -38,6 +42,7 @@ nav:
|
||||
- "GNU/Linux & UNIX":
|
||||
- 'Базовые команды':
|
||||
- Основные команды: docs/linux/base-commands.md
|
||||
- "Команда ls": docs/linux/command-ls.md
|
||||
- 'Steam Deck':
|
||||
- "Снятие Read Only с корневого раздела": docs/steam-deck/disable-read-only.md
|
||||
- Сервисы: services.md
|
||||
@@ -60,3 +65,25 @@ extra:
|
||||
- icon: fontawesome/brands/steam
|
||||
link: https://steamcommunity.com/id/KURNESAY/
|
||||
|
||||
markdown_extensions:
|
||||
- admonition
|
||||
- pymdownx.details
|
||||
- pymdownx.superfences
|
||||
- attr_list
|
||||
- md_in_html
|
||||
- toc:
|
||||
permalink: true
|
||||
- pymdownx.emoji:
|
||||
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
||||
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
||||
- pymdownx.highlight:
|
||||
anchor_linenums: true
|
||||
line_spans: __span
|
||||
pygments_lang_class: true
|
||||
- pymdownx.inlinehilite
|
||||
- pymdownx.snippets
|
||||
- pymdownx.superfences:
|
||||
custom_fences:
|
||||
- name: mermaid
|
||||
class: mermaid
|
||||
format: !!python/name:pymdownx.superfences.fence_code_format
|
||||
|
||||
Reference in New Issue
Block a user