File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,7 @@ The development/source docs site must be in the same repository as the source co
2121``` bash
2222# From repository root INSIDE your Docker instance
2323make docs # Initialize API documentation
24- ```
2524
26- ``` bash
2725# From repository rood OUTSIDE your Docker instance
2826make docs-run # Run the docs site locally
2927# Visit http://localhost:3000/docs/api/core or http://localhost/blog
@@ -91,10 +89,9 @@ You may refer to the [official documentation](https://typedoc.org/guides/tags/)
9189### What if my ` docs_site ` is not on the ` main ` branch ?
9290Clean up your repository is good idea at this point and then start the process again:
9391``` bash
94- ` ` ` bash
95- git pull --rebase
96- git clean -Xdn # -n for a dry-run and double-check what's to be cleaned out
97- git clean -Xdf # the actual cleaning
92+ git pull --rebase # ensure that your local docs_site submodule is up-to-date
93+ git clean -Xdn # -n for a dry-run and double-check what's to be cleaned out
94+ git clean -Xdf # the actual cleaning
9895```
9996
10097### What if the hash is not in the commit message suggested along the process ?
You can’t perform that action at this time.
0 commit comments