Добавил GitHub

This commit is contained in:
2025-01-11 20:53:46 +03:00
parent 3fae528fc6
commit cce9be20c3
2 changed files with 15 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
.md-source__facts {
display: none;
}

View File

@@ -1,16 +1,23 @@
site_name: Tishenko's knowledge base
site_url: https://kb.tishenko.dev
copyright: Copyright © 2025
repo_url: https://github.com/Arity-T/knowledge-base
repo_name: Arity-T/knowledge-base
edit_uri: edit/main/docs/
theme:
name: material
language: ru
favicon: assets/favicon.ico
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
- navigation.tabs
- content.code.copy
- content.action.edit
- content.action.view
palette:
# Palette toggle for light mode
@@ -45,4 +52,7 @@ markdown_extensions:
permalink: "#"
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
case: lower
extra_css:
- stylesheets/extra.css