forked from hyperledger/fabric-sdk-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
36 lines (33 loc) · 1.04 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
#
# Copyright IBM Corp. All Rights Reserved.
#
# SPDX-License-Identifier: Apache-2.0
#
site_name: Hyperledger Fabric Node SDK
site_url: http://fabric-sdk-node.readthedocs.io
theme: readthedocs
repo_url: https://github.com/hyperledger/fabric-sdk-node.git
site_description: 'Welcome to the Hyperledger Fabric Node SDK documentation'
strict: true
theme_dir: 'docs/custom_theme'
pages:
- Home: index.md
- NodeSDK:
- App-developer-env-setup: app-developer-env-setup.md
- Node-SDK-guide: node-sdk-guide.md
- Node-SDK-indepth: node-sdk-indepth.md
- Sample-Standalone-app: sample-standalone-app.md
- Sample-web-app: sample-web-app.md
markdown_extensions:
- toc:
permalink: true
- admonition
- extra
- tables
- toc
- fenced_code
- smarty
- mdx_math:
enable_dollar_delimiter: True #for use of inline $..$
- footnotes
copyright: Copyright © 2016 IBM Corp. <br></br>Contributed to the Hyperledger Project under the <a href="https://github.com/hyperledger/fabric/blob/master/LICENSE" target="_blank">Apache Software License 2.0</a>