-
Notifications
You must be signed in to change notification settings - Fork 10
/
mkdocs.yml
41 lines (36 loc) · 1.23 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
site_name: Bitprim
site_url: http://www.bitprim.org
site_description: Bitprim
site_author: Bitprim Team
repo_url: https://github.com/mkdocs/mkdocs/
edit_uri: ""
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
- .Net:
- Introduction: developer_guide/dotnet/dotnet-Interface.md
- Reference: developer_guide/dotnet/dotnet-interface-details.md
- C:
- Introduction: developer_guide/c/C-interface.md
- Reference: developer_guide/c/api.md
- C++:
- Introduction: developer_guide/c++/C---interface.md
- Python:
- Introduction: developer_guide/python/Python-interface.md
- Reference: developer_guide/python/Python-interface-details.md
- Go:
- Introduction: developer_guide/go/Go-interface.md
- About:
- Team: team.md
copyright: Copyright © 2018 Bitprim
markdown_extensions:
- toc:
permalink: #
plugins:
- search