From 6e07bc698f5edc641ee39c1b5d65ef12b5105019 Mon Sep 17 00:00:00 2001 From: Lukas Hirt Date: Wed, 5 Aug 2020 13:37:57 +0000 Subject: [PATCH] commit 63fae842b48562993de73177c117959773f27335 Merge: b27170ea 28a01538 Author: Lukas Hirt Date: Wed Aug 5 15:37:21 2020 +0200 Merge pull request #3828 from owncloud/removed-building-docs --- building-docs.md | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 building-docs.md diff --git a/building-docs.md b/building-docs.md deleted file mode 100644 index b6dfbd175ca..00000000000 --- a/building-docs.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: "Building the documentation" -date: 2020-04-15T00:00:00+00:00 -weight: 80 -geekdocRepo: https://github.com/owncloud/phoenix -geekdocEditPath: edit/master/docs -geekdocFilePath: building-docs.md ---- - -{{< toc >}} - -## Buildling the documentation - -### Setting up - -- Install [hugo](https://gohugo.io/getting-started/installing/) -- Run `make docs` - -### Viewing the documentation - -To view the rendered docs in the browser run: -```bash -cd hugo -hugo -D server -``` - -Then open "http://localhost:1313/" - -When making changes to the docs, run `make docs` again and the server will pick up the changes and reload the page automatically - -### Deploying the documentation - -The documentation is automatically deployed from the master branch to https://owncloud.github.io/phoenix/ -