mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 02:08:55 +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>
|
<div>
|
||||||
<HomeSplash siteConfig={siteConfig} language={language} />
|
<HomeSplash siteConfig={siteConfig} language={language} />
|
||||||
<div className="mainContainer">
|
<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">
|
<Container padding={['bottom', 'top']} background="light">
|
||||||
<GridBlock
|
<GridBlock
|
||||||
align="center"
|
align="center"
|
||||||
|
|
|
@ -57,3 +57,17 @@ table td:first-child > code {
|
||||||
width: 64px;
|
width: 64px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.announcement {
|
||||||
|
background-color: #20232a;
|
||||||
|
color: #fff;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 24px;
|
||||||
|
padding: 48px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.announcement-inner {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 768px;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue