wiremock / wiremock.org

WireMock website, powered by Jekyll. Contributions are welcome!
https://wiremock.org/
MIT License
11 stars 49 forks source link

EPIC: Restructure the examples to use code tabs #183

Open oleg-nenashev opened 1 year ago

oleg-nenashev commented 1 year ago

Proposal

In WireMock documentation, there are A LOT of examples where JSON and Code examples are placed in separate examples which takes a lot of vertical space and complicates the documentation. Instead of that, it would be nice if the examples were put into recently introduced Code Tabs like this one:

image

Steps

Each case can be submitted as a separate pull request:

Example of a patch: https://github.com/wiremock/wiremock.org/pull/165

References

No response

Smartmind12 commented 1 year ago

@oleg-nenashev I would like to work on this issue!

oleg-nenashev commented 1 year ago

@Smartmind12 sure, thanks for your interest!

Smartmind12 commented 1 year ago

@Smartmind12 sure, thanks for your interest!

As for other pages i will push the PR today and tomorrow post working in them!

oleg-nenashev commented 1 year ago

@Smartmind12 thanks, great job!

Smartmind12 commented 1 year ago

@oleg-nenashev I went through the docs and the merged changes look great! However the cases of groovy gradle thos seem to have an issue in tabs. I tried to locate the issue but could not, so can you look at it to provide a different POV!?

oleg-nenashev commented 11 months ago

I am parking this ticket for now, because #228 restructures the code tabs logic, and it would be better to submit the patches against the new engine