Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Javagedes committed Jan 11, 2024
1 parent 8858354 commit 1df859b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
1 change: 1 addition & 0 deletions docs/user/features/.pages
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
title: Advanced Features
2 changes: 0 additions & 2 deletions docs/user/gen_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ def main():

with mkdocs_gen_files.open("api/.pages", "w") as f:
print("title: API Reference", file=f)
print("nav:", file=f)
print(" - ...", file=f)


main()
5 changes: 5 additions & 0 deletions docs/user/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
hide:
- navigation
- toc
---
# Our Philosophy

Edk2 Pytool Library (edk2toollib) is a Tianocore maintained project consisting
Expand Down
14 changes: 6 additions & 8 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ site_description: edk2toollib package documentation

theme:
name: material
features:
- navigation.tabs
- navigation.indexes
palette:
- scheme: default
toggle:
Expand Down Expand Up @@ -73,11 +76,6 @@ watch:
- 'edk2toollib/'

nav:
- Our Philosophy: index.md
- Advanced Features:
- Edk2 Database: features/edk2_db.md
- ANSI Logging: features/logging.ansi_handler.md
- Get Host Info: features/utility_functions.GetHostInfo.md
- Windows Firmware Policy: features/windows_firmware_policy.md
- Build Objects: features/build_objects.md
- ...
- Home: index.md
- ... | features/**/*.md
- ... | api/**/*.md

0 comments on commit 1df859b

Please sign in to comment.