Getting Started
Features
Installation
yarn add gatsby-source-google-docs gatsby-transformer-remark
Google Docs will be transformed to markdown by gatsby-source-google-docs.
To display it on your site, you will need a Markdown to HTML converter plugin.
For basic usage, gatsby-transformer-remark will fit your needs but if you want to use React Components in your Google Docs, you will need gatsby-plugin-mdx. Checkout the documentation about how to use React Components.