-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some "Edit this page" links don't work #6802
Comments
@maiieul Can I work on this issue ? |
@iitzIrFan yep, feel free to drop a PR for this |
Yes please, thanks for letting us know 🙏 |
@gioboa Thanks for assigning the issue to me. Can you give some details what you want me to work on this issue in detail as there should be no misunderstanding! |
Let's wait @maiieul |
Thanks @iitzIrFan, the goal is to make sure that all edit this page links work as expected and that it's a maintainable solution. If you can think of a better alternative to useContent, feel free to suggest here or ask on discord docs contributors channel ✌️ |
@maiieul Will work on it and let you know if any issue! |
@maiieul How do I run this project locally on my machine to test and contribute ? |
Hmmm, doesn't ‘pnpm docs.dev’ work for you? We have a contributing.md if you haven't read it yet. |
Nah this didn't work pnpm docs.dev |
Can you try to run |
This was the error I got after using the above mentioned cammand, Any fix ? 51 self.qwikBuild = { Found 1 error in packages/docs/src/repl/worker/repl-dependencies.ts:51 ❌ Error: Command failed with exit code 2: tsc -p packages\docs\tsconfig.json C:\Users\irfan\Downloads\Qwik\qwik>pnpm docs.dev
cd: no such file or directory: packages/docs |
Are you using windows? |
yes ! |
We have a PR for that #7177 |
@gioboa Ok it got the project running ! |
Not sure I understand what you mean by loader here. But yeah I think we should be able to use the menu.md to get the links. |
The urls are constructed based on a hard-coded list of paths:
We could probably use a menu with useContent hook https://qwik.dev/docs/advanced/menu/#menu.
The text was updated successfully, but these errors were encountered: