diff --git a/src/parser.ts b/src/parser.ts index cbefb94..c8be886 100644 --- a/src/parser.ts +++ b/src/parser.ts @@ -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 { diff --git a/typedoc.json b/typedoc.json index 2fe8176..919e0bc 100644 --- a/typedoc.json +++ b/typedoc.json @@ -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",