pingsutw commented on pull request #502: URL: https://github.com/apache/submarine/pull/502#issuecomment-774395170
@tangzhankun, I've migrated all the contents include the download page in [old website](https://submarine.apache.org/) to https://pingsutw.github.io/ For the deployment process, we could add a Github Action in this repo to automatically deploy the website when someone updates the docs. Related to https://v2.docusaurus.io/docs/2.0.0-alpha.69/deployment#deploy For the developer, they only need to update the docs in the `submarine` repo, and they don't need to care about the `submarine-site` repo, Github Actions will help them deploy the website in the future. Thus, the `submarine-site` only store HTML, css, and js files, and we don't need to maintain that repo anymore. For the local deployment, we could use `yarn start` to starts a local development server. More details in https://github.com/pingsutw/hadoop-submarine/tree/SUBMARINE-724/website I temporarily deploy the docs to my GitHub website (https://github.com/pingsutw/pingsutw.github.io) using `yarn deploy`. If there is no any problem, I will deploy the docs to `submarine-site`. cc @xunliu @wangdatan @jiwq ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
