updated dmtNavigation
All checks were successful
Actions / Build and Push Documentation (push) Successful in 14s

This commit is contained in:
cswimr 2025-02-09 16:01:47 -06:00
parent f1022f6448
commit 04f1990165
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
2 changed files with 5 additions and 1 deletions

View file

@ -187,7 +187,7 @@ export class Packwiz {
/**
* Parses a packwiz.toml file and returns its contents.
*
* @param filePath - The path of the TOML file.
* @param filePath - The path of the TOML file. This can also be a URL.
* @returns The parsed file as a structured class.
*/
export async function parsePackwiz(filePath: string): Promise<Packwiz> {

View file

@ -29,6 +29,10 @@
"url": "https://c.csw.im/GalacticFactory/PackwizJS"
}
],
"dmtNavigation": {
"moduleIcon": true,
"style": "compact",
},
"sourceLinkTemplate": "https://c.csw.im/GalacticFactory/PackwizJS/src/commit/{gitRevision}/{path}#L{line}",
"plugin": [
"typedoc-plugin-coverage",