1module.exports = {
2 siteMetadata: {
3 title: 'Wonka',
4 description: 'A fast push & pull stream library for Reason, OCaml, and TypeScript',
5 siteUrl: 'https://wonka.kitten.sh',
6 githubUrl: 'https://github.com/kitten/wonka'
7 },
8 plugins: ['gatsby-plugin-netlify'],
9 __experimentalThemes: ['gatsby-theme-docs-system']
10};