From 2b3656423051b9c365acd42ff579a0e67a6b20f0 Mon Sep 17 00:00:00 2001 From: Stephen Lawrence Date: Tue, 24 Mar 2026 15:14:19 +0000 Subject: [PATCH] doc site: add Community area to the site Add a Community area to the documentation site. Populate initial content by providing links to the major project resources and a list of the community CDSP presentations. Signed-off-by: Stephen Lawrence --- docs/doc-site/content/community.md | 9 +++++++++ docs/doc-site/hugo.yaml | 3 +++ 2 files changed, 12 insertions(+) create mode 100644 docs/doc-site/content/community.md diff --git a/docs/doc-site/content/community.md b/docs/doc-site/content/community.md new file mode 100644 index 0000000..e8fd017 --- /dev/null +++ b/docs/doc-site/content/community.md @@ -0,0 +1,9 @@ +--- +title: Community +--- + +## Project resources +Links to the major project resources such as issue tracking and project management can be found in the project [README.md](https://github.com/COVESA/cdsp/blob/main/README.md#project-resources) + +## Presentations +A list of community presentations about CDSP can be found in the COVESA CDSP wiki [page](https://covesa.atlassian.net/wiki/spaces/WIK4/pages/39067272/Central+Data+Service+Playground#Presentations). diff --git a/docs/doc-site/hugo.yaml b/docs/doc-site/hugo.yaml index b7af782..53d8068 100644 --- a/docs/doc-site/hugo.yaml +++ b/docs/doc-site/hugo.yaml @@ -27,6 +27,9 @@ menu: - name: About pageRef: /docs/overview weight: 2 + - name: Community + pageRef: /community + weight: 2 - name: Contact ↗ url: "https://github.com/COVESA/cdsp/blob/main/README.md#project-resources" weight: 3