diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json deleted file mode 100644 index 7dd5f76d8..000000000 --- a/.codesandbox/ci.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "sandboxes": ["2d17z"], - "packages": ["."], - "node": "16" -} diff --git a/README.md b/README.md index 294192723..b6e6ab7f5 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,10 @@ Move to [awesome-docsify](https://github.com/docsifyjs/awesome-docsify#showcase) | Project | Description | | ------------------------------------------------ | ---------------------------------------- | -| [docute](https://github.com/egoist/docute) | 📜 Effortlessly documentation done right | -| [docpress](https://github.com/docpress/docpress) | Documentation website generator | +| [Docusaurus](https://docusaurus.io) | Docusaurus makes it easy to maintain Open Source documentation websites | +| [GitBook](https://www.gitbook.com) | Where technical teams document | +| [MkDocs](https://www.mkdocs.org) | Project documentation with Markdown | +| [VuePress](https://vuepress.vuejs.org) | Vue-powered Static Site Generator | ## Contributing diff --git a/sandbox.config.json b/sandbox.config.json deleted file mode 100644 index 8b8a95b7a..000000000 --- a/sandbox.config.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "template": "node", - "node": "16" -}