You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/intro.md
+8-40Lines changed: 8 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,46 +3,14 @@ sidebar_position: 1
3
3
slug: /
4
4
---
5
5
6
-
# Tutorial Intro
6
+
import Card from '../src/components/Card';
7
+
import Flex from '../src/components/Flex';
7
8
8
-
Let's discover **Docusaurus in less than 5 minutes**.
9
+
# Get started
9
10
10
-
## Getting Started
11
+
Welcome to DrawDB! Start designing, visualizing, and generating SQL scripts for your database schema in just a few steps – no sign-up required.
11
12
12
-
Get started by **creating a new site**.
13
-
14
-
Or **try Docusaurus immediately** with **[docusaurus.new](https://docusaurus.new)**.
15
-
16
-
### What you'll need
17
-
18
-
-[Node.js](https://nodejs.org/en/download/) version 18.0 or above:
19
-
- When installing Node.js, you are recommended to check all checkboxes related to dependencies.
20
-
21
-
## Generate a new site
22
-
23
-
Generate a new Docusaurus site using the **classic template**.
24
-
25
-
The classic template will automatically be added to your project after you run the command:
26
-
27
-
```bash
28
-
npm init docusaurus@latest my-website classic
29
-
```
30
-
31
-
You can type this command into Command Prompt, Powershell, Terminal, or any other integrated terminal of your code editor.
32
-
33
-
The command also installs all necessary dependencies you need to run Docusaurus.
34
-
35
-
## Start your site
36
-
37
-
Run the development server:
38
-
39
-
```bash
40
-
cd my-website
41
-
npm run start
42
-
```
43
-
44
-
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.
45
-
46
-
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/.
47
-
48
-
Open `docs/intro.md` (this page) and edit some lines: the site **reloads automatically** and displays your changes.
13
+
<Flex>
14
+
<Cardtitle="📄 Create a new diagram"link='/create-diagram'>Create a new diagram</Card>
15
+
<Cardtitle="📄 Create a new diagram"link='/create-diagram'>Create a new diagram</Card>
0 commit comments