[BUG] Docs edit link in Pipedream docs points to the wrong location
Describe the bug
When clicking on:
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:
- Go to https://pipedream.com/docs/cli/install
- Click on
Edit this pagein the footer on the bottom right - See error
Expected behavior Should direct to https://github.com/PipedreamHQ/pipedream/edit/master/docs-v2/pages/cli/install.mdx
Hey @joscha, I can reproduce this one. Will add this to Pipedream backlog now
This is still broken.