PipedreamHQ / pipedream

Connect APIs, remarkably fast. Free for developers.
https://pipedream.com
Other
8.53k stars 5.27k forks source link

[BUG] Docs edit link in Pipedream docs points to the wrong location #11896

Open joscha opened 2 months ago

joscha commented 2 months ago

Describe the bug

When clicking on:

Installing_the_CLI_-_Pipedream

on a page on https://pipedream.com/docs/

for example https://pipedream.com/docs/cli/install

it directs to https://github.com/PipedreamHQ/pipedream/docs-v2/pages/cli/install.mdx instead of https://github.com/PipedreamHQ/pipedream/edit/master/docs-v2/pages/cli/install.mdx

(edit/master slug missing).

The vue page has the correct code: https://github.com/PipedreamHQ/pipedream/blob/222543a47b60b24922959e7b37210e201d580a40/docs/docs/.vuepress/theme/components/PageEdit.vue#L109-L110

so I am assuming either the set of vue templates in the repository are not the ones that are deployed or there is a caching issue from a version that is older than the current template.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://pipedream.com/docs/cli/install
  2. Click on Edit this page in the footer on the bottom right
  3. See error

Expected behavior Should direct to https://github.com/PipedreamHQ/pipedream/edit/master/docs-v2/pages/cli/install.mdx

vunguyenhung commented 1 month ago

Hey @joscha, I can reproduce this one. Will add this to Pipedream backlog now

joscha commented 1 week ago

This is still broken.