Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve the docs for V5 launch #5820

Merged
merged 25 commits into from
Mar 9, 2019
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
9d7c28d
MOVE guides to /guides/ && update them with more concise information
ndelangen Mar 2, 2019
91be9e8
IMPROVE webpack docs
ndelangen Mar 4, 2019
50a8670
IMPROVE default config docs
ndelangen Mar 4, 2019
d173ec5
IMPROVE cli docs
ndelangen Mar 4, 2019
0dbf67c
IMPROVE theming docs
ndelangen Mar 4, 2019
793c8ff
IMPROVE docs for standalone
ndelangen Mar 4, 2019
dc9d97a
IMMPROVE the writing stories docs
ndelangen Mar 4, 2019
ace908a
Merge branch 'next' into tech/improve-docs
ndelangen Mar 5, 2019
2111fbe
SYNC header from new site
ndelangen Mar 5, 2019
ab8aaca
IMPROVE documentation on theming (REMOVE the advanced section) & ADD …
ndelangen Mar 5, 2019
63aad4d
FIX linting
ndelangen Mar 5, 2019
77f15f2
Merge branch 'next' into tech/improve-docs
ndelangen Mar 5, 2019
5d85fd5
Merge branch 'next' into tech/improve-docs
ndelangen Mar 6, 2019
c603cfb
REMOVE unneeded dependencies
ndelangen Mar 6, 2019
49915f3
FIX missing dependency
ndelangen Mar 6, 2019
f4b6417
ADD search to all pages
ndelangen Mar 6, 2019
ab55972
ADD back port to official example
ndelangen Mar 7, 2019
ee9b056
Merge branch 'next' into tech/improve-docs
ndelangen Mar 7, 2019
de6fffc
DELETE snyk, is just slowing down, and it's our docs site, not someth…
ndelangen Mar 7, 2019
a751468
FIX lockfile
ndelangen Mar 7, 2019
3445549
Merge branch 'next' into tech/improve-docs
ndelangen Mar 7, 2019
bc5f355
FIX logo not navigating
ndelangen Mar 7, 2019
7ea689c
FIX incoreect semicolumns
ndelangen Mar 7, 2019
132daaf
Merge branch 'next' into tech/improve-docs
ndelangen Mar 8, 2019
a5ae822
Document redirects
shilman Mar 9, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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