Fix Style API Docs
Description
#133
Related Issues
This PR Fix the API documentation, Now the titles of response are easy to read and noticeable by adding some space, change color and add border left
How can it be tested?
N/A
Impacted packages
Check the NPM packages that require a new publication or release:
- [x] manifest
- [x] @mnfst/sdk
Check list before submitting
- [x] I have performed a self-review of my code (no debugs, no commented code, good naming, etc.)
- [ ] I wrote the relative tests
- [x] I created a PR for the documentation if necessary and attached the link to this PR
- [x] This PR is wrote in a clear language and correctly labeled
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| manifest-schema | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 7, 2024 7:53am |
@LoayTarek5 @SebConejo thank you for your work !
The failing tests were because of some regression. You can merge the last develop version in this branch and it should pass.
However those PRs should be done on the develop branch as explained on the contributing file. The title says "fix" but I see it more as an visual enhancement than a bug fix.
Cheers !
@brunobuddy I changed the base branch from master to develop is that right?
@LoayTarek5 yes and now you can merge the develop branch in yours to update the tests.
@brunobuddy"Am I finished?"
@LoayTarek5 good job !