We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 189a30b commit ffb5916Copy full SHA for ffb5916
1 file changed
docusaurus.config.ts
@@ -125,7 +125,7 @@ const config: Config = {
125
title: "API",
126
items: [
127
{
128
- label: "API",
+ label: "API Reference",
129
to: "/docs/api",
130
},
131
],
@@ -165,7 +165,7 @@ const config: Config = {
165
166
167
168
- copyright: `Copyright © ${new Date().getFullYear()} IDDQD Ltd`,
+ copyright: `Copyright © ${new Date().getFullYear()}`,
169
170
prism: {
171
theme: prismThemes.github,
0 commit comments