Skip to content

Commit 1f95897

Browse files
authored
Merge pull request #7 from overlock-network/1-featdocs-docusaurus-with-auto-deployment-to-github-pages
fixed navbar and open intro by default
2 parents df623d8 + f58bf68 commit 1f95897

19 files changed

+41
-91
lines changed

docs/tutorial-basics/_category_.json renamed to docs/docs-basics/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"label": "Tutorial - Basics",
2+
"label": "Docs - Basics",
33
"position": 2,
44
"link": {
55
"type": "generated-index",

docs/tutorial-basics/congratulations.md renamed to docs/docs-basics/congratulations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ You have just learned the **basics of Docusaurus** and made some changes to the
88

99
Docusaurus has **much more to offer**!
1010

11-
Have **5 more minutes**? Take a look at **[versioning](../tutorial-extras/manage-docs-versions.md)** and **[i18n](../tutorial-extras/translate-your-site.md)**.
11+
Have **5 more minutes**? Take a look at **[versioning](../docs-extras/manage-docs-versions.md)** and **[i18n](../docs-extras/translate-your-site.md)**.
1212

13-
Anything **unclear** or **buggy** in this tutorial? [Please report it!](https://github.com/facebook/docusaurus/discussions/4610)
13+
Anything **unclear** or **buggy** in this docs? [Please report it!](https://github.com/facebook/docusaurus/discussions/4610)
1414

1515
## What's next?
1616

File renamed without changes.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ It is also possible to create your sidebar explicitly in `sidebars.js`:
4343

4444
```js title="sidebars.js"
4545
export default {
46-
tutorialSidebar: [
46+
docsSidebar: [
4747
'intro',
4848
// highlight-next-line
4949
'hello',
5050
{
5151
type: 'category',
52-
label: 'Tutorial',
53-
items: ['tutorial-basics/create-a-document'],
52+
label: 'Intro',
53+
items: ['docs-basics/create-a-document'],
5454
},
5555
],
5656
};
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/tutorial-extras/_category_.json renamed to docs/docs-extras/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"label": "Tutorial - Extras",
2+
"label": "Docs - Extras",
33
"position": 3,
44
"link": {
55
"type": "generated-index"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)