You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use the .editorconf file
* How to install VS Code EditorConfig extension
* Pre-install extensions in GitPod
* Flesh out how to use GitPod section
Signed-off-by: Mike Szczys <[email protected]>
Hard breaks will be added to lines automatically and you can manually reflow
43
+
paragraphs using `qgap` and sentences using `gqas`.
44
+
10
45
## Installation
11
46
12
47
```console
@@ -19,27 +54,34 @@ npm install
19
54
npm start
20
55
```
21
56
22
-
This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
57
+
This command starts a local development server and open up a browser window.
58
+
Most changes are reflected live without having to restart the server.
23
59
24
60
## Build
25
61
26
62
```console
27
63
npm run build:dev (or :prod)
28
64
```
29
65
30
-
This command generates static content into the `build` directory and can be served using any static contents hosting service.
66
+
This command generates static content into the `build` directory and can be
67
+
served using any static contents hosting service.
31
68
32
69
## Device Catalog
33
70
34
-
The device catalog is automatically generated. To update it, run this command from the project root directory:
71
+
The device catalog is automatically generated. To update it, run this command
72
+
from the project root directory:
35
73
36
74
```console
37
75
npm run build-device-catalog
38
76
```
39
77
40
-
Quickstart guides can be added in the `docs/hardware/6-catalog/quickstart` directory and enabled by adding a node in the `scripts/device-catalog/support.json` file.
78
+
Quickstart guides can be added in the `docs/hardware/6-catalog/quickstart`
79
+
directory and enabled by adding a node in the
80
+
`scripts/device-catalog/support.json` file.
41
81
42
-
Documentation on automatic generation and adding customized pages for supported boards can be found in [the device catalog README](scripts/device-catalog/README.md).
82
+
Documentation on automatic generation and adding customized pages for supported
83
+
boards can be found in [the device catalog
84
+
README](scripts/device-catalog/README.md).
43
85
44
86
## Deployment to Firebase Hosting
45
87
@@ -55,9 +97,13 @@ Deploy to [Golioth Docs Prod Site](https://docs.golioth.io)
55
97
npm run fb-deploy-prod
56
98
```
57
99
58
-
Maintainers of the Golioth docs merging into the `main` branch will also automatically deploy to production (based on the CI system setup)
100
+
Maintainers of the Golioth docs merging into the `main` branch will also
101
+
automatically deploy to production (based on the CI system setup)
102
+
59
103
## Versioning
60
104
61
-
In Ubuntu, the default npm install will not be up to date with the required npm packages. Consider using nvm to choose an LTS solution that will work better with Docusaurus V2.
105
+
In Ubuntu, the default npm install will not be up to date with the required npm
106
+
packages. Consider using nvm to choose an LTS solution that will work better
107
+
with Docusaurus V2.
62
108
63
109
*[nvm install for Ubuntu 20.04 (option 3)](https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-20-04)
0 commit comments