From 3e81502d49d2b2721eaed3015ca90b7194a72f65 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Mon, 24 Feb 2025 09:49:38 +0100 Subject: [PATCH] docs: devdocs skeleton --- .woodpecker/docs.yaml | 16 ++++++++++++++++ docs/intro.md | 17 +++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 .woodpecker/docs.yaml create mode 100644 docs/intro.md diff --git a/.woodpecker/docs.yaml b/.woodpecker/docs.yaml new file mode 100644 index 0000000000..918079a6a5 --- /dev/null +++ b/.woodpecker/docs.yaml @@ -0,0 +1,16 @@ +--- + +when: + - event: ["push", "manual"] + branch: main + +steps: + - name: devdocs + image: codeberg.org/xfix/plugin-codeberg-pages-deploy:1 + settings: + folder: docs + branch: docs + git_config_email: ${CI_COMMIT_AUTHOR_EMAIL} + git_config_name: ${CI_COMMIT_AUTHOR} + ssh_key: + from_secret: ssh_key_docs_pages diff --git a/docs/intro.md b/docs/intro.md new file mode 100644 index 0000000000..8d09bdb378 --- /dev/null +++ b/docs/intro.md @@ -0,0 +1,17 @@ +--- +sidebar_position: 1 +id: intro +title: OpenCloud Developer Docs +custom_edit_url: https://github.com/opencloud-eu/opencloud/edit/main/docs/intro.md +--- + +# Welcome + +Welcome to the OpenCloud Developer Documentation. + +Please be patient, we are working on the content. + +If you want to contribute to the dev docs, please visit [OpenCloud on Github](https://github.com/opencloud-eu/). + +Contents will be transferred, during the build process. +