Skip to content

Commit

Permalink
MOVE guides to /guides/ && update them with more concise information
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Mar 4, 2019
1 parent 0fb4ce7 commit 9d7c28d
Show file tree
Hide file tree
Showing 31 changed files with 1,710 additions and 1,277 deletions.
19 changes: 11 additions & 8 deletions docs/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,23 @@ module.exports = {
docSections: {
basics: [
'/basics/introduction/',
'/basics/quick-start-guide/',
'/basics/slow-start-guide/',
'/basics/guide-react/',
'/basics/guide-react-native/',
'/basics/guide-vue/',
'/basics/guide-angular/',
'/basics/guide-mithril/',
'/basics/guide-ember/',
'/basics/writing-stories/',
'/basics/exporting-storybook/',
'/basics/faq/',
'/basics/community/',
'/basics/live-examples/',
],
guides: [
'/guides/quick-start-guide/',
'/guides/slow-start-guide/',
'/guides/guide-react/',
'/guides/guide-react-native/',
'/guides/guide-vue/',
'/guides/guide-angular/',
'/guides/guide-mithril/',
'/guides/guide-ember/',
'/guides/guide-riot/',
],
configurations: [
'/configurations/options-parameter/',
'/configurations/default-config/',
Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/Docs/Content/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#docs-content .markdown h3 {
font-size: 18px;
margin: 30px 0 10px 0;
font-weight: 800;
font-weight: 500;
}

#docs-content .markdown a,
Expand Down
210 changes: 0 additions & 210 deletions docs/src/pages/basics/guide-angular/index.md

This file was deleted.

111 changes: 0 additions & 111 deletions docs/src/pages/basics/guide-html/index.md

This file was deleted.

Loading

1 comment on commit 9d7c28d

@vercel
Copy link

@vercel vercel bot commented on 9d7c28d Mar 4, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

Builds rate limit exceeded (0 of 100 remaining). Try again in 22h

Please sign in to comment.