-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
55 lines (47 loc) · 1.18 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Project information
site_name: 'مستندات نرم افزار آزمایشی '
site_description: 'مستندات REST API آزمایشی'
site_author: 'mohammadreza berneti'
site_url: 'http://berneti.ir'
# Repository
repo_name: 'mkdocs-rtl'
repo_url: 'https://github.com/mberneti/mkdocs-rtl'
# Copyright
copyright: 'Copyright © 2016 - 2017 Mohammadreza Berneti'
docs_dir: 'pages'
site_dir: 'docs'
# base_url: 'bb'
pages:
- مقدمه: index.md
- سرویسها:
- 'احراز هویت': 'accounts-services.md'
# Documentation and theme
theme: 'material'
theme_dir: 'theme'
extra_css:
- 'custom-docs.css'
# Options
# extra:
# logo: 'images/logo.svg'
# palette:
# primary: 'indigo'
# accent: 'indigo'
# font:
# text: 'Roboto'
# code: 'Roboto Mono'
# social:
# - type: 'github'
# link: 'https://github.com/john-doe'
# - type: 'twitter'
# link: 'https://twitter.com/john-doe'
# - type: 'linkedin'
# link: 'https://linkedin.com/in/john-doe'
# Google Analytics
# google_analytics:
# - 'UA-XXXXXXXX-X'
# - 'auto'
# Extensions
markdown_extensions:
- admonition
- codehilite(guess_lang=false)
- toc(permalink=⚓)