Skip to content

Commit 4d3ac76

Browse files
Extend README, fix urls
1 parent 7a722f1 commit 4d3ac76

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
[![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/commit-cards-docs/deploy-to-pages.yml)](https://github.com/xdev-software/commit-cards-docs/actions/workflows/deploy-to-pages.yml?query=branch%3Amaster)
2+
[![Documentation](https://img.shields.io/badge/docs-latest-blue)](https://commit-cards.xdev.software/)
3+
14
# commit-cards-docs
25

3-
Documentation for the XDEV Commit Cards.
6+
This repository contains the **Antora documentation site** for the [**XDEV Commit Cards**](https://xdev.software/commit-cards).
7+
It is the **documentation hub** built and maintained with [Antora](https://antora.org/).
48

59
Can be executed with
610
```bash

antora-playbook.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ runtime:
1414
# Antora exits with a non-zero exit code if an error is logged -> https://docs.antora.org/antora/latest/playbook/runtime-log-failure-level
1515
failure_level: error
1616

17+
urls:
18+
latest_version_segment: latest
19+
1720
content:
1821
sources:
1922
- url: .

antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: cards
1+
name: ROOT
22
title: XDEV Commit Cards
33
version: v1.1
44
nav:

0 commit comments

Comments
 (0)