From 72b78f3901fc9f2a492ddb713721a919c2f7c2bc Mon Sep 17 00:00:00 2001 From: Lorenzo Lewis Date: Thu, 20 Jan 2022 14:11:38 +0000 Subject: [PATCH] Change to render title better --- tooling/api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/api/package.json b/tooling/api/package.json index 03fff3522..4db821cd0 100644 --- a/tooling/api/package.json +++ b/tooling/api/package.json @@ -19,7 +19,7 @@ "lint:lockfile": "lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts npm yarn", "format": "prettier --write --end-of-line=auto \"./**/*.{cjs,js,jsx,ts,tsx,html,css,json}\" --ignore-path .gitignore", "format:check": "prettier --check --end-of-line=auto \"./**/*.{cjs,js,jsx,ts,tsx,html,css,json}\" --ignore-path .gitignore", - "generate-docs": "typedoc src --githubPages false --readme none --entryDocument index.md --hideInPageTOC true" + "generate-docs": "typedoc src --githubPages false --readme none --entryDocument index.md --hideInPageTOC true --hideBreadcrumbs true" }, "repository": { "type": "git",