mirror of
https://github.com/cockpit-project/cockpit.git
synced 2026-05-06 04:16:43 -04:00
556097e052
Adds Antora configuration so that a dedicated Cockpit Doc repo can access the various docs in Cockpit as well as an `antora-playbook.yml` file for local development purposes (without relying on Cockpit Doc). Partials in manpages were also renamed and restructured as Antora has a dedicated partial import mechanism to allow for more functionality. There were a few links in the nav files thar were not valid or pointed to wrong files. Most of these were just naming mismatches and has been changed to work with Antora. Nav files themselves also got the section anchors removed as there is little reason to showcase specific navigation items - instead section anchors should be used within pages themselves. Related-to: https://docs.antora.org/antora/latest/family-directories/ Signed-off-by: Freya Gustavsson <freya@venefilyn.se>
16 lines
337 B
YAML
16 lines
337 B
YAML
site:
|
|
title: Cockpit
|
|
start_page: cockpit-guide:guide:index.adoc
|
|
content:
|
|
sources:
|
|
# Cockpit
|
|
- url: .
|
|
branches: HEAD
|
|
start_path: doc
|
|
ui:
|
|
bundle:
|
|
url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/HEAD/raw/build/ui-bundle.zip?job=bundle-stable
|
|
snapshot: true
|
|
output:
|
|
dir: ./doc/output/antora
|