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: README.md
+15-11
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,12 @@ Welcome to the official documentation repository for Databend! We invite you to
14
14
15
15
The Databend docs are thoughtfully organized to provide users with a structured and comprehensive resource. Navigating through the documentation page at [https://docs.databend.com/](https://docs.databend.com/), you'll find key information categorized into distinct tabs. Each tab serves a specific purpose, offering detailed insights into different aspects of Databend:
| Guides |[docs/guides](https://github.com/datafuselabs/databend-docs/tree/main/docs/en/guides)| Includes insights into the core features, data import/export, third-party tool integration, and programming interfaces across all Databend editions. Additionally, it offers valuable information on deploying Databend on-premises. |
20
-
| Databend Cloud |[docs/guides/cloud](https://github.com/datafuselabs/databend-docs/tree/main/docs/en/guides/20-cloud)| Includes details on account registration, operational guidance, and organization management tailored for Databend Cloud. Whether you're new to the cloud environment or an experienced user, contribute here to share your insights. |
| Guides |[docs/guides](https://github.com/datafuselabs/databend-docs/tree/main/docs/en/guides)| Includes insights into the core features, data import/export, third-party tool integration, and programming interfaces across all Databend editions. Additionally, it offers valuable information on deploying Databend on-premises. |
20
+
| Databend Cloud |[docs/guides/cloud](https://github.com/datafuselabs/databend-docs/tree/main/docs/en/guides/20-cloud)| Includes details on account registration, operational guidance, and organization management tailored for Databend Cloud. Whether you're new to the cloud environment or an experienced user, contribute here to share your insights. |
21
21
| SQL Reference |[docs/sql-reference](https://github.com/datafuselabs/databend-docs/tree/main/docs/en/sql-reference)| Explains Databend general essentials and a variety of available SQL functions and commands. Contribute to this section to help fellow users navigate the world of SQL in Databend. |
22
-
| Releases | - | Contains release notes for Databend Cloud and updates on nightly builds. |
22
+
| Releases | - | Contains release notes for Databend Cloud and updates on nightly builds.|
23
23
24
24
## What You can Contribute
25
25
@@ -30,21 +30,25 @@ Share your expertise by contributing documents for new functions or commands you
30
30
To ensure a smooth collaboration process, we recommend following these best practices:
31
31
32
32
1. Fork and Branch:
33
-
- We recommend forking the repository on GitHub and creating a new branch for your edits. This allows for better version control and easier tracking of changes.
34
-
- Edit the documentation on your branch and submit a Pull Request (PR) when you are ready for review.
35
33
36
-
2. Follow Existing Formats: For consistency, follow the existing documentation format. For example, if you are adding documentation for a new function, consider copying an existing markdown file from the same folder and modifying it accordingly.
34
+
- We recommend forking the repository on GitHub and creating a new branch for your edits. This allows for better version control and easier tracking of changes.
35
+
- Edit the documentation on your branch and submit a Pull Request (PR) when you are ready for review.
36
+
37
+
2. Follow Existing Formats: For consistency, follow the existing documentation format. For example, if you are adding documentation for a new function, consider copying an existing markdown file from the same folder and modifying it accordingly.
37
38
38
39
3. Preview Locally:
39
-
- To preview your changes locally and ensure they meet your expectations, ensure you have [Node.js](https://nodejs.org/) installed on your machine. Run the following commands in your terminal to initiate a local preview:
40
-
40
+
41
+
- To preview your changes locally and ensure they meet your expectations, ensure you have [Node.js](https://nodejs.org/)(Please install a version greater than 20) installed on your machine. Run the following commands in your terminal to initiate a local preview:
42
+
41
43
```bash
42
44
yarn install
43
45
```
46
+
44
47
```bash
45
48
yarn run dev
46
49
```
47
-
- Confirm that the formatting is correct, links work as intended, and the content aligns with your vision BEFORE you submit.
50
+
51
+
- Confirm that the formatting is correct, links work as intended, and the content aligns with your vision BEFORE you submit.
0 commit comments