You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-11Lines changed: 3 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,16 +72,8 @@ See **Swaggy-Swagger** [README.md](https://github.com/Swaggy-Swagger) for more d
72
72
```
73
73
74
74
5. **Make Changes to the UI**: Modify the UI as needed to fit your requirements.
75
-
6. **Build the Project**: After making changes, build the project to generate the updated version of Swaggy-Swagger UI.
76
75
77
-
```bash
78
-
npm run build
79
-
80
-
```
81
-
82
-
This command will create or update the `dist` folder with the built files.
83
-
84
-
7. **Push the Changes**: Push your changes to your forked repository. Make sure to **follow our style guide**forcommit messages. The build filesin the `dist` folder will be automatically pushed to the Swagger-custom Java library repository through GitHub Actions.
76
+
6. **Push the Changes**: Push your changes to your forked repository. Make sure to **follow our style guide**forcommit messages. The build filesin the `src` folder will be automatically pushed to the Swagger-custom Java library repository through GitHub Actions.
85
77
86
78
```bash
87
79
git add .
@@ -92,8 +84,8 @@ See **Swaggy-Swagger** [README.md](https://github.com/Swaggy-Swagger) for more d
92
84
93
85
> Note: Follow our commit message [STYLE GUIDE](https://github.com/Swaggy-Swagger/.github/blob/main/profile/STYLE_GUIDE.md) forthe format of the commit messages. This is simply a recommendation, so feel free to contributein the way you find best!
94
86
>
95
-
8. **Automated Deployment**: Once changes are pushed, GitHub Actions will automatically handle the deployment by pushing the updated `dist` folder to the relevant Java library repository.
96
-
9. **Contributing**: If you'd like to contribute your changes back to the Swaggy-Swagger UI repository, feel free to submit a pull request.
87
+
7. **Automated Deployment**: Once changes are pushed, GitHub Actions will automatically handle the deployment by pushing the updated `src` folder to the relevant Java library repository.
88
+
8. **Contributing**: If you'd like to contribute your changes back to the Swaggy-Swagger UI repository, feel free to submit a pull request.
0 commit comments