-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathmkdocs.yml
35 lines (35 loc) · 1003 Bytes
/
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
site_name: pipen
repo_url: https://github.com/pwwang/pipen
repo_name: pwwang/pipen
theme:
name: 'material'
markdown_extensions:
- markdown.extensions.admonition
- pymdownx.superfences:
preserve_tabs: true
- toc:
baselevel: 2
plugins:
- search # necessary for search to work
- mkapi
extra_css:
- style.css
nav:
- 'Introduction': 'index.md'
- 'Basics': 'basics.md'
- 'Defining a process': 'defining-proc.md'
- 'Defining and running a pipeline': 'running.md'
- 'Templating': 'templating.md'
- 'Channels': 'channels.md'
- 'Input and output': 'input-output.md'
- 'Script': 'script.md'
- 'Caching': 'caching.md'
- 'Error handling': 'error.md'
- 'Configurations': 'configurations.md'
- 'Plugins': 'plugin.md'
- 'Scheduler': 'scheduler.md'
- 'Process group': 'proc-group.md'
- 'Command line iterface': 'cli.md'
- 'Examples': 'examples.md'
- 'Change log': 'CHANGELOG.md'
- 'API': mkapi/api/pipen