updated dmtNavigation
All checks were successful
Actions / Build and Push Documentation (push) Successful in 14s
All checks were successful
Actions / Build and Push Documentation (push) Successful in 14s
This commit is contained in:
parent
f1022f6448
commit
04f1990165
2 changed files with 5 additions and 1 deletions
|
@ -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> {
|
||||
|
|
|
@ -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",
|
||||
|
|
Reference in a new issue