gatsby-source-google-docs
  • Home

Getting Started

Features

Pages creation

Automatically

gatsby-source-google-docs can create pages for you.

You just need to use createPages:``true option.

Then, you need to create templates and define which template to use using YAML metadata.

Checkout the example template and adapt it to your needs.

You can use the pageContext option if you need extra data into the context of your pages.

Manually

If you prefer to create pages manually, checkout the createPages API and adapt it to your needs.