You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2021/07/08 06:30:59 UTC

[incubator-inlong-website] branch master updated: [INLONG-685] Remove unnecessary directory of website (#91)

This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 3bc774b  [INLONG-685] Remove unnecessary directory of website (#91)
3bc774b is described below

commit 3bc774bbf644df9cfbc593b7534477812974ddda
Author: Daniel <le...@outlook.com>
AuthorDate: Thu Jul 8 14:30:53 2021 +0800

    [INLONG-685] Remove unnecessary directory of website (#91)
---
 docs/en-us/console/develop.md | 39 ---------------------------------------
 1 file changed, 39 deletions(-)

diff --git a/docs/en-us/console/develop.md b/docs/en-us/console/develop.md
deleted file mode 100644
index 21de530..0000000
--- a/docs/en-us/console/develop.md
+++ /dev/null
@@ -1,39 +0,0 @@
-## Before use
-Should check the `nodejs >= 14.0` has been install.
-
-## Develop
-Inside the newly created project, you can run some built-in commands:
-
-if not install the `node_modules`, you should run `npm install` or `yarn install` at first.
-
-Runs the app in development mode with `npm run dev` or `yarn dev`.
-
-If server run success, Browser will Open [http://localhost:8080](http://localhost:8080) to view it in the browser.
-
-The page will reload if you make edits.
-You will also see any lint errors in the console.
-
-### Notice
-
-The start of the web server depends on the back-end server api interface.
-
-You should start the backend server first, and then set variable `target` in `/inlong-website/src/setupProxy.js` as api service address.
-
-## Test
-
-Run `npm test` or `yarn test`
-
-Launches the test runner in the interactive watch mode.
-See the section about [running tests](https://create-react-app.dev/docs/running-tests/) for more information.
-
-## Build and deployment
-
-Run `npm run build` or `yarn build`
-
-Builds the app for production to the build folder.
-It correctly bundles React in production mode and optimizes the build for the best performance.
-
-The build is minified and the filenames include the hashes.
-Your app is ready to be deployed!
-
-See the section about [deployment](https://create-react-app.dev/docs/deployment/) for more information.