From 9472b38e021102056bbf78ffaaa7468412aaa79e Mon Sep 17 00:00:00 2001 From: Michal Konečný Date: Feb 27 2023 15:39:23 +0000 Subject: Add links to Overview page This is a top page in our documentation and it was left blank till now. Let's add few useful links to it. Signed-off-by: Michal Konečný --- diff --git a/modules/ROOT/pages/overview.adoc b/modules/ROOT/pages/overview.adoc index 460df9a..dddc5aa 100644 --- a/modules/ROOT/pages/overview.adoc +++ b/modules/ROOT/pages/overview.adoc @@ -2,6 +2,19 @@ == Architecture +* xref:map_critical_services.adoc[Map of critical services] +* xref:services.adoc[List of our services] + == Tooling +Most of the tooling we use in Fedora infrastructure is described in +xref:developer_guide:index.adoc[Developer Guide]. Above that we also use Ansible +to maintain our https://pagure.io/fedora-infra/ansible[ansible repository]. + == Good Practices + +See xref:developer_guide:index.adoc[Developer Guide] for good practices regarding development work +for Fedora Infrastructure. + +And see xref:sysadmin_guide:index.adoc[Sysadmin Guide] for good practices regarding sysadmin work +for Fedora Infrastructure.