Skip to content

Commit

Permalink
Merge branch 'intro'
Browse files Browse the repository at this point in the history
  • Loading branch information
yjkwon07 committed Aug 16, 2024
2 parents 889c2dc + 9f98e94 commit a06a357
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions docs/intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
sidebar_position: 0
---

## Start your site

install: npm

```shell
npm install ventos-util-lib
```

install: yarn

```shell
yarn add ventos-util-lib
```
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = {
items: [
{
type: 'doc',
docId: 'allEqual',
docId: 'intro',
position: 'left',
label: 'Docs',
},
Expand All @@ -50,7 +50,7 @@ module.exports = {
items: [
{
label: 'Docs',
to: '/docs/allEqual',
to: '/docs/intro',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function HomepageHeader() {
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="/docs/allEqual"
to="/docs/intro"
>
Let's view docs
</Link>
Expand Down

0 comments on commit a06a357

Please sign in to comment.