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
21
21
``` bash
22
22
# From repository root INSIDE your Docker instance
23
23
make docs # Initialize API documentation
24
- ```
25
24
26
- ``` bash
27
25
# From repository rood OUTSIDE your Docker instance
28
26
make docs-run # Run the docs site locally
29
27
# 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/)
91
89
### What if my ` docs_site ` is not on the ` main ` branch ?
92
90
Clean up your repository is good idea at this point and then start the process again:
93
91
``` 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
98
95
```
99
96
100
97
### 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