Skip to content

Commit

Permalink
Merge pull request #5 from bootstrap-styled/dev
Browse files Browse the repository at this point in the history
fix(doc): fix documentation not starting with introduction
  • Loading branch information
kopax authored Nov 15, 2018
2 parents d27fcbf + 2300fa1 commit e24c35d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/Toggle/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
You will need to install without the optional dependencies.

```bash
$ npm install $PACAKAGE_NAME --no-optional
$ npm install $PACKAGE_NAME --no-optional
```

Test to see if everything works.
Expand Down
14 changes: 9 additions & 5 deletions styleguide/styleguide.ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
"**/*.d.ts"
],
"sections": [
{
"name": "Translation",
"content": "docs/translation.md"
},
{
"name": "Introduction",
"content": "docs/introduction.md"
Expand Down Expand Up @@ -40,7 +36,15 @@
"content": "docs/release.md"
}
]
}
},
{
"name": "Internationalization",
"description": " It can be use with `react-intl` for translating messages."
},
{
"name": "Translation",
"content": "docs/translation.md"
},
],
"ribbon": {
"url": "",
Expand Down

0 comments on commit e24c35d

Please sign in to comment.