From f69b610bff709221caf9c213d2b0bd91b4dbbe82 Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Sat, 13 Sep 2025 16:34:29 +0000 Subject: [PATCH] Move README.md in documentation directory and remove url tags from README The tags framework has been discontinued for a long time. https://governance.openstack.org/tc/reference/tags/ https://governance.openstack.org/tc/resolutions/20211224-tags-framework-removal.html Change-Id: Ic8ec25fac7ad4cf62d2b82b16dee11ef81c8ee8d Signed-off-by: Ivan Anfimov --- README.rst | 12 ++---------- README.md => doc/source/README.md | 0 2 files changed, 2 insertions(+), 10 deletions(-) rename README.md => doc/source/README.md (100%) diff --git a/README.rst b/README.rst index 6a4dff8b..60a4fcac 100644 --- a/README.rst +++ b/README.rst @@ -1,14 +1,6 @@ -======================== -Team and repository tags -======================== - -.. image:: https://governance.openstack.org/tc/badges/ansible-hardening.svg - :target: https://governance.openstack.org/tc/reference/tags/index.html - -.. Change things from this point on - +======================================== Security hardening for OpenStack-Ansible ----------------------------------------- +======================================== Documentation for ansible-hardening is available in the `official OpenStack documentation site`_. diff --git a/README.md b/doc/source/README.md similarity index 100% rename from README.md rename to doc/source/README.md