zhongjiajie commented on code in PR #115:
URL:
https://github.com/apache/incubator-seatunnel-website/pull/115#discussion_r859315636
##########
docusaurus.config.js:
##########
@@ -85,7 +85,8 @@ const config = {
items: [
{
label: versions[0],
- to: `docs/${versions[0]}/introduction`,
+ to: `docs/${versions[0]}/intro/about`,
+
},
...versions.slice(1).map((version) => ({
Review Comment:
NIT: did we want to show all history docs in our website?
##########
README.md:
##########
@@ -21,7 +21,7 @@ asf-staging #The asf-staging official website test
environment is accessed throu
This website is compiled using node, using Docusaurus framework components
-1. Download and install nodejs (version>12.5.0)
+1. Download and install nodejs (version>14)
Review Comment:
good catch!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]