Удаление бибилиотек ERP модуля
This commit is contained in:
10
dev.yml
10
dev.yml
@ -1,12 +1,14 @@
|
||||
site_name: Lexema-ERP
|
||||
#repo_url: http://gogs.lex.lan/l8-base/erp_manual
|
||||
site_name: Lexema-HRM
|
||||
nav:
|
||||
|
||||
markdown_extensions:
|
||||
- toc:
|
||||
separator: "_"
|
||||
permalink: "#"
|
||||
slugify: !!python/object/apply:pymdownx.slugs.slugify {kwds: {case: "lower", percent_encode: true}}
|
||||
slugify:
|
||||
!!python/object/apply:pymdownx.slugs.slugify {
|
||||
kwds: { case: "lower", percent_encode: true },
|
||||
}
|
||||
- attr_list
|
||||
- admonition
|
||||
- sane_lists
|
||||
@ -44,7 +46,7 @@ theme:
|
||||
- search.highlight
|
||||
language: ru
|
||||
palette:
|
||||
primary: orange
|
||||
primary: black
|
||||
|
||||
docs_dir: docs
|
||||
site_dir: site
|
||||
|
Reference in New Issue
Block a user