Skip to content

Commit

Permalink
feat: remove subsections from sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed Oct 31, 2023
1 parent b198f99 commit 9e4e8b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ repo_name: BitcoinDevKit/bdk
repo_url: https://github.com/BitcoinDevKit/bdk
plugins:
- search

theme:
name: material
logo: assets/favicon.ico
Expand Down Expand Up @@ -34,8 +35,7 @@ theme:
- navigation.expand
- search.suggest
- search.highlight
- toc.follow
- toc.integrate

extra:
homepage: https://bitcoindevkit.org
generator: false
Expand Down Expand Up @@ -64,6 +64,7 @@ markdown_extensions:
- pymdownx.details
- pymdownx.superfences
- def_list

nav:
- Home: index.md
- Project Organization: organization.md
Expand Down

0 comments on commit 9e4e8b8

Please sign in to comment.