-
Notifications
You must be signed in to change notification settings - Fork 70
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
Update canonical links for Advanced section #453
Update canonical links for Advanced section #453
Conversation
✅ Deploy Preview for harvester-preview ready!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@LucasSaintarbor Some URLs have changed.
/advanced/settings/
->/advanced/index/
/advanced/pcidevices/
->/advanced/addons/pcidevices/
/advanced/vmimport/
->/advanced/addons/vmimport/
Co-authored-by: Jillian <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jillian-maroket Sorry I missed this. For /advanced/settings
-> /advanced/index/
, removing the id: index
in the metadata makes the URL /advanced/settings. I made this change to make the URL match the title in the sidebar/of the page.
sidebar_position: 1 | ||
sidebar_label: Settings | ||
title: "Settings" | ||
--- | ||
|
||
<head> | ||
<link rel="canonical" href="https://docs.harvesterhci.io/v1.1/advanced/settings"/> | ||
<link rel="canonical" href="https://docs.harvesterhci.io/v1.2/advanced/index"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<link rel="canonical" href="https://docs.harvesterhci.io/v1.2/advanced/index"/> | |
<link rel="canonical" href="https://docs.harvesterhci.io/v1.2/advanced/settings"/> |
sidebar_position: 1 | ||
sidebar_label: Settings | ||
title: "Settings" | ||
--- | ||
|
||
<head> | ||
<link rel="canonical" href="https://docs.harvesterhci.io/v1.1/advanced/settings"/> | ||
<link rel="canonical" href="https://docs.harvesterhci.io/v1.2/advanced/index"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<link rel="canonical" href="https://docs.harvesterhci.io/v1.2/advanced/index"/> | |
<link rel="canonical" href="https://docs.harvesterhci.io/v1.2/advanced/settings"/> |
Note: Tracking adding canonical links for v1.2 via https://github.com/harvester/docs/issues/446. Wait to merge until #434 is merged.