From 6ad66d373fc8b3f746cd96b98d68f91d82a22a40 Mon Sep 17 00:00:00 2001 From: Brian Rodriguez Date: Wed, 5 Mar 2025 06:25:52 -0500 Subject: [PATCH] docs: change navigation style --- typedoc.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/typedoc.config.js b/typedoc.config.js index 93fda25..7a9539b 100644 --- a/typedoc.config.js +++ b/typedoc.config.js @@ -7,4 +7,7 @@ export default { plugin: ["typedoc-plugin-coverage", "@typhonjs-typedoc/typedoc-theme-dmt", "typedoc-plugin-dt-links"], theme: "default-modern", exclude: ["./docs/**/*", "./node_modules/**/*", "**/__tests__/**/*"], + + // https://github.com/typhonjs-typedoc/typedoc-theme-dmt#configuration + dmtNavigation: { style: "flat" }, };