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/README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,21 @@ Once you're happy, commit these changes and make a pull request for us to review
26
26
If you come back to work on the docs, you can use a codespace again. You might need to `pull` to bring your codespace up to date, which you can do by pressing this button in the `Source Control` tab.
To run mkdocs locally, run the mkdocsServe task in gradle.
33
+
34
+
Either in the gradle sidebar, click documentation/mkdocsServe, or run .`/gradlew mkdocsServe`.
35
+
36
+
Click on the link it gives you at the bottom to open the local copy, and pages will automatically update with content as you save your files.
37
+
38
+
You can also run documentation/mkdocsBuild. This will build the documentation in `docs/site`, which you can either host yourself or just open in a browser.
39
+
29
40
## Installing Required Dependencies & Run Locally
30
41
42
+
If you want to manually install and go through the steps to run locally, you can follow the steps below.
43
+
31
44
Please run all commands from this section inside the `docs` folder!
0 commit comments