From 84b0af4a0f59f298de23905e40068c344049d3dd Mon Sep 17 00:00:00 2001 From: bruel <jbruel@gmail.com> Date: Tue, 8 Apr 2025 16:15:24 +0200 Subject: [PATCH] Adding metrics page --- content/modules/ROOT/pages/index.adoc | 5 ++--- content/modules/ROOT/pages/metrics.adoc | 3 +++ 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 content/modules/ROOT/pages/metrics.adoc diff --git a/content/modules/ROOT/pages/index.adoc b/content/modules/ROOT/pages/index.adoc index 0b06a87..6b633c0 100644 --- a/content/modules/ROOT/pages/index.adoc +++ b/content/modules/ROOT/pages/index.adoc @@ -17,12 +17,11 @@ This documentation lists the set of: - Properties xref:properties.adoc[definitions] ** xref:properties.adoc#fairness[Fairness] ** xref:properties.adoc#ethics[Ethics] -- Associated concepts +- Associated xref:concepts.adoc[concepts] ** xref:concepts.adoc#bias[Bias] ** Discrimination ** Equity -- Associated metrics -- ... +- Associated xref:metrics.adoc[metrics] == Contact diff --git a/content/modules/ROOT/pages/metrics.adoc b/content/modules/ROOT/pages/metrics.adoc new file mode 100644 index 0000000..3607a9e --- /dev/null +++ b/content/modules/ROOT/pages/metrics.adoc @@ -0,0 +1,3 @@ += Metrics + +WARNING: To be constructed... -- GitLab