-
- Downloads
Moved to doxygen.
Showing
- .gitignore 0 additions, 71 deletions.gitignore
- .gitlab-ci.yml 0 additions, 22 deletions.gitlab-ci.yml
- README.md 0 additions, 9 deletionsREADME.md
- detector.md 7 additions, 6 deletionsdetector.md
- doc/Doxyfile 2666 additions, 0 deletionsdoc/Doxyfile
- doc/Doxyfile2 2499 additions, 0 deletionsdoc/Doxyfile2
- doc/docs/.gitignore 0 additions, 0 deletionsdoc/docs/.gitignore
- doc/doxygen-awesome-sidebar-only-darkmode-toggle.css 20 additions, 1 deletiondoc/doxygen-awesome-sidebar-only-darkmode-toggle.css
- doc/doxygen-awesome-sidebar-only.css 107 additions, 0 deletionsdoc/doxygen-awesome-sidebar-only.css
- doc/doxygen-awesome.css 1470 additions, 0 deletionsdoc/doxygen-awesome.css
- doc/doxygen-custom/custom.css 16 additions, 0 deletionsdoc/doxygen-custom/custom.css
- doc/doxygen-custom/footer.html 24 additions, 0 deletionsdoc/doxygen-custom/footer.html
- doc/doxygen-custom/header.html 78 additions, 0 deletionsdoc/doxygen-custom/header.html
- doc/page.dox 23 additions, 0 deletionsdoc/page.dox
- doc/pages.md 12 additions, 0 deletionsdoc/pages.md
- gatsby-config.js 0 additions, 48 deletionsgatsby-config.js
- package.json 0 additions, 37 deletionspackage.json
- src/@rocketseat/gatsby-theme-docs/.../theme.js 0 additions, 14 deletionssrc/@rocketseat/gatsby-theme-docs/.../theme.js
- src/@rocketseat/gatsby-theme-docs/components/Docs/EditGithub.js 0 additions, 37 deletions...ocketseat/gatsby-theme-docs/components/Docs/EditGithub.js
- src/@rocketseat/gatsby-theme-docs/components/Logo.js 0 additions, 10 deletionssrc/@rocketseat/gatsby-theme-docs/components/Logo.js
.gitignore
deleted
100644 → 0
.gitlab-ci.yml
deleted
100644 → 0
README.md
deleted
100644 → 0
doc/Doxyfile
0 → 100644
This diff is collapsed.
doc/Doxyfile2
0 → 100644
This diff is collapsed.
doc/docs/.gitignore
0 → 100644
doc/doxygen-awesome-sidebar-only.css
0 → 100644
doc/doxygen-awesome.css
0 → 100644
This diff is collapsed.
doc/doxygen-custom/custom.css
0 → 100644
doc/doxygen-custom/footer.html
0 → 100644
doc/doxygen-custom/header.html
0 → 100644
doc/page.dox
0 → 100644
doc/pages.md
0 → 100644
gatsby-config.js
deleted
100644 → 0
package.json
deleted
100644 → 0
{ | ||
"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": "^3.11.0", | ||
"gatsby-plugin-canonical-urls": "^3.11.0", | ||
"gatsby-plugin-emotion": "^6.11.0", | ||
"gatsby-plugin-google-analytics": "^3.11.0", | ||
"gatsby-plugin-manifest": "^3.11.0", | ||
"gatsby-plugin-offline": "^4.11.0", | ||
"gatsby-plugin-sitemap": "^4.7.0", | ||
"markdown-toc": "^1.2.0", | ||
"prop-types": "^15.7.2", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2" | ||
}, | ||
"devDependencies": {}, | ||
"keywords": [ | ||
"gatsby", | ||
"rocketseat", | ||
"gatsby-starter" | ||
], | ||
"scripts": { | ||
"build": "gatsby build", | ||
"start": "gatsby develop", | ||
"serve": "gatsby serve", | ||
"clean": "gatsby clean" | ||
} | ||
} |
Please register or sign in to comment