{"id":23826077,"url":"https://github.com/appuio/appuio-cloud-docs","last_synced_at":"2026-03-01T11:01:55.521Z","repository":{"id":37737252,"uuid":"407431527","full_name":"appuio/appuio-cloud-docs","owner":"appuio","description":"APPUiO Cloud User Documentation","archived":false,"fork":false,"pushed_at":"2025-12-18T08:24:21.000Z","size":9438,"stargazers_count":0,"open_issues_count":4,"forks_count":3,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-12-21T15:55:39.686Z","etag":null,"topics":["antora","appuio","appuio-cloud","asciidoc","documentation","hacktoberfest","vshn-project-apub"],"latest_commit_sha":null,"homepage":"https://docs.appuio.cloud","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-sa-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/appuio.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-09-17T06:30:00.000Z","updated_at":"2025-12-18T08:24:23.000Z","dependencies_parsed_at":"2024-12-31T10:17:36.913Z","dependency_job_id":"05627b93-1b37-4ac9-abe0-66dac2beeea2","html_url":"https://github.com/appuio/appuio-cloud-docs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/appuio/appuio-cloud-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appuio%2Fappuio-cloud-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appuio%2Fappuio-cloud-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appuio%2Fappuio-cloud-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appuio%2Fappuio-cloud-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appuio","download_url":"https://codeload.github.com/appuio/appuio-cloud-docs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appuio%2Fappuio-cloud-docs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29967931,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T10:55:55.490Z","status":"ssl_error","status_checked_at":"2026-03-01T10:55:55.175Z","response_time":124,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["antora","appuio","appuio-cloud","asciidoc","documentation","hacktoberfest","vshn-project-apub"],"created_at":"2025-01-02T12:15:14.174Z","updated_at":"2026-03-01T11:01:55.504Z","avatar_url":"https://github.com/appuio.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"= APPUiO Cloud :: Documentation for Users\n\nThis repository contains all the content hosted at https://docs.appuio.cloud/.\n\nThe content is written in https://asciidoctor.org/docs/what-is-asciidoc/[AsciiDoc] and rendered using https://docs.antora.org/[Antora].\n\nBuilding and deployment happens on a https://git.vshn.net/appuio-public/appuio-cloud-docs-antora-pipeline[GitLab CI/CD Pipeline].\nIt is hosted on APPUiO Cloud.\n\n[TIP]\n====\n* Writing AsciiDoc is best done using Visual Studio Code with https://marketplace.visualstudio.com/items?itemName=asciidoctor.asciidoctor-vscode[the AsciiDoc addon].\n* For a reference what you can do with AsciiDoc, have a look at https://asciidoctor.org/docs/asciidoc-writers-guide/[AsciiDoc Writer’s Guide].\n* Antora is capable of doing many great things with documentation. See https://docs.antora.org/[the Antora docs] to gain insights into the tooling.\n====\n\n== Documentation structure\n\nThe documentation structure is inspired by the https://documentation.divio.com/[Divio's documentation structure]:\n\nTutorials (Learning-oriented):: A lesson which teaches you something.\nLocation: `docs/modules/ROOT/pages/tutorials`.\n\nHow-to guides (Problem-oriented):: Step-by-step guides to achieve a goal. Location: `docs/modules/ROOT/pages/how-to`.\n\nTechnical reference (Information-oriented):: Description about the inner ongoings. Location: `docs/modules/ROOT/pages/references`.\n\nExplanation (Understanding-oriented):: Explains the background. Location: `docs/modules/ROOT/pages/explanations`.\n\n== Contributing\n\nCreate a new branch to make the changes. After you're satisfied with the changes open a Pull Request against the `master` branch.\n\n=== Previewing Changes\n\nTo preview your changes locally, make sure you have Docker or Podman installed.\n\nJust type `make preview` and open your browser at http://localhost:2020. This even provides support for live reload when working on the content. See https://github.com/vshn/antora-preview#livereload[this documentation] for more information about it.\n\n=== Adding a New Page\n\n. Create new AsciiDoc (`.adoc`) file in the best matching folder according to the described structure under `docs/modules/ROOT/pages/`.\n. Add the file to the navigation under `docs/modules/ROOT/`\n\nFor removing pages just do the opposite: Remove the file and remove the entry in the navigation.\n\n== Deployment\n\nThis repository only holds https://docs.antora.org/antora/2.3/standard-directories/[Antora content], no plumbing and tooling (aka the Antora https://docs.antora.org/antora/2.3/run-antora/[`playbook.yml`] and `Dockerfile`) to build and deploy it.\nAll pushes to the `master` branch trigger a GitHub action (`.github/worflows/triggerci.yml`) which in turn triggers the https://git.vshn.net/vshn/docs/kb/-/blob/master/.gitlab-ci.yml[GitLab CI job] to build and deploy the content using Antora.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappuio%2Fappuio-cloud-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappuio%2Fappuio-cloud-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappuio%2Fappuio-cloud-docs/lists"}