1
0
Fork 0
forked from docs/team-docs

fixes wrong link found on build script

This commit is contained in:
hank L 2024-06-25 14:46:39 +00:00
commit 27f1cda905

View file

@ -1,6 +1,6 @@
= Reusable attributes
Fedora Documentation Team <https://discussion.fedoraproject.org/tag/docs>
v0.0.1, 2020-08-26
v0.0.1, 2024-06-25
// :toc:
This page explains how to use reusable metadata, or attributes, across multiple AsciiDoc documents in Fedora Documentation.
@ -13,7 +13,7 @@ Sometimes you may want to use the same data across many AsciiDoc documents.
Some examples are below:
* Version releases (e.g. Fedora `N`)
* URL prefixes or suffixes (e.g. `https://pagure.io/fesco/issue/`)
* URL prefixes or suffixes (e.g. `https://pagure.io/fesco/issues/`)
* Dates and time (e.g. current year, like `2020`)
For these and more use cases, *attributes* allow you to define some metadata in a single place, and reuse it in multiple places.