Skip to content
Open
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
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const config: Config = {
// is the homepage, reproducing the upstream Welcome/README page inside the
// normal docs layout (left sidebar + content), NOT a custom hero. The
// sidebar groups mirror that repo's mkdocs.yml nav. Pages: About,
// Onboarding, Workstreams, Key Dates, Content, Resources.
// Onboarding, Key Dates, Content, Resources.
[
'@docusaurus/plugin-content-docs',
{
Expand Down
1 change: 0 additions & 1 deletion ecosystem/onboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Guide for new contributors joining the rossoctl ecosystem.
## 3. Explore the Project

- **[Welcome to rossoctl](welcome.mdx)** — What the project is and what it covers
- **[Workstreams](workstreams.md)** — Active areas of development, each with its own scope and contributors
- **[rossoctl Issue Prioritization](https://github.com/orgs/rossoctl/projects/8)** — Current priorities and open issues

## 4. Start Contributing
Expand Down
19 changes: 0 additions & 19 deletions ecosystem/workstreams.md

This file was deleted.

7 changes: 0 additions & 7 deletions sidebarsEcosystem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import type {SidebarsConfig} from '@docusaurus/plugin-content-docs';
* entry with id 'ecosystem' in docusaurus.config.ts). Order:
* Welcome to rossoctl (the landing page, /, holds the "about" content)
* Planning -> Key Dates
* Project -> Workstreams
* Community -> Onboarding, Content, Resources
*
* `collapsible: false` renders each group as a permanent section header (no
Expand All @@ -20,12 +19,6 @@ const sidebars: SidebarsConfig = {
collapsible: false,
items: [{type: 'doc', id: 'key-dates', label: 'Key Dates'}],
},
{
type: 'category',
label: 'Project',
collapsible: false,
items: [{type: 'doc', id: 'workstreams', label: 'Workstreams'}],
},
{
type: 'category',
label: 'Community',
Expand Down
7 changes: 7 additions & 0 deletions static/workstreams/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<!doctype html>
<meta charset="utf-8">
<title>Redirecting…</title>
<meta http-equiv="refresh" content="0; url=/">
<link rel="canonical" href="/">
<meta name="robots" content="noindex">
<p>This page has moved. <a href="/">Go to the rossoctl home page</a>.</p>
Loading