Skip to content

Commit

Permalink
Add integration example notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
mawandm committed May 24, 2024
1 parent 866f367 commit 8feae34
Show file tree
Hide file tree
Showing 5 changed files with 421 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ We use mkdocs to create Nesis documentation.

1. Install dependencies with
```commandline
pip install -r requirements-docs.txt
pip install -r requirements.txt
```
2. Serve the documentation on your local with
```commandline
Expand Down
5 changes: 5 additions & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,15 @@ nav:
- 'installing/helm.md'
- 'installing/ametnes.md'
- 'Access Control': 'rbac.md'
- 'App Integration': 'apps/example.ipynb'
- 'Development Guide':
- 'Local Development': 'dev-guide/local.md'
- 'Architecture': 'dev-guide/architecture.md'
- 'Contributing': 'dev-guide/contributing.md'

plugins:
- mkdocs-jupyter

extra_css:
- css/extra.css
extra_javascript:
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ jinja2==3.1.3
mkdocs-material==9.0.5
mkdocs-bootstrap==1.1
mkdocs-bootswatch==1.1
mkdocs-jupyter==0.24.7
Loading

0 comments on commit 8feae34

Please sign in to comment.