Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit a6a27db

Browse files
committed
typedoc: drop h1 from markdown, add project name
Signed-off-by: Stephan Renatus <stephan@styra.com>
1 parent e4188f7 commit a6a27db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

typedoc.config.cjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/** @type { import('typedoc').TypeDocOptionMap & import('typedoc-plugin-replace-text').Config } */
22
module.exports = {
3+
name: "Styra OPA TypeScript SDK",
34
out: "output",
45
hideGenerator: true,
56
sidebarLinks: {
@@ -9,6 +10,7 @@ module.exports = {
910
plugin: ["typedoc-plugin-replace-text"],
1011
replaceText: {
1112
replacements: [
13+
{ pattern: "# OPA Typescript SDK", replace: "" },
1214
{
1315
pattern: `> \\[!NOTE\\]`,
1416
replace: "",

0 commit comments

Comments
 (0)