An open API service indexing awesome lists of open source software.

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.

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)