diff options
author | Felix Singer <felixsinger@posteo.net> | 2022-02-21 17:44:19 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2022-02-25 12:49:15 +0000 |
commit | 2552c471004ef89dd89b503a398f78e61bb907ba (patch) | |
tree | 207d05ed2cb8b14ab1eb7fe2cdf111f8e3eea617 /Documentation | |
parent | 1d72afbd2a284da02208769bb4e74510908f8086 (diff) |
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 <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62219
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/community/index.md | 7 | ||||
-rw-r--r-- | Documentation/index.md | 6 |
2 files changed, 8 insertions, 5 deletions
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) |