Commit Graph

20 Commits

Author SHA1 Message Date
Kristofer Selbekk
eb91435505 Move developing components in isolation into its own file 2018-10-07 19:15:24 +02:00
Kristofer Selbekk
621943d5ce Move updating to new releases to its own file 2018-10-07 19:12:06 +02:00
Kristofer Selbekk
3692e7b9f4 Move analyzing the bundle size into its own file 2018-10-07 19:10:09 +02:00
Kristofer Selbekk
eee5197d37 Move proxying api requests in development to its own file 2018-10-07 19:06:47 +02:00
Kristofer Selbekk
b86344ffe1 Move formatting code automatically to its own file 2018-10-07 19:01:54 +02:00
Kristofer Selbekk
15bc819d14 Move debugging in the editor to its own file 2018-10-07 18:58:51 +02:00
Kristofer Selbekk
f5dfa21d7f Move lint output to its own file 2018-10-07 18:56:53 +02:00
Kristofer Selbekk
e9fff0fd7e Move syntax highlighting to its own file 2018-10-07 18:54:28 +02:00
Kristofer Selbekk
88e5de2ea9 fixup! Move available scripts into its own file 2018-10-07 18:49:36 +02:00
Kristofer Selbekk
c5590b72f3 Move folder structure into its own file 2018-10-07 18:48:49 +02:00
Kristofer Selbekk
196fa46d1d Move something missing to its own page 2018-10-07 18:43:35 +02:00
Kristofer Selbekk
4c90f07e04 Move sending feedback to its own file 2018-10-07 18:40:50 +02:00
Kristofer Selbekk
f9ab037907 Move publishing components to npm to its own file 2018-10-07 18:40:38 +02:00
Kristofer Selbekk
0651a47661 Move troubleshooting to its own file 2018-10-07 18:34:29 +02:00
Kristofer Selbekk
cd1522a890 Move deployment to its own file 2018-10-07 18:29:28 +02:00
Kristofer Selbekk
4720741a5e Move debugging tests to its own file 2018-10-07 18:24:26 +02:00
Kristofer Selbekk
c9d4da2fe8 Move running tests into its own file 2018-10-07 18:22:04 +02:00
Kristofer Selbekk
d1b54c4dcc Move available scripts into its own file 2018-10-07 18:18:49 +02:00
Kristofer Selbekk
c17858fdea Add some headings to the getting started section 2018-10-07 17:51:45 +02:00
Kristofer Selbekk
4bda8f7350 5238 set up basic docs structure (#5245)
* Add a temporary README file

This commit adds a temporary readme file that points users to the
main README file or the User Guide.

* Add a "getting started" doc

This commit adds a page for getting started, copying the
"Get started now" from the current `README.md`.

* Add link to the get started page from the index page

* Add the getting started doc to the site header

* Add footer link to getting started info

* Add getting started to the sidebar

* Add placeholder for the user guide page

* Add links to the user-guide page as well

* Add auto-generated i18n file

* Move all docusaurus related files into own folder
2018-10-03 23:09:14 +01:00