hello-world.mdx 422 B

12345678910111213141516171819
  1. ---
  2. name: Hello world
  3. route: /
  4. ---
  5. import { Button, AddPageButton} from './addpage'
  6. <AddPageButton />
  7. # Hello world!
  8. I'm a documentation page, using MDX, created using [docz](https://docz.site) and deployed with [ZEIT Now](https://zeit.co/now)!
  9. You can learn how to deploy a docz project from [the now-examples GitHub repository](https://github.com/zeit/now-examples/tree/master/docz)!
  10. docz + gogs + nodejs + now