Skip to content

Commit 665433d

Browse files
author
Eric Lin
committed
feat(docs): remove tutorial basics from default
1 parent 97140f6 commit 665433d

9 files changed

+3
-358
lines changed

docs/tutorial-basics/_category_.json

-8
This file was deleted.

docs/tutorial-basics/congratulations.md

-23
This file was deleted.

docs/tutorial-basics/create-a-blog-post.md

-34
This file was deleted.

docs/tutorial-basics/create-a-document.md

-57
This file was deleted.

docs/tutorial-basics/create-a-page.md

-43
This file was deleted.

docs/tutorial-basics/deploy-your-site.md

-31
This file was deleted.

docs/tutorial-basics/markdown-features.mdx

-146
This file was deleted.

docusaurus.config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -241,12 +241,12 @@ const config = {
241241
title: "Learn",
242242
items: [
243243
{
244-
label: "Introduction",
244+
label: "Getting Started",
245245
to: "/docs/category/getting-started",
246246
},
247247
{
248-
label: "Create a Page",
249-
to: "/docs/tutorial-basics/create-a-page",
248+
label: "Style Guide",
249+
to: "/docs/getting-started/style-guide",
250250
},
251251
],
252252
},

sidebars.js

-13
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,6 @@ const sidebars = {
2929
},
3030
],
3131
},
32-
{
33-
type: "category",
34-
label: "Tutorial - Basics",
35-
link: {
36-
type: "generated-index", // Specifing this without additional parameters here will default to _category_.json in each folder
37-
},
38-
items: [
39-
{
40-
type: "autogenerated",
41-
dirName: "tutorial-basics", // '.' means the current docs folder
42-
},
43-
],
44-
},
4532
],
4633
apiSidebar: [
4734
{

0 commit comments

Comments
 (0)