We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
index
production
Access website here -> https://algolia.nuxtjs.org/advanced/er
The name of the file and the route is indexer.md. A screenshot shows the folder 2.advanced and 3.indexer.md
indexer.md
Not sure if a bug is related to NuxtContent, Docus, or the Nuxt 3 so I decided to report it here. Can be transfered if needed :)
When naming a .md page in the documentation powered by Docus 3 with a name consisting of the keyword index will result in the route cropped.
In my case the file is called 3.indexer.md and the route created from it is er -> Like indexer without index
3.indexer.md
er
No response
The text was updated successfully, but these errors were encountered:
Hey Baroshem!
Thanks for reporting the issue, I suspect this line to be the culprit:
content/src/runtime/server/transformers/path-meta.ts
Lines 93 to 94 in 3fbcd22
I guess we should maybe use a regex here instead.
In the meantime, as a workaround you can maybe use this:
# indexer.md --- _path: /indexer ---
cc @farnabaz
Sorry, something went wrong.
Hi @Tahul
Thanks for the fast reply! It is not a big issue for me. Just reporting because one of the community members reached to me with it.
It should not break any place and it is a rather minor bug.
Happy coding!
Successfully merging a pull request may close this issue.
Environment
production
Reproduction
Access website here -> https://algolia.nuxtjs.org/advanced/er
The name of the file and the route is
indexer.md
. A screenshot shows the folder 2.advanced and 3.indexer.mdDescribe the bug
Not sure if a bug is related to NuxtContent, Docus, or the Nuxt 3 so I decided to report it here. Can be transfered if needed :)
When naming a .md page in the documentation powered by Docus 3 with a name consisting of the keyword
index
will result in the route cropped.In my case the file is called
3.indexer.md
and the route created from it iser
-> Like indexer without indexAdditional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: