Skip to content

Commit 70adce0

Browse files
committed
API docs
1 parent f677351 commit 70adce0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docusaurus.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ const config: Config = {
8888
label: "Website",
8989
href: "https://docmost.com",
9090
},
91+
{
92+
href: "https://docmost.com/api-docs",
93+
label: "API",
94+
position: "left",
95+
},
9196
{
9297
href: "https://github.com/docmost/docmost",
9398
label: "GitHub",
@@ -152,6 +157,7 @@ const config: Config = {
152157
additionalLanguages: ["bash"],
153158
},
154159
} satisfies Preset.ThemeConfig,
160+
155161
};
156162

157163
export default config;

0 commit comments

Comments
 (0)