1
1
mirror of https://github.com/c8r/x0.git synced 2024-08-17 01:10:32 +03:00

Edit docs

This commit is contained in:
Brent Jackson 2018-06-20 17:40:05 -04:00
parent f81ee1078f
commit 4753a14586
9 changed files with 10 additions and 24 deletions

View File

@ -8,6 +8,10 @@ const routes = [
]
export default class extends React.Component {
static defaultProps = {
ignore: true
}
static getInitialProps = async ({ path }) => {
let title = 'dynamic'
switch (path) {

View File

@ -1,24 +0,0 @@
import React from 'react'
import {
Container
} from 'rebass'
import styled from 'styled-components'
import Readme from '../README.md'
const Prose = styled.div([], {
'& img': {
display: 'block',
maxWidth: '100%',
height: 'auto',
},
'& .demo-image, & a[href="LICENSE/"]': {
display: 'none'
}
})
export default props =>
<Container py={5}>
<Prose>
<Readme />
</Prose>
</Container>

6
docs/todo.md Normal file
View File

@ -0,0 +1,6 @@
---
ignore: true
---
- [ ] getting-started
- [ ] getting-started