Fix domains in mkdocs.yml

This commit is contained in:
Alex Root Junior 2020-01-11 20:19:43 +02:00
parent 8726963bc2
commit 6f56f24296

View file

@ -1,11 +1,11 @@
site_name: aiogram
site_description: 'Documentations of aiogram framework'
site_author: 'Alex Root Junior'
site_url: 'https://aiogram.2038.io'
site_url: 'https://docs.aiogram.dev'
repo_name: '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:
name: 'material'