Skip to content
Snippets Groups Projects
Commit 661cd719 authored by FionaDmello's avatar FionaDmello
Browse files

added community sidebar and basic content for community resources

parent 3001af21
No related branches found
No related tags found
1 merge request!9Docusaurus based documentation
Pipeline #412795 failed
---
displayed_sidebar: communitySidebar
sidebar_position: 3
---
# Awesome Resources
- [ ] Add list of all good knowledge graph related resources/references so people can learn
---
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.
---
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
---
displayed_sidebar: communitySidebar
sidebar_position: 6
---
# Get in touch
Link the above heading to the official email address of the unhide product team
---
sidebar_position: 3
---
# Community
Let's discover **UnHIDE Community in less than 5 minutes**.
---
displayed_sidebar: communitySidebar
sidebar_position: 1
---
# Partners
Acknowledge all organizations and institutes that are supporting the development of UnHIDE here
---
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
......@@ -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",
......
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>
);
}
.features {
display: flex;
align-items: center;
padding: 2rem 0;
width: 100%;
}
.featureSvg {
height: 200px;
width: 200px;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment