From 04f1990165876b153b867b09a94ea1966748a8b8 Mon Sep 17 00:00:00 2001 From: cswimr Date: Sun, 9 Feb 2025 16:01:47 -0600 Subject: [PATCH] updated dmtNavigation --- src/parser.ts | 2 +- typedoc.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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",