We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f677351 commit 70adce0Copy full SHA for 70adce0
1 file changed
docusaurus.config.ts
@@ -88,6 +88,11 @@ const config: Config = {
88
label: "Website",
89
href: "https://docmost.com",
90
},
91
+ {
92
+ href: "https://docmost.com/api-docs",
93
+ label: "API",
94
+ position: "left",
95
+ },
96
{
97
href: "https://github.com/docmost/docmost",
98
label: "GitHub",
@@ -152,6 +157,7 @@ const config: Config = {
152
157
additionalLanguages: ["bash"],
153
158
154
159
} satisfies Preset.ThemeConfig,
160
+
155
161
};
156
162
163
export default config;
0 commit comments