Удаление бибилиотек ERP модуля
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
site_name: Lexema-ERP
|
||||
site_name: Lexema-HRM
|
||||
|
||||
nav:
|
||||
|
||||
@ -6,7 +6,10 @@ 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
|
||||
|
Reference in New Issue
Block a user