ddev: Links to quickstart guides do not work as expected
Is there an existing issue for this?
- I have searched the existing issues
Run a Diagnostic and Paste Link Here
I’m not sure sure if this is a bug, or a mkdocs limitation.
Current Behavior
When I click a link to a quickstart guide, the page does nothing.
In the below, I have clicked on “Magento 2”, but the “Any (generic)” tab is shown.
In addition, if I scroll to the bottom of the page, and and click a framework quickstart, it does nothing. It does not even move to the table.
Expected Behavior
- If I click a sidebar link to an (tab) item, the page should move to (opened) tab item.
- If I share a link to
https://ddev.readthedocs.io/en/latest/users/quickstart/#laravel
, the page should open to “Laravel quickstart”
Steps To Reproduce
Test 1
- Visit https://ddev.readthedocs.io/en/latest/users/quickstart/
- Click “Magento” on the left sidebar under “Quickstart”
- “Magento” tab should be displayed
Test 2
- Visit https://ddev.readthedocs.io/en/latest/users/quickstart/
- Scroll to bottom of page
- Click “Magento” on the left sidebar under “Quickstart”
- Page should scroll to Quickstart guide with “Magento” tab opened
Test 3
- Click https://ddev.readthedocs.io/en/latest/users/quickstart/#laravel
- Page should display as below
Anything else?
I think the ability to share “https://ddev.readthedocs.io/en/latest/users/quickstart/#laravel” and have it open to the correct place is a great first impression for new users.
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 15 (11 by maintainers)
Commits related to this issue
- Add headers inside all tabs, for #4019 — committed to rfay/ddev by rfay 2 years ago
- [docs] Add headers inside all tabs, for #4019 (#4028) — committed to ddev/ddev by rfay 2 years ago
It seems to me like @mikesnoeren 's fixes have added up to complete success on this. Hope you agree @tyler36 , or we’ll reopen. Congratulations @mikesnoeren !