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: docs/contributing/index.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,12 +37,6 @@ INFO - [08:33:34] Serving on http://127.0.0.1:8000/
37
37
38
38
You can now open your browser at the address shown above (`http://127.0.0.1:8000/`). The documentation will be automatically rebuilt and the webpage reloaded on each file change you save.
39
39
40
-
Alternatively, you can build the docs in a `site` sub-directory and open `site/index.html` with your browser too.
41
-
42
-
```bash
43
-
./serve build
44
-
```
45
-
46
40
After your first review, commit and push your changes
47
41
```bash
48
42
git add <files>
@@ -67,6 +61,7 @@ If you think your documentation update could affect specific stakeholders, ping
67
61
To minimise the overhead of the contributing to the documentation and speed up "time-to-published-docs" we do not have a formal review process.
68
62
We will start simple, and add more formality as needed.
0 commit comments