From 661cd71958603cd4d35c22722b01bba9227446a5 Mon Sep 17 00:00:00 2001
From: FionaDmello <40391218+FionaDmello@users.noreply.github.com>
Date: Fri, 9 Aug 2024 12:13:36 +0200
Subject: [PATCH] added community sidebar and basic content for community
 resources

---
 docs/community/awesome-resources.md            |  8 ++++++++
 docs/community/contributing.md                 | 18 ++++++++++++++++++
 docs/community/feature-requests.md             |  8 ++++++++
 docs/community/get-in-touch.md                 |  8 ++++++++
 docs/community/index.md                        |  7 -------
 docs/community/partners.md                     |  8 ++++++++
 docs/community/team-and-support.md             |  8 ++++++++
 docusaurus.config.ts                           |  6 +++++-
 src/components/AboutpageFeatures/index.tsx     | 13 -------------
 .../AboutpageFeatures/styles.module.css        | 11 -----------
 10 files changed, 63 insertions(+), 32 deletions(-)
 create mode 100644 docs/community/awesome-resources.md
 create mode 100644 docs/community/contributing.md
 create mode 100644 docs/community/feature-requests.md
 create mode 100644 docs/community/get-in-touch.md
 delete mode 100644 docs/community/index.md
 create mode 100644 docs/community/partners.md
 create mode 100644 docs/community/team-and-support.md
 delete mode 100644 src/components/AboutpageFeatures/index.tsx
 delete mode 100644 src/components/AboutpageFeatures/styles.module.css

diff --git a/docs/community/awesome-resources.md b/docs/community/awesome-resources.md
new file mode 100644
index 00000000..6f32f935
--- /dev/null
+++ b/docs/community/awesome-resources.md
@@ -0,0 +1,8 @@
+---
+displayed_sidebar: communitySidebar
+sidebar_position: 3
+---
+
+# Awesome Resources
+
+- [ ] Add list of all good knowledge graph related resources/references so people can learn
diff --git a/docs/community/contributing.md b/docs/community/contributing.md
new file mode 100644
index 00000000..b8f94079
--- /dev/null
+++ b/docs/community/contributing.md
@@ -0,0 +1,18 @@
+---
+displayed_sidebar: communitySidebar
+sidebar_position: 5
+---
+
+# Contributing
+
+Two ways in which people can decide to contribute
+
+1.  Support the project as a developer
+2.  Connect your data to the HKG
+
+## To support the development of the product
+
+Please first explore our [project repository](https://codebase.helmholtz.cloud/hmc/hmc-public/unhide) to learn more about the project. Following which you can get in touch with [Dr. Volker Hofmann](mailto:v.hofmann@fz-juelich.de) and/or [Mr.Mustafa Soylu](mailto:m.soylu@fz-juelich.de).
+
+## To connect your data to the HKG
+Please get in touch with  [Dr. Volker Hofmann](mailto:v.hofmann@fz-juelich.de) and/or [Ms.Fiona D'Mello](mailto:f.dmello@fz-juelich.de) so we can discuss your use case.
diff --git a/docs/community/feature-requests.md b/docs/community/feature-requests.md
new file mode 100644
index 00000000..4f0e4fd2
--- /dev/null
+++ b/docs/community/feature-requests.md
@@ -0,0 +1,8 @@
+---
+displayed_sidebar: communitySidebar
+sidebar_position: 4
+---
+
+# Feature Requests
+
+- [ ] Implement a form that sends out an email with all relevant details collected to the unhide team
diff --git a/docs/community/get-in-touch.md b/docs/community/get-in-touch.md
new file mode 100644
index 00000000..117185e0
--- /dev/null
+++ b/docs/community/get-in-touch.md
@@ -0,0 +1,8 @@
+---
+displayed_sidebar: communitySidebar
+sidebar_position: 6
+---
+
+# Get in touch
+
+Link the above heading to the official email address of the unhide product team
diff --git a/docs/community/index.md b/docs/community/index.md
deleted file mode 100644
index d5f8fdb1..00000000
--- a/docs/community/index.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-sidebar_position: 3
----
-
-# Community
-
-Let's discover **UnHIDE Community in less than 5 minutes**.
diff --git a/docs/community/partners.md b/docs/community/partners.md
new file mode 100644
index 00000000..26c51980
--- /dev/null
+++ b/docs/community/partners.md
@@ -0,0 +1,8 @@
+---
+displayed_sidebar: communitySidebar
+sidebar_position: 1
+---
+
+# Partners
+
+Acknowledge all organizations and institutes that are supporting the development of UnHIDE here
diff --git a/docs/community/team-and-support.md b/docs/community/team-and-support.md
new file mode 100644
index 00000000..ad044ceb
--- /dev/null
+++ b/docs/community/team-and-support.md
@@ -0,0 +1,8 @@
+---
+displayed_sidebar: communitySidebar
+sidebar_position: 2
+---
+
+# Support and Team
+
+Mention all team members, all those who contributed, and mention their contact details with contributing role
diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index 2196233e..8ccfaea0 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -55,7 +55,11 @@ const config: Config = {
       items: [
         { to: "/docs/about/introduction", label: "About", position: "left" },
         { to: "/docs/guides", label: "Guides", position: "left" },
-        { to: "/docs/community", label: "Community", position: "left" },
+        {
+          to: "/docs/community/partners",
+          label: "Community",
+          position: "left",
+        },
         {
           href: "https://codebase.helmholtz.cloud/hmc/hmc-public/unhide/documentation/-/tree/main?ref_type=heads",
           label: "GitLab",
diff --git a/src/components/AboutpageFeatures/index.tsx b/src/components/AboutpageFeatures/index.tsx
deleted file mode 100644
index 57727279..00000000
--- a/src/components/AboutpageFeatures/index.tsx
+++ /dev/null
@@ -1,13 +0,0 @@
-import clsx from "clsx";
-import React from "react";
-import styles from ".styles.module.css";
-
-export default function AboutpageFeatures(): JSX.Element {
-  return (
-    <section className={styles.features}>
-      <div className="container">
-        <div className="row">This is an about feature</div>
-      </div>
-    </section>
-  );
-}
diff --git a/src/components/AboutpageFeatures/styles.module.css b/src/components/AboutpageFeatures/styles.module.css
deleted file mode 100644
index b248eb2e..00000000
--- a/src/components/AboutpageFeatures/styles.module.css
+++ /dev/null
@@ -1,11 +0,0 @@
-.features {
-  display: flex;
-  align-items: center;
-  padding: 2rem 0;
-  width: 100%;
-}
-
-.featureSvg {
-  height: 200px;
-  width: 200px;
-}
-- 
GitLab