Skip to content

Commit a6c134e

Browse files
committed
fix: brokend link
1 parent 7e89f98 commit a6c134e

File tree

10 files changed

+2
-510
lines changed

10 files changed

+2
-510
lines changed

docs/intro.md

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -10,38 +10,3 @@ Let's discover **Docusaurus in less than 5 minutes**.
1010

1111
Get started by **creating a new site**.
1212

13-
Or **try Docusaurus immediately** with **[docusaurus.new](https://docusaurus.new)**.
14-
15-
### What you'll need
16-
17-
- [Node.js](https://nodejs.org/en/download/) version 18.0 or above:
18-
- When installing Node.js, you are recommended to check all checkboxes related to dependencies.
19-
20-
## Generate a new site
21-
22-
Generate a new Docusaurus site using the **classic template**.
23-
24-
The classic template will automatically be added to your project after you run the command:
25-
26-
```bash
27-
npm init docusaurus@latest my-website classic
28-
```
29-
30-
You can type this command into Command Prompt, Powershell, Terminal, or any other integrated terminal of your code editor.
31-
32-
The command also installs all necessary dependencies you need to run Docusaurus.
33-
34-
## Start your site
35-
36-
Run the development server:
37-
38-
```bash
39-
cd my-website
40-
npm run start
41-
```
42-
43-
The `cd` command changes the directory you're working with. In order to work with your newly created Docusaurus site, you'll need to navigate the terminal there.
44-
45-
The `npm run start` command builds your website locally and serves it through a development server, ready for you to view at http://localhost:3000/.
46-
47-
Open `docs/intro.md` (this page) and edit some lines: the site **reloads automatically** and displays your changes.

docs/tutorial-basics/congratulations.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,3 @@ You have just learned the **basics of Docusaurus** and made some changes to the
88

99
Docusaurus has **much more to offer**!
1010

11-
Have **5 more minutes**? Take a look at **[versioning](../tutorial-extras/manage-docs-versions.md)** and **[i18n](../tutorial-extras/translate-your-site.md)**.
12-
13-
Anything **unclear** or **buggy** in this tutorial? [Please report it!](https://github.com/facebook/docusaurus/discussions/4610)
14-
15-
## What's next?
16-
17-
- Read the [official documentation](https://docusaurus.io/)
18-
- Modify your site configuration with [`docusaurus.config.js`](https://docusaurus.io/docs/api/docusaurus-config)
19-
- Add navbar and footer items with [`themeConfig`](https://docusaurus.io/docs/api/themes/configuration)
20-
- Add a custom [Design and Layout](https://docusaurus.io/docs/styling-layout)
21-
- Add a [search bar](https://docusaurus.io/docs/search)
22-
- Find inspirations in the [Docusaurus showcase](https://docusaurus.io/showcase)
23-
- Get involved in the [Docusaurus Community](https://docusaurus.io/community/support)

docs/tutorial-basics/create-a-blog-post.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

docs/tutorial-basics/create-a-document.md

Lines changed: 0 additions & 57 deletions
This file was deleted.

docs/tutorial-basics/create-a-page.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

docs/tutorial-basics/deploy-your-site.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

docs/tutorial-basics/markdown-features.mdx

Lines changed: 0 additions & 152 deletions
This file was deleted.

0 commit comments

Comments
 (0)