mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
remove rest api reference (#1088)
This commit is contained in:
@@ -44,22 +44,22 @@ const config = {
|
||||
],
|
||||
|
||||
plugins: [
|
||||
[
|
||||
'docusaurus-plugin-openapi-docs',
|
||||
{
|
||||
id: "apiDocs",
|
||||
docsPluginId: "classic",
|
||||
config: {
|
||||
rest_api: {
|
||||
specPath: "openapi.yaml",
|
||||
outputDir: "docs/reference/REST API",
|
||||
sidebarOptions: {
|
||||
groupPathsBy: "tag",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
],
|
||||
// [
|
||||
// 'docusaurus-plugin-openapi-docs',
|
||||
// {
|
||||
// id: "apiDocs",
|
||||
// docsPluginId: "classic",
|
||||
// config: {
|
||||
// rest_api: {
|
||||
// specPath: "openapi.yaml",
|
||||
// outputDir: "docs/reference/REST API",
|
||||
// sidebarOptions: {
|
||||
// groupPathsBy: "tag",
|
||||
// },
|
||||
// },
|
||||
// },
|
||||
// },
|
||||
// ],
|
||||
],
|
||||
|
||||
themes: [
|
||||
|
||||
Reference in New Issue
Block a user