-
-
Notifications
You must be signed in to change notification settings - Fork 623
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
Edit this page on GitHub button link breaks often #991
Comments
Thank you for reporting an issue. It seems that both cases, failure and success, result in NOT FOUND error. |
sorry, I’ve pasted wrong links in success case, so I corrected that. |
Thank you for fixing the sample. 🙌 Actually, URL to edit a file can be configured via options: FYR, here is the code: content/packages/theme-docs/src/components/app/AppPageBottom.vue Lines 33 to 46 in b97cf54
By the way, in this time, it's not because of Nuxt core team renamed the default branch of their repositories from I will check and fix other module documentation as needed. |
One thing to correct.
I noticed that The fact seems to be that PWA module documentation is not up-to-date. 🤔 I will open an issue in PWA module repository (as well as keeping checking other documentation). |
Oh, you already created one. |
Thank you so much, @nozomuikuta ! |
Ironically, this link is 404. Is this documentation still available somewhere? |
Version
@nuxt/content: v1.15.1
nuxt: 2.15.3
@nuxt/content-theme-docs: v0.11.1
Reproduction Link
https://pwa.nuxtjs.org/
https://github.com/nuxt-community/pwa-module/tree/main/docs
Steps to reproduce
Edit this page on GitHub button links always break when create a document site with
@nuxt/content-theme-docs
and the/content
folder is directory belongs to the main directory.~/content/*.md
case of failure: https://pwa.nuxtjs.org/
broken Edit this page on GitHub link:
https://github.com/nuxt-community/pwa-module/edit/master/docs/content/en/index.md
on the other hand, if
/content
folder is underdocs
folder the link do not break.~/docs/content/*.md
case of success:https://content.nuxtjs.org/
Edit this page on GitHub link: https://github.com/nuxt/content/edit/main/docs/content/ja/index.md
What is actually happening?
the string in links /docs is the cause of this bug.
The string in links /docs should be option.
or if the option already exists, please tell me.
Thank you,
The text was updated successfully, but these errors were encountered: