Skip to content

Commit b352e5f

Browse files
committed
add biotope sub-docs
1 parent 93dbab0 commit b352e5f

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

docs/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ This documentation covers:
8282
---
8383

8484
A unified interface for accessing BioCypher ecosystem resources.
85-
**Coming soon.**
85+
86+
[:octicons-arrow-right-24: Biotope in draft stage](biotope)
8687

8788
</div>
8889

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ theme:
1111
- content.code.copy
1212
- navigation.footer
1313
- content.action.edit
14-
- search.suggest
15-
- search.highlight
1614
- toc.integrate
1715

1816
palette:
@@ -44,13 +42,15 @@ nav:
4442

4543
- BioChatter: "!include ./biochatter/mkdocs.nav.yml"
4644

45+
- Biotope: "!include ./biotope/mkdocs.nav.yml"
46+
4747
plugins:
4848
- search
4949
- include-markdown
5050
- mkdocstrings:
5151
handlers:
5252
python:
53-
paths: [., biocypher, biochatter]
53+
paths: [., biocypher, biochatter, biotope]
5454
- monorepo
5555
- table-reader
5656
- mkdocs-jupyter

0 commit comments

Comments
 (0)