Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This isn't having Gatsby do anything with the docs yet, it's just getting it to load the docs without complaining. - Use the `gatsby-source-filesystem` and `gatsby-plugin-mdx` plugins to load the docs. + It turns out that various JS files in the docs import a bunch of third-party modules, so add those in `package.json`. - Adjust the docs to use an "@src" alias instead of a bunch of "../" sequences, to avoid the docs needing to know where they are subtree'd in at. This alias is configured in `gatsby-node.js`. - Copy some JS-imported resources from getambassador.io.git: + Some images (`src/assets/icons/*.svg`) + Some CSS (`src/components/Layout/vars.less`) - Add a trivial MVP of the JS-imported <CodeBlock> component, rather than figuring out what all of the etambassador.io.git <CodeBlock>'s dependencies are in order to copy it. Signed-off-by: Luke Shumaker <[email protected]>