yu199195 opened a new issue, #674: URL: https://github.com/apache/shenyu-website/issues/674
The original config yamil file : https://github.com/apache/shenyu/blob/master/shenyu-admin/src/main/resources/application.yml Now, maybe loss this config: ``` yaml shenyu: sync: websocket: messageMaxSize: 10240 allowOrigins: ws://localhost:9095;ws://localhost:9195; apidoc: gatewayUrl: http://127.0.0.1:9195 envProps: - envLabel: Test environment addressLabel: Request Address addressUrl: http://127.0.0.1:9195 - envLabel: Prod environment addressLabel: Request Address addressUrl: http://127.0.0.1:9195 ``` And remove this config : ```yaml shenyu database: dialect: mysql init_script: "META-INF/schema.sql" init_enable: true ``` ## Task 1. modify this en file : https://github.com/apache/shenyu-website/blob/main/docs/user-guide/property-config/admin-property-config.md 2. modify this zh file : https://github.com/apache/shenyu-website/blob/main/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/property-config/admin-property-config.md ## How to contributor You can see this : [Contributor Guide](https://shenyu.apache.org/zh/community/contributor-guide/) 1. I suggest you subscribe to shenyu dev mailing list, and when you encounter any problems, or when you finish, you can send an email to [email protected] 2. I suggest you git clone the source code and finish the changes. like this : fork this to you repository : https://github.com/apache/shenyu-website.git ``` git clone [email protected]:${YOUR_USERNAME}/${TARGET_REPO}.git git checkout -b a-dev-branch git push origin a-dev-branch ``` ## Verification After you modify file ,You verify local and you can see this : [Hao to build shenyu website](https://github.com/apache/shenyu-website/blob/main/README.md) . After you pull request merged. You can verify to this : [en-doc](https://shenyu.apache.org/docs/next/user-guide/property-config/admin-property-config) , [zh-doc](https://shenyu.apache.org/zh/docs/next/user-guide/property-config/admin-property-config) -- 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]
