-
- Downloads
Initial commit.
Static version of detectors.md. Will fix later.
parents
Branches
No related tags found
Showing
- .gitignore 71 additions, 0 deletions.gitignore
- .gitlab-ci.yml 22 additions, 0 deletions.gitlab-ci.yml
- LICENSE 21 additions, 0 deletionsLICENSE
- README.md 9 additions, 0 deletionsREADME.md
- gatsby-config.js 53 additions, 0 deletionsgatsby-config.js
- package.json 37 additions, 0 deletionspackage.json
- src/@rocketseat/gatsby-theme-docs/.../theme.js 14 additions, 0 deletionssrc/@rocketseat/gatsby-theme-docs/.../theme.js
- src/@rocketseat/gatsby-theme-docs/components/Docs/EditGithub.js 37 additions, 0 deletions...ocketseat/gatsby-theme-docs/components/Docs/EditGithub.js
- src/@rocketseat/gatsby-theme-docs/components/Logo.js 10 additions, 0 deletionssrc/@rocketseat/gatsby-theme-docs/components/Logo.js
- src/@rocketseat/gatsby-theme-docs/styles/global.js 269 additions, 0 deletionssrc/@rocketseat/gatsby-theme-docs/styles/global.js
- src/@rocketseat/gatsby-theme-docs/styles/theme.js 14 additions, 0 deletionssrc/@rocketseat/gatsby-theme-docs/styles/theme.js
- src/@rocketseat/gatsby-theme-docs/text/index.mdx 21 additions, 0 deletionssrc/@rocketseat/gatsby-theme-docs/text/index.mdx
- src/config/sidebar.yml 93 additions, 0 deletionssrc/config/sidebar.yml
- src/docs/anl_eic_logo_3.png 0 additions, 0 deletionssrc/docs/anl_eic_logo_3.png
- src/docs/background.md 29 additions, 0 deletionssrc/docs/background.md
- src/docs/codeblock.md 26 additions, 0 deletionssrc/docs/codeblock.md
- src/docs/codeblock/1-index.md 26 additions, 0 deletionssrc/docs/codeblock/1-index.md
- src/docs/codeblock/1-index/1-index.md 33 additions, 0 deletionssrc/docs/codeblock/1-index/1-index.md
- src/docs/data_model.md 18 additions, 0 deletionssrc/docs/data_model.md
- src/docs/detector.md 295 additions, 0 deletionssrc/docs/detector.md
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
gatsby-config.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "gatsby-starter-rocket-docs", | ||
"private": true, | ||
"version": "1.0.0", | ||
"description": "Out of the box Gatsby Starter for creating documentation websites easily and quickly. With support for MDX, code highlight, Analytics, SEO and more", | ||
"author": "João Pedro Schmitz <oi@joaopedro.cc> (@joaopedro_cc)", | ||
"license": "MIT", | ||
"starter-name": "gatsby-starter-rocket-docs", | ||
"dependencies": { | ||
"@emotion/react": "^11.4.0", | ||
"@emotion/styled": "^11.3.0", | ||
"@rocketseat/gatsby-theme-docs": "^2.1.0", | ||
"gatsby": "^2.19.10", | ||
"gatsby-plugin-canonical-urls": "^2.1.19", | ||
"gatsby-plugin-emotion": "^6.11.0", | ||
"gatsby-plugin-google-analytics": "^2.1.34", | ||
"gatsby-plugin-manifest": "^2.2.37", | ||
"gatsby-plugin-offline": "^3.0.32", | ||
"gatsby-plugin-sitemap": "^2.2.26", | ||
"markdown-toc": "^1.2.0", | ||
"prop-types": "^15.7.2", | ||
"react": "^16.12.0", | ||
"react-dom": "^16.12.0" | ||
}, | ||
"devDependencies": {}, | ||
"keywords": [ | ||
"gatsby", | ||
"rocketseat", | ||
"gatsby-starter" | ||
], | ||
"scripts": { | ||
"build": "gatsby build", | ||
"start": "gatsby develop", | ||
"serve": "gatsby serve", | ||
"clean": "gatsby clean" | ||
} | ||
} |
src/config/sidebar.yml
0 → 100644
src/docs/anl_eic_logo_3.png
0 → 100644
7.39 KiB
src/docs/background.md
0 → 100644
src/docs/codeblock.md
0 → 100644
src/docs/codeblock/1-index.md
0 → 100644
src/docs/codeblock/1-index/1-index.md
0 → 100644
src/docs/data_model.md
0 → 100644
src/docs/detector.md
0 → 100644