zalando / skipper

An HTTP router and reverse proxy for service composition, including use cases like Kubernetes Ingress
https://opensource.zalando.com/skipper/
Other
3.08k stars 349 forks source link

docs for awsSigv4 does not render bullet points correctly #3168

Open Anurag252 opened 1 month ago

Anurag252 commented 1 month ago

Docs for awsSigv4 does not gets rendered correctly.

To Reproduce Add context, for example:

  1. visit https://opensource.zalando.com/skipper/reference/filters/#awssigv4
  2. click on AWS Sig V4 hyperlink
  3. observe x-amz-accesskey , x-amz-secret, x-amz-time, x-amz-session and Service.

Expected behavior

  1. Hyperlink should be functional.
  2. All bullet points should be on new lines.

Observed behavior

  1. Hyperlink is broken.
  2. Bullet points are part of paragraph.
AlexanderYastrebov commented 1 month ago

Thank you for reporting, feel free to open a fix PR.

Anurag252 commented 1 month ago

Thank you for reporting, feel free to open a fix PR.

Thanks, I will post a PR soon.