fix edit path

This commit is contained in:
Artur Neumann
2020-10-12 13:38:50 +05:45
parent 4a77f6ca8b
commit 4f3bc0c258
17 changed files with 28 additions and 28 deletions
+3 -3
View File
@@ -3,7 +3,7 @@ title: "Build the documentation"
date: 2020-07-27T08:39:38+00:00
weight: 99
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/development
geekdocEditPath: edit/master/docs/ocis/development
geekdocFilePath: building-docs.md
---
@@ -26,11 +26,11 @@ hugo -D server
Then open "http://localhost:1313/"
When making changes to the docs, run
When making changes to the docs, run
```bash
rsync -ax --delete ../docs/ content/
```
```
in the hugo folder and the server will pick up the changes and reload the page automatically.