mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 18:19:34 +00:00
Fix domains in mkdocs.yml
This commit is contained in:
parent
8726963bc2
commit
6f56f24296
1 changed files with 2 additions and 2 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
site_name: aiogram
|
site_name: aiogram
|
||||||
site_description: 'Documentations of aiogram framework'
|
site_description: 'Documentations of aiogram framework'
|
||||||
site_author: 'Alex Root Junior'
|
site_author: 'Alex Root Junior'
|
||||||
site_url: 'https://aiogram.2038.io'
|
site_url: 'https://docs.aiogram.dev'
|
||||||
repo_name: 'aiogram/aiogram'
|
repo_name: 'aiogram/aiogram'
|
||||||
repo_url: 'https://github.com/aiogram/aiogram'
|
repo_url: 'https://github.com/aiogram/aiogram'
|
||||||
|
|
||||||
google_analytics: ['UA-63525804-7', 'aiogram.2038.io']
|
google_analytics: ['UA-63525804-7', 'dev-docs.aiogram.dev']
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
name: 'material'
|
name: 'material'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue