diff --git a/README.md b/README.md index 671f0c912..23ed12a4c 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ This is the Gatsby generator for the Roadie marketing site. https://roadie.io ## Layout and sections The code for the actual marketing website and our docs site is in the src folder. + - Some pages use Contentful to inject content i.e. `src/pages/backstage-weekly`. - The docs site top level tab content is found at `src/doc/layouts` @@ -11,6 +12,7 @@ All the rest of the content is written in Markdown and rendered by Gatsby using The `content` folder contains all the rest of the static marketing (`roadie.io`) and docs (`roadie.io/docs/`) content. There are two different sections listing Backstage plugins: + - generic open source docs for all backstage plugins at `content/backstage/plugins` - guides for our own customer using any plugins currently bundled with Roadie at `content/docs/integrations`.