Initial commit

Created from https://vercel.com/new
This commit is contained in:
2025-02-22 13:24:27 +00:00
commit 1410eb6ad0
39 changed files with 8938 additions and 0 deletions

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
# Docusaurus 2
This directory is a brief example of a [Docusaurus](https://v2.docusaurus.io) site that can be deployed to Vercel with zero configuration.
## Deploy Your Own
Deploy your own Docusaurus project with Vercel.
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/docusaurus-2&template=docusaurus-2)
_Live Example: https://docusaurus-2-template.vercel.app_
### How We Created This Example
To get started with Docusaurus on Vercel, you can use the [Docusaurus CLI](https://v2.docusaurus.io/docs/installation#scaffold-project-website) to initialize the project:
```shell
npx create-docusaurus@latest my-website classic
```