Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/appuio/managed-openshift-docs
APPUiO Managed OpenShift End-User Documentation
https://github.com/appuio/managed-openshift-docs
appuio documentation openshift openshift-v4 vshn-project-ocp
Last synced: 4 days ago
JSON representation
APPUiO Managed OpenShift End-User Documentation
- Host: GitHub
- URL: https://github.com/appuio/managed-openshift-docs
- Owner: appuio
- License: cc-by-sa-4.0
- Created: 2023-02-17T14:07:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T08:56:03.000Z (5 months ago)
- Last Synced: 2024-08-12T10:12:52.504Z (5 months ago)
- Topics: appuio, documentation, openshift, openshift-v4, vshn-project-ocp
- Language: Makefile
- Homepage:
- Size: 1010 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= APPUiO Managed OpenShift :: Documentation for End-Users
This repository contains all the content hosted at https://docs.appuio.ch/managed-openshift
The content is written in https://asciidoctor.org/docs/what-is-asciidoc/[AsciiDoc] and rendered using https://docs.antora.org/[Antora].
[TIP]
====
* Writing AsciiDoc is best done using Visual Studio Code with https://marketplace.visualstudio.com/items?itemName=asciidoctor.asciidoctor-vscode[the AsciiDoc addon].
* For a reference what you can do with AsciiDoc, have a look at https://asciidoctor.org/docs/asciidoc-writers-guide/[AsciiDoc Writer’s Guide].
* Antora is capable of doing many great things with documentation. See https://docs.antora.org/[the Antora docs] to gain insights into the tooling.
====== Documentation structure
The documentation structure is inspired by the https://documentation.divio.com/[Divio's documentation structure]:
Tutorials (Learning-oriented):: A lesson which teaches you something.
Location: `docs/modules/ROOT/pages/tutorials`.How-to guides (Problem-oriented):: Step-by-step guides to achieve a goal. Location: `docs/modules/ROOT/pages/how-tos`.
Technical reference (Information-oriented):: Description about the inner ongoings. Location: `docs/modules/ROOT/pages/tutorials`.
Explanation (Understanding-oriented):: Explains the background. Location: `docs/modules/ROOT/pages/explanations`.
== Contributing
Create a new branch to make the changes. After you're satisfied with the changes open a Pull Request against the `master` branch.
=== Previewing Changes
To preview your changes locally, make sure you have Docker or Podman installed.
Just 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.
=== Adding a New Page
. Create new AsciiDoc (`.adoc`) file in the best matching folder according to the described structure under `docs/modules/ROOT/pages/`.
. Add the file to the navigation under `docs/modules/ROOT/partials/`For removing pages just do the opposite: Remove the file and remove the entry in the navigation.
== Deployment
This 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.
All 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.