Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Javagedes committed Jul 29, 2024
1 parent 60c64b0 commit 79b22f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/features/edk2_db.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ db.parse(env)

## Table Generators

Table generators are just that, classes that subclass the [TableGenerator](/api/database/edk2_db/#edk2toollib.database.edk2_db.TableGenerator)
Table generators are just that, classes that subclass the [TableGenerator](/api/database/edk2_db.md#edk2toollib.database.edk2_db.TableGenerator)
, parse some type of information (typically the workspace) and insert the data into one of the tables managed by Edk2DB.
Multiple table generators are provided by edk2toollib, and can be seen at [edk2toollib.database.tables](https://github.com/tianocore/edk2-pytool-library/tree/master/edk2toollib/database/tables).
Edk2DB can use any class that implements the `TableGenerator` interface.
Expand Down
6 changes: 6 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ repo_url: https://github.com/tianocore/edk2-pytool-library
copyright: Copyright (c) Microsoft. All rights reserved
site_description: edk2toollib package documentation

validation:
links:
absolute_links: relative_to_docs
anchors: warn
unrecognized_links: warn

theme:
name: material
features:
Expand Down

0 comments on commit 79b22f7

Please sign in to comment.