Remove roadmap (#18568)

This commit is contained in:
Geido 2022-02-03 17:17:37 +02:00 committed by GitHub
parent 34335ed676
commit f7f1df2d06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 26 deletions

View File

@ -1,26 +0,0 @@
---
title: Roadmap
hide_title: true
sidebar_position: 8
---
import useBaseUrl from "@docusaurus/useBaseUrl";
## Roadmap
You can find the approximate public roadmap for Superset [here](https://github.com/apache-superset/superset-roadmap/projects/1).
<a href="https://github.com/apache-superset/superset-roadmap/projects/1">
<img
src={useBaseUrl("/img/roadmap.png")}
style={{
maxWidth: "100%",
boxShadow: "rgb(170, 170, 170) 0px 0px 3px 1px",
}}
/>
</a>
Keep in mind that the roadmap represents only a subset of what's
ahead. Many contributions come directly without ever making it onto the roadmap.
Find out more about how the roadmap is managed in
[SIP (Superset Improvement Proposal) 53](https://github.com/apache/superset/issues/10894)

View File

@ -101,6 +101,10 @@ const config = {
to: '/docs/installation/alerts-reports',
from: '/docs/installation/email-reports',
},
{
to: '/docs/intro',
from: '/docs/roadmap',
},
],
},
],