Skip to content

Commit 087bcdd

Browse files
authored
Rename docs to getting started (#20)
1 parent 57c777e commit 087bcdd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+38
-44
lines changed

.github/dropdown.png

17.2 KB

README.md

+26-6

docs/contributing/code-style/tailwind.md

+2-2

docs/index.mdx

+8-14

docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ async function createConfig() {
5858
type: "doc",
5959
docId: "index",
6060
position: "left",
61-
label: "Docs",
61+
label: "Getting Started",
6262
},
6363
{
6464
type: "docSidebar",

sidebars.js

+1-14
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,9 @@
1313

1414
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
1515
const sidebars = {
16-
docs: ["index", { type: "autogenerated", dirName: "docs" }],
16+
getting_started: ["index", { type: "autogenerated", dirName: "getting-started" }],
1717
contributing: [{ type: "autogenerated", dirName: "contributing" }],
1818
architecture: [{ type: "autogenerated", dirName: "architecture" }],
19-
20-
// But you can create a sidebar manually
21-
/*
22-
tutorialSidebar: [
23-
'intro',
24-
'hello',
25-
{
26-
type: 'category',
27-
label: 'Tutorial',
28-
items: ['tutorial-basics/create-a-document'],
29-
},
30-
],
31-
*/
3219
};
3320

3421
module.exports = sidebars;

static/img/logo.svg

-7
This file was deleted.

0 commit comments

Comments
 (0)