Felix Singer has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/62442 )
Change subject: Documentation: Move services site to infrastructure section ......................................................................
Documentation: Move services site to infrastructure section
Change-Id: I0ca2aba8ae817cf874367fa17e567065aec99a93 Signed-off-by: Felix Singer felixsinger@posteo.net --- M Documentation/community/index.md M Documentation/infrastructure/index.md R Documentation/infrastructure/services.md 3 files changed, 5 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/42/62442/1
diff --git a/Documentation/community/index.md b/Documentation/community/index.md index 30420ae..1363eb0 100644 --- a/Documentation/community/index.md +++ b/Documentation/community/index.md @@ -3,5 +3,4 @@ * [Code of Conduct](code_of_conduct.md) * [Language style](language_style.md) * [Community forums](forums.md) -* [Project services](services.md) * [coreboot at conferences](conferences.md) diff --git a/Documentation/infrastructure/index.md b/Documentation/infrastructure/index.md index 7e26e1c..6803aa7 100644 --- a/Documentation/infrastructure/index.md +++ b/Documentation/infrastructure/index.md @@ -2,5 +2,10 @@
This section contains documentation about our infrastructure
+## Services + +* [Project services](services.md) + + ## Jenkins builders and builds * [Setting up Jenkins build machines](builders.md) diff --git a/Documentation/community/services.md b/Documentation/infrastructure/services.md similarity index 100% rename from Documentation/community/services.md rename to Documentation/infrastructure/services.md