Skip to content

Commit

Permalink
chore: pimp dependencies section
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Sep 22, 2023
1 parent 165c5d6 commit d556d47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mknodes/manual/dev_section.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ def create_license_page(page: mk.MkPage):

@nav.route.page("Dependencies", hide="toc", icon="database")
def create_dependencies_page(page: mk.MkPage):
page += mk.MkDependencyTable()
page += mk.MkDependencyTable(layout="badge")
page += mk.MkPipDepTree(direction="LR")


@nav.route.page("Development environment", icon="dev-to")
Expand Down

0 comments on commit d556d47

Please sign in to comment.