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