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
Migrate sidebars.js to code repo and add describe (apache#95)
* Migrate sidebars.js to code repo and add describe
This path migrate sidebars.js to our main repo and
and describe about how our `tool/build_docs.sh` work.
ref: apache/seatunnel#1586
* Add missing rsync for sidebar.js
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ This website is compiled using node, using Docusaurus framework components
23
23
24
24
1. Download and install nodejs (version>12.5.0)
25
25
2. Clone the code to the local `git clone [email protected]:apache/incubator-seatunnel-website.git`
26
-
3. Run `./tools/build-docs.sh` to fetch and prepare docs form **apache/incubator-seatunnel**
26
+
3. Run `./tools/build-docs.sh` to fetch and prepare docs form **apache/incubator-seatunnel**, for more information you could see [how our document work](HOW_DOC_WORK.md)
27
27
4. Run `npm install` to install the required dependent libraries.
28
28
5. Run `npm run start` in the root directory, you can visit http://localhost:3000 to view the English mode preview of the site
29
29
6. Run `npm run start-zh` in the root directory, you can visit http://localhost:3000 to view the Chinese mode preview of the site
0 commit comments