Skip to content

Commit ba72f18

Browse files
committed
fix merge
1 parent c19bfcd commit ba72f18

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

www/README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff 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
2323
make docs # Initialize API documentation
24-
```
2524

26-
```bash
2725
# From repository rood OUTSIDE your Docker instance
2826
make 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 ?
9290
Clean 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 ?

0 commit comments

Comments
 (0)