forked from bd2kccd/bd2kccd.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
19 lines (19 loc) · 747 Bytes
/
mkdocs.yml
File metadata and controls
19 lines (19 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
site_name: CCD Docs
site_description: Documentation of CCD tools and software
docs_dir: docs_src
site_dir: stage
site_url: https://bd2kccd.github.io/docs
# pages is changed after 1.3.0 error occurs at 1.4.3
nav:
- Welcome to CCD Docs: index.md
- Tetrad: tetrad.md
- Causal Cmd: causal-cmd.md
- Causal Web: causal-web.md
- Causal REST API: causal-rest-api.md
- Py-causal: py-causal.md
- R-causal: r-causal.md
- Cytoscape Tetrad Plugin: cytoscape-tetrad.md
- CCD Annotations Cytoscape Plugin: ccd-annotations-cytoscape.md
theme: readthedocs
# The configuration option google_analytics has been deprecated and will be removed in a future release of MkDocs.
google_analytics: ['UA-60897872-2', 'bd2kccd.github.io']