We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
apisix-dashboard
1 parent e959284 commit 5b2374aCopy full SHA for 5b2374a
doc/docusaurus.config.js
@@ -92,23 +92,6 @@ module.exports = {
92
},
93
94
],
95
- [
96
- '@docusaurus/plugin-content-docs',
97
- {
98
- id: 'docs-apisix-dashboard',
99
- path: 'docs/apisix-dashboard',
100
- showLastUpdateAuthor: true,
101
- showLastUpdateTime: true,
102
- routeBasePath: '/docs/dashboard',
103
- sidebarPath: require.resolve('./docs/apisix-dashboard/sidebars.json'),
104
- editUrl(props) {
105
- return getEditUrl({
106
- ...props,
107
- projectName: 'apisix-dashboard',
108
- });
109
- },
110
111
- ],
112
[
113
'@docusaurus/plugin-content-docs',
114
{
0 commit comments