-
Notifications
You must be signed in to change notification settings - Fork 8
/
mkdocs.yml
128 lines (112 loc) · 3.61 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
site_name: nanopub
site_description: Python client for Nanopublications
site_author: Robin Richardson, Sven van der Burg, Vincent Emonet
site_url: https://fair-workflows.github.io/nanopub
repo_name: fair-workflows/nanopub
repo_url: https://github.com/fair-workflows/nanopub
edit_uri: "edit/main/docs/"
copyright: Copyright © 2020 Robin Richardson, Sven van der Burg
nav:
- Getting started:
- Getting started: index.md
- What are Nanopublications?: getting-started/what-are-nanopubs.md
- Setup instructions: getting-started/setup.md
- The nanopub test server: getting-started/test-server.md
- Use the command line interface: getting-started/use-the-cli.md
- Development: getting-started/development.md
- Publishing:
- Set the user profile: publishing/profile.md
- Publish nanopublications: publishing/publish-nanopublications.md
- Use nanopub templates: publishing/templates.md
- Use the nanopub's namespace: publishing/using-publication-namespace.md
- Set provenance and pubinfo: publishing/setting-subgraphs.md
- Retract a nanopublication: publishing/retraction.md
- Searching:
- Fetching: searching/fetching.md
- Searching: searching/searching.md
- API Reference:
- Nanopub: reference/nanopub.md
- Templates: reference/templates.md
- Config: reference/config.md
- Profile: reference/profile.md
- Client: reference/client.md
- Namespaces: reference/namespaces.md
- "<span>Issues <i class='fa-solid fa-arrow-up-right-from-square'></i></span>": https://github.com/fair-workflows/nanopub/issues" target="_blank
# Icons: https://fontawesome.com/icons and https://squidfunk.github.io/mkdocs-material/reference/icons-emojis
theme:
name: "material"
favicon: assets/icon.png
logo: assets/icon.png
# icon:
# logo: material/microscope
language: en
# https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#primary-color
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: light blue
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: light blue
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- content.code.annotate
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
# - content.tabs.link
# - header.autohide
# - navigation.expand
# - navigation.instant
# - navigation.tabs.sticky
plugins:
- search
- autorefs
- mkdocstrings:
default_handler: python
handlers:
python:
options:
show_source: true
watch:
- nanopub
- docs
# Styled blocks: https://squidfunk.github.io/mkdocs-material/reference/admonitions/#supported-types
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- attr_list
- smarty
extra_css:
- assets/custom.css
extra_javascript:
- assets/fontawesome.min.js
- assets/solid.min.js
extra:
social:
- icon: fontawesome/brands/python
link: https://pypi.org/project/nanopub
- icon: fontawesome/brands/github
link: https://github.com/fair-workflows
# - icon: fontawesome/brands/docker
# link: https://github.com/orgs/fair-workflows/packages
# - icon: fontawesome/brands/twitter
# link: https://twitter.com/