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

Commit fdd0bb7

Browse files
committed
typedoc: adjust replacements
Signed-off-by: Stephan Renatus <stephan@styra.com>
1 parent 90a2248 commit fdd0bb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

typedoc.config.cjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
sidebarLinks: {
77
"Styra OPA SDKs Overview": "https://docs.styra.com/sdk/",
88
},
9-
entryPoints: ["src/index.ts"],
9+
entryPoints: ["src/index.ts", "src/sdk/index.ts"],
1010
plugin: ["typedoc-plugin-replace-text"],
1111
replaceText: {
1212
replacements: [
@@ -25,8 +25,8 @@ module.exports = {
2525
},
2626
{
2727
// this captures all links to speakeasy's generated docs
28-
pattern: "docs/sdks/opa/README\\.md",
29-
replace: "classes/Opa-1.html",
28+
pattern: "docs/sdks/opaapiclient/README\\.md",
29+
replace: "classes/sdk.OpaApiClient.html",
3030
},
3131
{ pattern: "#executepolicy\\)", replace: "#executePolicy)" },
3232
{

0 commit comments

Comments
 (0)