【feat】:修改工程结构,提交一些因MacOS系统特性产生的文件
This commit is contained in:
Vendored
BIN
Binary file not shown.
@@ -1,4 +0,0 @@
|
|||||||
{
|
|
||||||
"label": "1 - 100",
|
|
||||||
"position": 2
|
|
||||||
}
|
|
||||||
@@ -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
|
|
||||||
|
|
||||||
```
|
|
||||||
@@ -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.
|
|
||||||
Reference in New Issue
Block a user