-
Notifications
You must be signed in to change notification settings - Fork 10
/
mkdocs.yml
48 lines (38 loc) · 1.21 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
site_name: Bitprim
site_url: http://www.bitprim.org
site_description: Bitprim
site_author: Bitprim Team
repo_url: https://github.com/bitprim/bitprim-docs/
edit_uri: ""
docs_dir: content
theme:
name: flatly
pages:
- Home: index.md
- User Guide:
- Introduction: user_guide/introduction.md
- Installation: user_guide/installation.md
- RPC: user_guide/rpc.md
- Release Notes: user_guide/releases_notes.md
- Developer Guide:
- Introduction: developer_guide/introduction.md
- Rest API: developer_guide/restapi/introduction.md
- .Net:
- Introduction: developer_guide/dotnet/introduction.md
- C:
- Introduction: developer_guide/c/C-interface.md
- C++:
- Introduction: developer_guide/c++/C---interface.md
- Python:
- Introduction: developer_guide/python/Python-interface.md
- Go:
- Introduction: developer_guide/go/Go-interface.md
- About:
- Team: team.md
copyright: Copyright © 2018 Bitprim - [email protected]
markdown_extensions:
- toc:
permalink: ☍
- extra
plugins:
- search