-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Application doc panel #19625
Application doc panel #19625
Conversation
@@ -16,7 +16,7 @@ | |||
"build": "webpack --config ./webpack.config.prod.js --env production", | |||
"postinstall": "yarn run build-check", | |||
"preinstall": "cd ../../../../.. && yarn install --frozen-lockfile", | |||
"pre-commit": "lint-staged --concurrent false", | |||
"pre-commit": "lint-staged --concurrent false && yarn generate:app-docs", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you wish it to run auto consider moving this to
https://github.com/open-metadata/OpenMetadata/blob/main/openmetadata-ui/src/main/resources/ui/.husky/pre-commit
@@ -2023,6 +2023,7 @@ | |||
"join-team-success": "Team joined successfully!", | |||
"leave-team-error": "Error while leaving the team!", | |||
"leave-team-success": "Left the team successfully!", | |||
"no-application-schema-found": "No application schema found for {{appName}}", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we update it with translated values
Quality Gate passed for 'open-metadata-ui'Issues Measures |
Describe your changes:
Add a documentation panel on Application Configuration Page.
I worked on ... because ...
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>