Skip to content

Commit 2a4ab8d

Browse files
mmattelLukasHirt
andauthored
Apply suggestions from code review
Co-authored-by: Lukas Hirt <info@hirt.cz>
1 parent 8644df4 commit 2a4ab8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/ocis/build-docs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ When a docs PR gets merged, the content of the `docs/` folder gets "copied". For
4747

4848
{{< hint info >}}
4949
* For building the documentation locally, you need to have `make`, `docker` and `go` installed.\
50-
See the [ocis README](https://github.com/owncloud/ocis/#use-the-ocis-repo-as-source) for more details and minimum versions required.
50+
See the [oCIS README](https://github.com/owncloud/ocis/#use-the-ocis-repo-as-source) for more details and minimum versions required.
5151
* Regulary, at least once after cloning, branching or rebasing, run `make generate` to update the assets. This ensures that all data that is accessed by the docs build process is up-to-date.
52-
* Run the make commands from the ocis root, the makefile contains all required targets.\
52+
* Run the make commands from the oCIS root, the makefile contains all required targets.\
5353
Use `make help` for more details.
5454
{{< /hint >}}
5555

5656
* **For any changes**, you must fully build the documentation first to preview it.\
57-
For ease of working, open two terminals and change to the ocis root. The terminals are numberd as (1) and (2).
57+
For ease of working, open two terminals and change to the oCIS root. The terminals are numberd as (1) and (2).
5858
* At first start, from any terminal, run `sudo make docs-clean` to have a clean build environment.\
5959
sudo is required for deletion, because files generated by hugo, which runs in a container, are created by root.
6060
* Do all the doc changes required in the docs repository.

0 commit comments

Comments
 (0)