Closed TimHess closed 9 months ago
Trying to run the site, I noticed the links between the main site and docs site now diverge, which looks confusing. Can you sync them up instead of removing entries on the main site?
Also, clicking Why Steeltoe > Overview from the docs site returns a 404 because it redirects to http instead of https. Steps to reproduce:
docfx build --serve --port 8082
(followed instructions from README)In testing the combination of this PR with SteeltoeOSS/Documentation#310, I found the following:
Menu entry Projects > Steeltoe Dynamic Logging has disappeared from both sites. When I asked to sync them up, I meant to fix the title/link to be consistent between both sides; not remove the entry altogether.
MainSite > Projects > Steeltoe Network File Sharing: throws exception when clicked
- Note the link from Documentation is named differently ("Steeltoe Network File Shares") and points to a different URL
- Same issue for the link in footer
Documentation: Make the browser window smaller, so the top-level menu changes into a hamburger menu. Then clicking the hamburger menu shortly expands its entries before auto-collapsing again. It's currently impossible to keep it visible. It works properly on MainSite.
MainSite: when the site loads, two errors appear in the console:
Documentation: navigate to /api/v3/stream/, the following errors show in the console:
Documentation > Get started > API Browser: left-side version-selector panel with namespaces does not appear
This is an automated message.
In testing the combination of this PR with SteeltoeOSS/Documentation#310, I found the following:
- Menu entry Projects > Steeltoe Dynamic Logging has disappeared from both sites. When I asked to sync them up, I meant to fix the title/link to be consistent between both sides; not remove the entry altogether.
- MainSite > Projects > Steeltoe Network File Sharing: throws exception when clicked
- Note the link from Documentation is named differently ("Steeltoe Network File Shares") and points to a different URL
- Same issue for the link in footer
Documentation: Make the browser window smaller, so the top-level menu changes into a hamburger menu. Then clicking the hamburger menu shortly expands its entries before auto-collapsing again. It's currently impossible to keep it visible. It works properly on MainSite.
MainSite: when the site loads, two errors appear in the console:
Documentation: navigate to /api/v3/stream/, the following errors show in the console:
Documentation > Get started > API Browser: left-side version-selector panel with namespaces does not appear
- added back
- changed links to point to docs site, also added route handling to page that handles redirects for any old/missed link
- still working on this
- I believe those are from an ad blocker in your browser
- resolved
- haven't started but will look to make changes that easily merge with this commit
Fixes #140