-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
40 lines (35 loc) · 1021 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
site_name: VK SDK Android
site_url: https://vksdk.github.io/vk-sdk-android
repo_name: vk-sdk-android
repo_url: https://github.com/vksdk/vk-sdk-android
site_description: "VK SDK Android"
site_author: Peter Samokhin
copyright: 'Copyright © 2023 Peter Samokhin <a href="https://petersamokhin.com">https://petersamokhin.com</a>'
remote_branch: gh-pages
nav:
- 'Overview': index.md
- 'Auth': auth.md
- '1.x API':
- 'auth': 1.x/auth/index.html
- 'Changelog':
- 'Changelog: Auth': changelog-auth.md
theme:
name: 'material'
favicon: images/logo_round.png
logo: images/logo_round.png
palette:
primary: 'indigo'
accent: 'indigo'
extra_css:
- 'css/custom.css'
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/vksdk/vk-sdk-android
- icon: fontawesome/brands/vk
link: https://vk.com/vk_sdk
markdown_extensions:
- pymdownx.highlight: { auto_title: true }
- pymdownx.superfences
- admonition
- toc: { permalink: true }