Skip to content

Commit

Permalink
Upload mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordilavila committed May 20, 2023
1 parent e17dd12 commit 3579565
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# mkdocs.yml - https://realpython.com/python-project-documentation-with-mkdocs
# Colors - https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/
site_name: Template for Telegram Bots - Documentation
theme:
name: material
features:
- content.code.annotate
palette:
primary: red
accent: red
font:
text: Exo 2
code: Hack
language: es
favicon: assets/icon.png
logo: assets/icon.png

plugins:
- mkdocstrings:
handlers:
python:
options:
show_source: false
show_root_heading: true
heading_level: 2

markdown_extensions:
- pymdownx.highlight:
anchor_linenums:
true
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.snippets
- toc:
permalink: true
toc_depth: 8
baselevel: 2
- tables
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg


nav:
- Home: index.md
- Code:
- Main: botsi_main.md
- Utils: utils.md

extra:
generator: false

0 comments on commit 3579565

Please sign in to comment.