diff --git a/.drone.star b/.drone.star index 288a40bb4b..e982c75b53 100644 --- a/.drone.star +++ b/.drone.star @@ -146,7 +146,7 @@ def main(ctx): build_release_helpers = [ changelog(ctx), - #docs(ctx), + docs(ctx), ] test_pipelines.append( diff --git a/.make/docs.mk b/.make/docs.mk index b887b11c0f..1b1ea2e9aa 100644 --- a/.make/docs.mk +++ b/.make/docs.mk @@ -2,8 +2,10 @@ SKIP_CONFIG_DOCS_GENERATE ?= 0 CONFIG_DOCS_BASE_PATH ?= ../docs/extensions -#.PHONY: config-docs-generate -#config-docs-generate: $(FLAEX) +.PHONY: config-docs-generate +config-docs-generate: #$(FLAEX) +# since https://github.com/owncloud/ocis/pull/2708 flaex can no longer be used +# TODO: how to document configuration # @if [ $(SKIP_CONFIG_DOCS_GENERATE) -ne 1 ]; then \ # $(FLAEX) >| $(CONFIG_DOCS_BASE_PATH)/$(NAME)/configuration.md \ # ; fi; diff --git a/docs/ocis/deployment/basic-remote-setup.md b/docs/ocis/deployment/basic-remote-setup.md index 6569309ab6..efa76e1fdf 100644 --- a/docs/ocis/deployment/basic-remote-setup.md +++ b/docs/ocis/deployment/basic-remote-setup.md @@ -53,7 +53,7 @@ PROXY_TRANSPORT_TLS_CERT=./certs/your-host.crt \ If you generated these certificates on your own, you might need to set `OCIS_INSECURE` to `true`. -For more configuration options check the configuration section in [oCIS]({{< ref "../configuration" >}}) and the oCIS extensions. +For more configuration options check the configuration section in [oCIS]({{< ref "../config" >}}) and the oCIS extensions. ## Start the oCIS fullstack server with Docker Compose diff --git a/docs/ocis/getting-started/_index.md b/docs/ocis/getting-started/_index.md index b602fcadab..92e00c4390 100644 --- a/docs/ocis/getting-started/_index.md +++ b/docs/ocis/getting-started/_index.md @@ -71,7 +71,7 @@ Open [https://localhost:9200](https://localhost:9200) and [login using one of th ### Basic Management Commands -The oCIS single binary contains multiple extensions and the `ocis` command helps you to manage them. You already used `ocis server` to run all available extensions in the [Run oCIS]({{< ref "#run-ocis" >}}) section. We now will show you some more management commands, which you may also explore by typing `ocis --help` or going to the [docs]({{< ref "../configuration" >}}). +The oCIS single binary contains multiple extensions and the `ocis` command helps you to manage them. You already used `ocis server` to run all available extensions in the [Run oCIS]({{< ref "#run-ocis" >}}) section. We now will show you some more management commands, which you may also explore by typing `ocis --help` or going to the [docs]({{< ref "../config" >}}). To start oCIS server: