Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Changed
- Misc: Documentation to enable zooming in of images.
- Misc: Documentation to enable zooming in of images, add navigation section headers.

## [0.16.2] - 2024-02-06
### Added
Expand Down
4 changes: 2 additions & 2 deletions docs/demo/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Getting Started
title: Demonstration
---

# 📋 Getting Started
# 📋 Demonstration
5 changes: 5 additions & 0 deletions docs/resources/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Resources
---

# 📰 Resources
14 changes: 8 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@ nav:
- Changes:
- changelog.md
- Getting Started:
- demo/index.md
- demo/tree.md
- demo/binarytree.md
- demo/dag.md
- demo/workflow.md
- Demonstration:
- demo/index.md
- demo/tree.md
- demo/binarytree.md
- demo/dag.md
- demo/workflow.md
- Resources:
- resources/articles.md
- resources/index.md
- resources/articles.md
- Code Documentation:
- Node:
- bigtree/node/index.md
Expand Down