https://github.com/gdfreitasdev/docusaurus-sandbox
Docusaurus is a open-source tool to generate static sites for content-driven products.
https://github.com/gdfreitasdev/docusaurus-sandbox
blog documentation docusaurus2
Last synced: 8 months ago
JSON representation
Docusaurus is a open-source tool to generate static sites for content-driven products.
- Host: GitHub
- URL: https://github.com/gdfreitasdev/docusaurus-sandbox
- Owner: gdfreitasdev
- License: mit
- Created: 2020-12-20T21:39:46.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-24T18:09:32.000Z (over 5 years ago)
- Last Synced: 2025-08-07T01:12:21.123Z (9 months ago)
- Topics: blog, documentation, docusaurus2
- Language: JavaScript
- Homepage: https://gdfreitas.github.io/docusaurus-sandbox
- Size: 601 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# docusaurus-sandbox
[Docusaurus](https://v2.docusaurus.io/) is a open-source tool to generate static sites for content-driven products. It covers documentation, blogs, product landing, market page, etc.
Trough easy-to-use CLI it generates a React project, which allows a lot of customization and create all the necessary stuff for a performant and SEO friendly website.
The content is powered by [Markdown JSX (MDX)](https://mdxjs.com/) which makes really easy to write and maintain documentations and blogs posts.
## Example
Live at [**https://gdfreitas.github.io/docusaurus-sandbox**](https://gdfreitas.github.io/docusaurus-sandbox)
Checkout the [CONTRIBUTING.md](./CONTRIBUTING.md) to know how to setup and run the project.
- [**/docs**](./docs) has all the docs
- [**/sidebars.js**](./sidebars.js) links available docs
- [**/blog**](./blog) has all the blog posts
## Community
Docusaurus is used by facebook open-source libraries and frameworks and also by a lot of community projects.
Some of them are:
- [**React Native**](https://reactnative.dev)
- [**Babel.js**](https://babeljs.io)
- [**Prettier**](https://prettier.io)
- [**Jest.js**](https://jestjs.io)
## References
- [Docusaurus Documentation](https://v2.docusaurus.io/docs)