【feat】:修改工程结构,提交一些因MacOS系统特性产生的文件

This commit is contained in:
BohouZhang
2021-05-03 10:48:10 +08:00
parent a9a65adeb9
commit 243bd660e0
7 changed files with 0 additions and 67 deletions
@@ -1,4 +0,0 @@
{
"label": "1 - 100",
"position": 2
}
-12
View File
@@ -1,12 +0,0 @@
---
sidebar_position: 1
---
# Hello 1
```shell
Hello 1
```
@@ -1,4 +0,0 @@
{
"label": "100 - 200",
"position": 3
}
@@ -1,12 +0,0 @@
---
sidebar_position: 1
---
# Hello 100
```shell
Hello 100
```
-35
View File
@@ -1,35 +0,0 @@
---
sidebar_position: 1
---
# LeetCode 刷题介绍
Let's discover **Docusaurus in less than 5 minutes**.
## Getting Started
Get started by **creating a new site**.
Or **try Docusaurus immediately** with **[new.docusaurus.io](https://new.docusaurus.io)**.
## Generate a new site
Generate a new Docusaurus site using the **classic template**:
```shell
npx @docusaurus/init@latest init my-website classic
```
## Start your site
Run the development server:
```shell
cd my-website
npx docusaurus start
```
Your site starts at `http://localhost:3000`.
Open `docs/getting-started.md` and edit some lines: the site **reloads automatically** and display your changes.