mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 08:49:51 +02:00
docs: add v2 roadmap to landing page (#1289)
This commit is contained in:
parent
e41bf66342
commit
189f7cbedd
2 changed files with 25 additions and 0 deletions
|
@ -73,6 +73,17 @@ class Index extends React.Component {
|
|||
<div>
|
||||
<HomeSplash siteConfig={siteConfig} language={language} />
|
||||
<div className="mainContainer">
|
||||
<div className="announcement">
|
||||
<div className="announcement-inner">
|
||||
We're working on{' '}
|
||||
<a href="https://github.com/facebook/Docusaurus/issues/789">
|
||||
Docusaurus 2
|
||||
</a>
|
||||
, contribute to its roadmap by suggesting features or giving
|
||||
feedback{' '}
|
||||
<a href="https://munseo-preview.netlify.com/feedback/">here</a>!
|
||||
</div>
|
||||
</div>
|
||||
<Container padding={['bottom', 'top']} background="light">
|
||||
<GridBlock
|
||||
align="center"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue