mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Clean project
This commit is contained in:
parent
a83dd3ca63
commit
bdae5fb026
259 changed files with 1303 additions and 21135 deletions
28
mkdocs.yml
Normal file
28
mkdocs.yml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
site_name: aiogram
|
||||
site_description: 'Documentations of aiogram framework'
|
||||
site_author: 'Alex Root Junior'
|
||||
site_url: 'https://illemius.xyz'
|
||||
repo_name: 'aiogram/aiogram'
|
||||
repo_url: 'https://github.com/aiogram/aiogram'
|
||||
|
||||
theme:
|
||||
name: 'material'
|
||||
language: 'en'
|
||||
palette:
|
||||
primary: 'blue'
|
||||
accent: 'blue'
|
||||
favicon: 'assets/images/logo.png'
|
||||
logo: 'assets/images/logo.png'
|
||||
|
||||
plugins:
|
||||
- search
|
||||
markdown_extensions:
|
||||
- admonition
|
||||
- codehilite
|
||||
- footnotes
|
||||
- toc:
|
||||
permalink: true
|
||||
|
||||
nav:
|
||||
- index.md
|
||||
- install.md
|
||||
Loading…
Add table
Add a link
Reference in a new issue