Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mkdocs.yml - github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ad9faa777c15ef70d0c123c3d0126007e7ae5aa0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
site_name: Polr Project
pages:
- Home: index.md
- User Guide:
    - 'Installation': 'user-guide/installation.md'
    - 'Upgrading': 'user-guide/upgrading.md'
    - 'Obtaining a MaxMind License Key': 'user-guide/maxmind-license.md'
    - 'Troubleshooting': 'user-guide/troubleshooting.md'
- Developer Guide:
    - 'Libraries': 'developer-guide/libraries.md'
    - 'API Documentation': 'developer-guide/api.md'
    - 'API Errors': 'developer-guide/api_errors.md'
- About:
    - 'License': 'about/license.md'
    - 'Contributors': 'about/contributors.md'
    - 'Contributing': 'about/contributing.md'

theme: readthedocs
repo_url: https://github.com/cydrobolt/polr/
site_author: Chaoyi Zha
extra_css:
    - 'css/base.css'