Добавил GitHub
This commit is contained in:
3
docs/stylesheets/extra.css
Normal file
3
docs/stylesheets/extra.css
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
.md-source__facts {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
14
mkdocs.yml
14
mkdocs.yml
@@ -1,16 +1,23 @@
|
|||||||
site_name: Tishenko's knowledge base
|
site_name: Tishenko's knowledge base
|
||||||
site_url: https://kb.tishenko.dev
|
site_url: https://kb.tishenko.dev
|
||||||
copyright: Copyright © 2025
|
copyright: Copyright © 2025
|
||||||
|
repo_url: https://github.com/Arity-T/knowledge-base
|
||||||
|
repo_name: Arity-T/knowledge-base
|
||||||
|
edit_uri: edit/main/docs/
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
language: ru
|
language: ru
|
||||||
favicon: assets/favicon.ico
|
favicon: assets/favicon.ico
|
||||||
|
|
||||||
|
icon:
|
||||||
|
repo: fontawesome/brands/github
|
||||||
|
|
||||||
features:
|
features:
|
||||||
- navigation.instant
|
- navigation.instant
|
||||||
- navigation.tabs
|
- navigation.tabs
|
||||||
|
|
||||||
- content.code.copy
|
- content.code.copy
|
||||||
|
- content.action.edit
|
||||||
|
- content.action.view
|
||||||
|
|
||||||
palette:
|
palette:
|
||||||
# Palette toggle for light mode
|
# Palette toggle for light mode
|
||||||
@@ -45,4 +52,7 @@ markdown_extensions:
|
|||||||
permalink: "#"
|
permalink: "#"
|
||||||
slugify: !!python/object/apply:pymdownx.slugs.slugify
|
slugify: !!python/object/apply:pymdownx.slugs.slugify
|
||||||
kwds:
|
kwds:
|
||||||
case: lower
|
case: lower
|
||||||
|
|
||||||
|
extra_css:
|
||||||
|
- stylesheets/extra.css
|
||||||
Reference in New Issue
Block a user