Azure / apiops

APIOps applies the concepts of GitOps and DevOps to API deployment. By using practices from these two methodologies, APIOps can enable everyone involved in the lifecycle of API design, development, and deployment with self-service and automated tools to ensure the quality of the specifications and APIs that they’re building.
https://azure.github.io/apiops
MIT License
304 stars 178 forks source link

Wrong path to new docs by link #607

Open felipementel opened 1 month ago

felipementel commented 1 month ago

Release version

v6.0.1-rc2

Question Details

The links from the docs are differents

Expected behavior

The correct link to send a pull request about some informations

Actual behavior

Wrong link

Reproduction Steps

Do those three steps: url, link at menu and click on "Edit this page on GitHub"

image

This is the request result: image

github-actions[bot] commented 1 month ago
  Thank you for opening this issue! Please be patient while we will look into it and get back to you as this is an open source project. In the meantime make sure you take a look at the [closed issues](https://github.com/Azure/apiops/issues?q=is%3Aissue+is%3Aclosed) in case your question has already been answered. Don't forget to provide any additional information if needed (e.g. scrubbed logs, detailed feature requests,etc.).
  Whenever it's feasible, please don't hesitate to send a Pull Request (PR) our way. We'd greatly appreciate it, and we'll gladly assess and incorporate your changes.
waelkdouh commented 1 month ago

Thank you for bringing this up to attention. Do you mind submitting a PR so we can merge it?

felipementel commented 1 month ago

Thank you for bringing this up to attention. Do you mind submitting a PR so we can merge it?

Hi man, You can do, no problem.

felipementel commented 1 month ago

Hi @waelkdouh, I dont know how to update the URL at the site.

This is the URL at the website (https://azure.github.io/apiops/apiops/3-apimTools/apiops-2-1-tools-extractor.html), and this is WRONG because the path is not valid, not exists. https://github.com/Azure/apiops/tree/main/apiops/3-apimTools/apiops-2-1-tools-extractor.md

This is the correct file path https://github.com/Azure/apiops/blob/main/docs/apiops/3-apimTools/apiops-2-1-tools-extractor.md

Can you help me to update the link at the website?

waelkdouh commented 1 month ago

Create a fork of our repository and then create a PR so I can merge it. The files are located inside the docs/ApiOps folder.

felipementel commented 1 month ago

@waelkdouh how are you man? I hope you´re fine.

Maybe I expressed myself wrong when I said "Can you help me to update the link at the website?"

The problem is that I downloaded the repository and searched for the text "apiops/3-apimTools/apiops-2-1-tools-extractor.md" to change the path to the left.

But I didn't find it inside the repo on github.

That's why I don't know how to update the url of the website https://azure.github.io/apiops/apiops/3-apimTools/apiops-2-1-tools-extractor.html that is in the footer. Understands me?