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
Copy file name to clipboardExpand all lines: contributing/DEVELOPERS.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -254,7 +254,7 @@ Netlify is connected to the following github triggers:
254
254
A new production version of kepler.gl website is automatically created and deployed every time a PR is merged onto master.
255
255
256
256
In order to support testing environment, Netlify is setup to generate build every time a PR is created or updated.
257
-
By generating builds for new and updated PRs we support CI/CD so developers can test their own build in a production like environment
257
+
By generating builds for new and updated PRs we support CI/CD so developers can test their own build in a production like environment
258
258
259
259
### Publish kepler.gl package to NPM
260
260
@@ -292,16 +292,16 @@ The documentation layout is defined by __SUMMARY.md__ file where the table of co
292
292
*[ENTRY_LABEL](FILE_PATH)
293
293
e.g.
294
294
*[Welcome](README.md)
295
-
```
295
+
```
296
296
297
-
The above file is used by Gitbook to generate the doc navigation visible on the left-hand side of Kepler.gl doc website.
297
+
The above file is used by Gitbook to generate the doc navigation visible on the left-hand side of Kepler.gl doc website.
298
298
Gitbook also has the ability to show description for each folder/section of the documentation by creating an entry in __SUMMARY.md__
299
299
and create a new __README.md__ file within said folder. The README.md file is a Gitbook convention that treats README files as if they were the main entry file for each folder.
300
300
301
301
The following is an example of doc section in SUMMARY.md file:
302
302
```markdown
303
303
*[User guides](docs/user-guides/README.md)
304
-
```
304
+
```
305
305
306
306
### Update Documentation
307
307
The integration with Gitbook allows to update the documentation in two different ways:
0 commit comments