5 merge requests!12191Lim.Pisey.168:/Identified - We are currently investigating reports of missing build logs. The issue has been identified and a resolution is in progress. We will provide a further update when available.Mar 21, 09:02 UTC,!12853brikk,!5717Automatically extract project file structure from build bundle file,!5360Docusaurus,!5341Add callouts and logo
@@ -77,7 +72,7 @@ class HomeSplash extends React.Component {
constlanguage=this.props.language||'';
return(
<SplashContainer>
<Logoimg_src={imgUrl('docusaurus.svg')}/>
<Logoimg_src={imgUrl('logo.svg')}/>
<divclassName="inner">
<ProjectTitle/>
<PromoSection>
...
...
@@ -104,68 +99,22 @@ const Block = props => (
);
constFeatures=()=>(
<Blocklayout="fourColumn">
<Blocklayout="threeColumn"align="left">
{[
{
content:'This is the content of my feature',
image:imgUrl('docusaurus.svg'),
imageAlign:'top',
title:'Feature One',
},
{
content:'The content of my second feature',
image:imgUrl('docusaurus.svg'),
imageAlign:'top',
title:'Feature Two',
content:
'There is just one build dependency. It uses Webpack, Babel, ESLint, and other amazing projects, but provides a cohesive curated experience on top of them.',
"You don't need to configure anything. Reasonably good configuration of both development and production builds is handled for you so you can focus on writing code.",
title:'No configuration required',
},
]}
</Block>
);
constTryOut=()=>(
<Blockid="try">
{[
{
content:'Talk about trying this out',
image:imgUrl('docusaurus.svg'),
imageAlign:'left',
title:'Try it Out',
},
]}
</Block>
);
constDescription=()=>(
<Blockbackground="dark">
{[
{
content:'This is another description of how this project is useful',
image:imgUrl('docusaurus.svg'),
imageAlign:'right',
title:'Description',
content:
'You can “eject” to a custom setup at any time. Run a single command, and all the configuration and build dependencies will be moved directly into your project, so you can pick up right where you left off.',
title:'No lock-in',
},
]}
</Block>
...
...
@@ -180,10 +129,6 @@ class Index extends React.Component {