-
Notifications
You must be signed in to change notification settings - Fork 6
/
mkdocs.yml
69 lines (64 loc) · 1.76 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
site_name: LINC Documentation
repo_name: "lincbrain/linc-docs"
repo_url: "https://github.com/lincbrain/linc-docs"
copyright: "CC-BY 4.0"
use_directory_urls: true
site_url: https://docs.lincbrain.org
# Material theme
theme:
name: "material"
language: "en"
favicon: img/linc.logo.color+white.notext+square.png
logo: img/linc.logo.color+black.alpha.notext.png
palette:
primary: "deep purple"
accent: "purple"
features:
- toc.integrate
# Pages
nav:
- Welcome: "index.md"
- Upload data: "upload.md"
- Webknossos:
- Add Webknossos dataset: "webknossos-add-dataset.md"
- Deployment: https://github.com/lincbrain/webknossos/blob/ak-dev/LINC_DEPLOYMENT.md
- Development: https://github.com/lincbrain/webknossos/blob/ak-dev/LINC_DEVELOPMENT.md
- DANDI Docs: https://www.dandiarchive.org/handbook
- API:
- LINC Client: https://lincbrain.readthedocs.io
- Contribute documentation: "contribute.md"
- About this doc: "about.md"
# List of extensions
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.critic
- pymdownx.magiclink
- toc:
permalink: True
# List of plugins
plugins:
- search
- open-in-new-tab
# Customize theme
extra:
generator: false
analytics:
provider: google
property: G-E0ERHE0JXE
social:
- icon: material/home
link: https://connects.mgh.harvard.edu/
name: Homepage
- icon: fontawesome/brands/slack
link: https://mit-lincbrain.slack.com/
name: Slack
- icon: fontawesome/brands/github
link: https://github.com/lincbrain
name: GitHub
- icon: fontawesome/brands/docker
link: https://hub.docker.com/u/lincbrain
name: Docker Hub
- icon: fontawesome/brands/python
link: https://pypi.org/project/lincbrain-cli
name: PyPI