diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..992daa1 Binary files /dev/null and b/.DS_Store differ diff --git a/docs/.DS_Store b/docs/.DS_Store new file mode 100644 index 0000000..993e58a Binary files /dev/null and b/docs/.DS_Store differ diff --git a/docs/LeetCode刷题/1 - 100/_category_.json b/docs/LeetCode刷题/1 - 100/_category_.json deleted file mode 100644 index 063c1af..0000000 --- a/docs/LeetCode刷题/1 - 100/_category_.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "label": "1 - 100", - "position": 2 -} diff --git a/docs/LeetCode刷题/1 - 100/hello.md b/docs/LeetCode刷题/1 - 100/hello.md deleted file mode 100644 index 803e48d..0000000 --- a/docs/LeetCode刷题/1 - 100/hello.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -sidebar_position: 1 ---- - -# Hello 1 - - - -```shell -Hello 1 - -``` diff --git a/docs/LeetCode刷题/100 - 200/_category_.json b/docs/LeetCode刷题/100 - 200/_category_.json deleted file mode 100644 index 0e3c226..0000000 --- a/docs/LeetCode刷题/100 - 200/_category_.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "label": "100 - 200", - "position": 3 -} diff --git a/docs/LeetCode刷题/100 - 200/hello 100.md b/docs/LeetCode刷题/100 - 200/hello 100.md deleted file mode 100644 index db0897c..0000000 --- a/docs/LeetCode刷题/100 - 200/hello 100.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -sidebar_position: 1 ---- - -# Hello 100 - - - -```shell -Hello 100 - -``` diff --git a/docs/LeetCode刷题/intro-docs.md b/docs/LeetCode刷题/intro-docs.md deleted file mode 100644 index 6ecdb88..0000000 --- a/docs/LeetCode刷题/intro-docs.md +++ /dev/null @@ -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.