From eb2cdd220af3de74c81b4aaa843851fde7e78bef Mon Sep 17 00:00:00 2001 From: felixboehm Date: Tue, 6 Oct 2020 12:45:40 +0200 Subject: [PATCH] better build instructions --- docs/ocis/development/building-docs.md | 4 ++-- docs/ocis/development/building.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/ocis/development/building-docs.md b/docs/ocis/development/building-docs.md index 21b7a8e062..84d67c3f64 100644 --- a/docs/ocis/development/building-docs.md +++ b/docs/ocis/development/building-docs.md @@ -1,5 +1,5 @@ --- -title: "Building the documentation" +title: "Build the documentation" date: 2020-07-27T08:39:38+00:00 weight: 99 geekdocRepo: https://github.com/owncloud/ocis @@ -30,5 +30,5 @@ When making changes to the docs, run `make docs` again and the server will pick ### Deploying the documentation -The documentation is automatically deployed from the master branch to https://owncloud.github.io/phoenix/ +The documentation is automatically deployed from the master branch to https://owncloud.github.io diff --git a/docs/ocis/development/building.md b/docs/ocis/development/building.md index 1b2f309bab..84031a99ac 100644 --- a/docs/ocis/development/building.md +++ b/docs/ocis/development/building.md @@ -1,5 +1,5 @@ --- -title: "Building" +title: "Build ocis" date: 2020-02-27T20:35:00+01:00 weight: 30 geekdocRepo: https://github.com/owncloud/ocis @@ -20,7 +20,7 @@ git clone https://github.com/owncloud/ocis.git cd ocis {{< / highlight >}} -# Build the `ocis` binary +## Build the ocis binary The ocis binary source is in the ocis/ocis folder. In this folder you can build the ocis binary: