mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
Update the Docusaurus help page
This commit is contained in:
parent
d97e2e9d81
commit
8481791221
2 changed files with 11 additions and 9 deletions
|
@ -727,7 +727,7 @@ code {
|
||||||
box-shadow: 2px 0 $codeColor, -2px 0 $codeColor;
|
box-shadow: 2px 0 $codeColor, -2px 0 $codeColor;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
border-radius: .3em;
|
border-radius: .3em;
|
||||||
font-family: "SFMono-Regular",source-code-pro,Menlo,Monaco,Consolas,"Roboto Mono","Droid Sans Mono","Liberation Mono",Consolas,"Courier New",Courier,monospace;
|
font-family: "SFMono-Regular",source-code-pro,Menlo,Monaco,Consolas,"Roboto Mono","Droid Sans Mono","Liberation Mono",Consolas,"Courier New",Courier,monospace;
|
||||||
/* avoids scale issues on mobile */
|
/* avoids scale issues on mobile */
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
@ -922,7 +922,7 @@ pre code {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
margin: -10px -20px;
|
margin: -10px;
|
||||||
}
|
}
|
||||||
.gridBlock .twoByGridBlock {
|
.gridBlock .twoByGridBlock {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
|
@ -17,19 +17,19 @@ class Help extends React.Component {
|
||||||
render() {
|
render() {
|
||||||
const supportLinks = [
|
const supportLinks = [
|
||||||
{
|
{
|
||||||
|
title: "Browse the docs",
|
||||||
content:
|
content:
|
||||||
"Learn more using the [documentation on this site](/docs/installation.html).",
|
"Learn more about Docusaurus using the [official documentation](/docs/).",
|
||||||
title: "Browse Docs"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
title: "Twitter",
|
||||||
content:
|
content:
|
||||||
"Submit issues and pull requests for any new features you may want to see or bugs you've found on [GitHub](https://github.com/facebook/docusaurus).",
|
"You can follow and contact us on [Twitter](https://twitter.com/docusaurus)."
|
||||||
title: "Join the community"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
title: "GitHub",
|
||||||
content:
|
content:
|
||||||
"Find out what's new with this project by checking back on the site.",
|
"At our [GitHub repo](https://github.com/facebook/docusaurus) Browse and submit [issues](https://github.com/facebook/Docusaurus/issues) or [pull requests](https://github.com/facebook/Docusaurus/pulls) for bugs you find or any new features you may want implemented. Be sure to also check out our [contributing information](https://github.com/facebook/Docusaurus/blob/master/CONTRIBUTING.md)."
|
||||||
title: "Stay up to date"
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -40,7 +40,9 @@ class Help extends React.Component {
|
||||||
<header className="postHeader">
|
<header className="postHeader">
|
||||||
<h2>Need help?</h2>
|
<h2>Need help?</h2>
|
||||||
</header>
|
</header>
|
||||||
<p>This project is maintained by a dedicated group of people.</p>
|
<p>
|
||||||
|
If you need help with Docusaurus, you can try one of the mechanisms below. We are looking at other options to provide help for Docusaurus users well.
|
||||||
|
</p>
|
||||||
<GridBlock contents={supportLinks} layout="threeColumn" />
|
<GridBlock contents={supportLinks} layout="threeColumn" />
|
||||||
</div>
|
</div>
|
||||||
</Container>
|
</Container>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue