-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
41 lines (36 loc) · 766 Bytes
/
mkdocs.yml
File metadata and controls
41 lines (36 loc) · 766 Bytes
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
site_name: OBI-one
# Theme configuration
theme:
name: material
palette:
scheme: slate
features:
- navigation.tabs
- navigation.sections
- search.suggest
- content.code.copy
# Navigation structure
nav:
- Home: index.md
- Single Cell Simulations: scs.md
- Small Circuit Simulations: scircuit.md
# Plugins
plugins:
- search
- tags:
tags_allowed:
- explore
- launch-notebook
- contribute-and-fix-data
- build-ion-channel-model
- single-cell-simulation
- paired-neuron-simulation
- circuit-simulation
- neuron-skeletonization
- virtual-labs
# Documentation directory
docs_dir: docs
site_dir: site
# Build options
strict: false
use_directory_urls: true