intelops / website

This is the repo to manage all the website work, which is being developed using hugo framework.
https://intelops.ai
6 stars 21 forks source link

Fixing the broken links and removing 404 urls #322

Closed shreya-intelops closed 8 months ago

shreya-intelops commented 9 months ago

Other than the docs pages, the pages that had the latest links have been replaced and updated and the pages that did not exist have been removed.

stackblitz[bot] commented 9 months ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

devopstoday11 commented 8 months ago

@shreya-intelops

instead of deleting the lines in the .md files in Platform folder, comment them.

For example, comment these lines instead of removing them in content/english/platform/tarian.md file. It will be easy to revert later. Do the same for others as well please.

  menu:
  - name: "Tarian Doc"
    url: "https://docs.intelops.ai/latest/tarian/"
devopstoday11 commented 8 months ago

@shreya-intelops
correct URL to use for docs for any project is - example:- https://docs.intelops.ai/compage/latest/

https://docs.intelops.ai/<project-name>/latest/ -- this structure will redirect the user to the latest docs version. Please fix broken links according to this URL format in the main website.

shreya-intelops commented 8 months ago

Okay @devopstoday11, changing them