From ed33f63cce994cbe439f442ea9d4dc8f5771ba10 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Tue, 16 Jan 2024 18:27:47 +0000 Subject: docs: remove old docusaurus (#1581) --- docs/sidebars.js | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 docs/sidebars.js (limited to 'docs/sidebars.js') diff --git a/docs/sidebars.js b/docs/sidebars.js deleted file mode 100644 index ef1bd11a..00000000 --- a/docs/sidebars.js +++ /dev/null @@ -1,33 +0,0 @@ -/** - * Creating a sidebar enables you to: - - create an ordered group of docs - - render a sidebar for each doc of that group - - provide next/previous navigation - - The sidebars can be generated from the filesystem, or explicitly defined here. - - Create as many sidebars as you want. - */ - -// @ts-check - -/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */ -const sidebars = { - // By default, Docusaurus generates a sidebar from the docs folder structure - tutorialSidebar: [{ type: 'autogenerated', dirName: '.' }], - - // But you can create a sidebar manually - /* - tutorialSidebar: [ - 'intro', - 'hello', - { - type: 'category', - label: 'Tutorial', - items: ['tutorial-basics/create-a-document'], - }, - ], - */ -}; - -module.exports = sidebars; -- cgit v1.3.1