diff --git a/docs/user/features/edk2_db.md b/docs/user/features/edk2_db.md index 76dd2449..e0e7668a 100644 --- a/docs/user/features/edk2_db.md +++ b/docs/user/features/edk2_db.md @@ -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. diff --git a/mkdocs.yml b/mkdocs.yml index 9a433d8e..99ea6c68 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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: