aboutsummaryrefslogtreecommitdiffstats
path: root/docs/sidebars.js
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-01-16 18:27:47 +0000
committerGitHub <noreply@github.com>2024-01-16 18:27:47 +0000
commited33f63cce994cbe439f442ea9d4dc8f5771ba10 (patch)
tree1786834ed703f8ebdaec75b009158fbd31bc55d1 /docs/sidebars.js
parentfeat(search): introduce keymap-dependent vim-mode (#1570) (diff)
downloadatuin-ed33f63cce994cbe439f442ea9d4dc8f5771ba10.zip
docs: remove old docusaurus (#1581)
Diffstat (limited to 'docs/sidebars.js')
-rw-r--r--docs/sidebars.js33
1 files changed, 0 insertions, 33 deletions
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;