Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: remove GitHub checks, intro, guidelines, foss and sum it up in our overview page #228

Merged
merged 6 commits into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ sidebar_position: 3

# Frequently asked questions (FAQ)

## Where I can find the latest release guidelines?

[Eclipse-Tractusx Release Guidelines](https://eclipse-tractusx.github.io/docs/release)

## Where I can find the latest FOSS guidelines?

You can find the guidelines in the [Developer Hub](https://eclipse-tractusx.github.io/docs/developer).

## Can I have 'admin' privileges on my catenax-ng repository?

__Short answer:__ No! Administrative tasks will be performed by the team managing the GitHub organization.
Expand Down
8 changes: 0 additions & 8 deletions docs/foss.md

This file was deleted.

16 changes: 0 additions & 16 deletions docs/getstarted/intro.md

This file was deleted.

20 changes: 16 additions & 4 deletions docs/getstarted/overview.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
---
sidebar_position: 2
sidebar_position: 1
---

# Overview

This page gives you a short overview over all critical things you need to know to get started. Pls be aware that all
other documentation is here for your to browse & share.
other documentation is here for you to browse & share.

## Intro

Welcome to our Landing / Support page. We are
the [DevSecOps Tooling team](https://confluence.catena-x.net/display/ARTI/Product%3A+System+Team) from the Data
Space Technology ART.

We are here to provide the Catena-X Stack as a base for your components to run on. It is based on Kubernetes.

You can find all necessary documentation on how to get your component running in our documentation.

Feel free to contribute to our documentation through a Pull Request, all contributions are welcome!

## Who we are

Expand Down Expand Up @@ -47,11 +59,11 @@ The format of our Office Hour has a short update section at the beginning and af
questions or discuss specific questions you have.

If you still feel lost or you don't feel confident to use our open office hour in a big group, feel free to request a
direct [consulting](/docs/resources) with us.
direct [consulting](../resources.md) with us.

## How to onboard your product / component

For everything you need to request, pls go to our [Things to request](/docs/resources) page.
For everything you need to request, pls go to our [Things to request](../resources.md) page.

- Request access to [Catena-X (ng) GithHub Org](https://github.com/catenax-ng)
- If you join a Team, your Team can invite you to your team
Expand Down
8 changes: 0 additions & 8 deletions docs/github-checks.mdx

This file was deleted.

13 changes: 0 additions & 13 deletions docs/release-guidelines.md

This file was deleted.

8 changes: 2 additions & 6 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const config = {
items: [
{
type: "doc",
docId: "getstarted/intro",
docId: "getstarted/overview",
position: "left",
label: "Documentation",
},
Expand All @@ -89,7 +89,7 @@ const config = {
items: [
{
label: "Get Started",
to: "/docs/getstarted/intro",
to: "/docs/getstarted/overview",
},
{
label: "ArgoCD Guides",
Expand All @@ -99,10 +99,6 @@ const config = {
label: "Helm Chart Guides",
to: "/docs/guides/Helm/helmchart",
},
{
label: "FOSS",
to: "/docs/foss",
},
],
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function HomepageHeader() {
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="docs/getstarted/intro">
to="docs/getstarted/overview">
Get Started ⏱️
</Link>
</div>
Expand Down