docsify
docsify copied to clipboard
fix: When alias contains parameters, append ext error
Summary
As mentioned in #1854, if the URL used by the alias contains parameters, we will add the 'ext' configuration item incorrectly
What kind of change does this PR introduce?
Bugfix
For any code change,
- [ ] Related documentation has been updated if needed
- [ ] Related tests have been updated or tests have been added
Does this PR introduce a breaking change? (check one)
- [ ] Yes
- [x] No
If yes, please describe the impact and migration path for existing applications:
Related issue, if any:
Fix #1854
Tested in the following browsers:
- [x] Chrome
- [ ] Firefox
- [ ] Safari
- [ ] Edge
- [ ] IE
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated |
---|---|---|---|
docsify-preview | ✅ Ready (Inspect) | Visit Preview | Aug 12, 2022 at 7:10AM (UTC) |
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.
Latest deployment of this branch, based on commit 1c5a0cbc03f0e8ec7382ea44f1bdeaff6226bc82:
Sandbox | Source |
---|---|
docsify-template | Configuration |
See comment. Basically this still has other problems. The solution is to handle paths and queries separately Hi, Any new updates on this issue. We were working on federating multiple repo's readme.md files to a single documentation page. Fixing this error would help a lot.
See comment. Basically this still has other problems. The solution is to handle paths and queries separately Hi, Any new updates on this issue. We were working on federating multiple repo's readme.md files to a single documentation page. Fixing this error would help a lot.
@SumithChandran hi, sorry for taking long. Did you find a solution? I commented on a direction we should look at. We just need to handle all the URL parts correctly, f.e. get all the parts of the URL, do what we need with only the path part, then put everything back together properly.
See comment. Basically this still has other problems. The solution is to handle paths and queries separately Hi, Any new updates on this issue. We were working on federating multiple repo's readme.md files to a single documentation page. Fixing this error would help a lot.
@SumithChandran hi, sorry for taking long. Did you find a solution? I commented on a direction we should look at. We just need to handle all the URL parts correctly, f.e. get all the parts of the URL, do what we need with only the path part, then put everything back together properly.
@trusktr , no I haven't found anything solution.
Any chance this will get done soon? I've actually never committed to a public repo, but this looks pretty straightforward. I'd be willing to try.
Any chance this will get done soon? I've actually never committed to a public repo, but this looks pretty straightforward. I'd be willing to try.
@zomgbre willing to take a stab at it? We haven't circled back yet