From 2552c471004ef89dd89b503a398f78e61bb907ba Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Mon, 21 Feb 2022 17:44:19 +0100 Subject: [PATCH] Documentation/index.md: Add "Community" menu entry Clean up the main menu by adding a new entry `Community` and moving all related menu entries below it. Change-Id: Ib5df0156edaa739f15e6da8489968448876e1894 Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/62219 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Arthur Heymans Reviewed-by: Angel Pons --- Documentation/community/index.md | 7 +++++++ Documentation/index.md | 6 +----- 2 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 Documentation/community/index.md diff --git a/Documentation/community/index.md b/Documentation/community/index.md new file mode 100644 index 0000000000..30420ae903 --- /dev/null +++ b/Documentation/community/index.md @@ -0,0 +1,7 @@ +# Community + +* [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/index.md b/Documentation/index.md index 61ae05f8e5..1130513554 100644 --- a/Documentation/index.md +++ b/Documentation/index.md @@ -172,11 +172,7 @@ Contents: * [Project Ideas](contributing/project_ideas.md) * [Google Summer of Code](contributing/gsoc.md) * [Documentation Ideas](contributing/documentation_ideas.md) -* [Code of Conduct](community/code_of_conduct.md) -* [Language style](community/language_style.md) -* [Community forums](community/forums.md) -* [Project services](community/services.md) -* [coreboot at conferences](community/conferences.md) +* [Community](community/index.md) * [Payloads](payloads.md) * [Distributions](distributions.md) * [Technotes](technotes/index.md)