From 81ea2a376320afce6f75c0cdb4c4d92bae81e511 Mon Sep 17 00:00:00 2001 From: Jamil Date: Thu, 3 Nov 2022 11:52:08 -0700 Subject: [PATCH] remove rest api reference (#1088) --- docs/docusaurus.config.js | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 7d6085d93..3898dfd31 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -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: [