From a71ccbff3fc05e1df6ef2164b4d2c72039c99fbe Mon Sep 17 00:00:00 2001 From: Kevin Schneider Date: Fri, 11 Oct 2024 13:58:45 +0200 Subject: [PATCH] add toc to contributing.md --- CONTRIBUTING.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fa5f6666..fba45cea 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,6 +4,33 @@ Independent of the type of contribution you want to make, make sure to first und Then, we have dedicated sections for [content creators](#for-content-creators) and [developers](#for-developers). +- [General Page and Content Structure](#general-page-and-content-structure) + - [Page structure](#page-structure) + - [Content structure](#content-structure) +- [For Content Creators](#for-content-creators) + - [Mainpage Cards](#mainpage-cards) + - [Subpages](#subpages) + - [SubPage Configuration](#subpage-configuration) + - [SubPage Content](#subpage-content) + - [Articles](#articles) + - [Events](#events) + - [News](#news) + - [Publications](#publications) + - [Participants](#participants) +- [For Developers](#for-developers) + - [Content](#content) + - [`src/content/mainpagecards`](#srccontentmainpagecards) + - [`src/content/subpage` and `src/content/subpageContent`](#srccontentsubpage-and-srccontentsubpagecontent) + - [`src/content/articles`](#srccontentarticles) + - [`src/content/events`](#srccontentevents) + - [`src/content/news`](#srccontentnews) + - [`src/content/publications`](#srccontentpublications) + - [Pages](#pages) +- [Components](#components) + - [Tailwind + Daisy UI](#tailwind--daisy-ui) + - [Astro](#astro) + + ## General Page and Content Structure ### Page structure