Skip to content

Commit 510fb25

Browse files
committed
Document Sync by Tina
1 parent 14fca8e commit 510fb25

14 files changed

+11
-531
lines changed

docs/stable/tutorial-extras/_category_.json docs/stable/dev/_category_.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"label": "Tutorial - Extras",
2+
"label": "Developer Guide",
33
"position": 3,
44
"link": {
55
"type": "generated-index"

docs/stable/intro.md

+2-39
Original file line numberDiff line numberDiff line change
@@ -4,44 +4,7 @@ sidebar_position: 1
44

55
# Serverless LLM
66

7-
Let's discover **Docusaurus in less than 5 minutes**.
7+
## Documentation
88

9-
## Getting Started
9+
### Getting Started
1010

11-
Get started by **creating a new site**.
12-
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/stable/serving/_category_.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "Serving",
3+
"position": 2,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "TODO"
7+
}
8+
}

docs/stable/tutorial-basics/_category_.json

-8
This file was deleted.

docs/stable/tutorial-basics/congratulations.md

-23
This file was deleted.

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

-34
This file was deleted.

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

-57
This file was deleted.

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

-43
This file was deleted.

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

-31
This file was deleted.

0 commit comments

Comments
 (0)