перенос инструкций
This commit is contained in:
49
dev.yml
Normal file
49
dev.yml
Normal file
@ -0,0 +1,49 @@
|
||||
site_name: Lexema-ECM
|
||||
#repo_url: http://gogs.lex.lan/yangirova_as/Dokumentooborot
|
||||
nav:
|
||||
|
||||
markdown_extensions:
|
||||
- toc:
|
||||
separator: "_"
|
||||
permalink: "#"
|
||||
slugify: !!python/name:pymdownx.slugs.uslugify
|
||||
- attr_list
|
||||
- admonition
|
||||
- sane_lists
|
||||
- pymdownx.highlight
|
||||
- pymdownx.superfences
|
||||
- def_list
|
||||
- pymdownx.details
|
||||
- pymdownx.tasklist:
|
||||
custom_checkbox: true
|
||||
|
||||
|
||||
extra_css:
|
||||
- css/extra.css
|
||||
|
||||
extra_javascript:
|
||||
- javascripts/extra.js
|
||||
|
||||
plugins:
|
||||
- search:
|
||||
lang: ['ru', 'en']
|
||||
- section-index
|
||||
- include-markdown
|
||||
- mkdocs-video
|
||||
- literate-nav:
|
||||
nav_file: SUMMARY.md
|
||||
theme:
|
||||
name: material
|
||||
features:
|
||||
- navigation.instant
|
||||
- navigation.top
|
||||
- navigation.tracking
|
||||
- toc.follow
|
||||
- toc.integrate
|
||||
language: ru
|
||||
palette:
|
||||
primary: green
|
||||
|
||||
docs_dir: docs
|
||||
site_dir: site
|
||||
|
Reference in New Issue
Block a user