docs: inline website theme ()

Inline @rocketseat theme for Gatsby
because we need a lot of changes.

Fix bad GitHub edit url, next/prev links,
    external links without target="_blank".
This commit is contained in:
Isaev Denis 2020-05-16 17:17:58 +03:00 committed by GitHub
parent e560b3f76e
commit 0d774cd24a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
43 changed files with 2003 additions and 72 deletions

2
docs/gatsby-browser.js Normal file
View file

@ -0,0 +1,2 @@
export { wrapRootElement } from "./src/@rocketseat/gatsby-theme-docs/gatsby/wrapRootElement";
export { wrapPageElement } from "./src/@rocketseat/gatsby-theme-docs/gatsby/wrapPageElement";