diff --git a/_data/footer-links.yml b/_data/footer-links.yml new file mode 100644 index 00000000000..e48593d2687 --- /dev/null +++ b/_data/footer-links.yml @@ -0,0 +1,21 @@ +- label: Become a Contributor + url: https://github.com/magento/devdocs/blob/master/.github/CONTRIBUTING.md + +- label: Glossary + url: https://magento.github.io/glossary/index.html?audience=developer + +- label: Privacy Policy + url: https://magento.com/legal/terms/privacy/ + +- label: Terms of Service + url: https://magento.com/legal/terms/ + +- label: License/Trademark FAQ + url: https://magento.com/legal/licensing/ + +- label: Release Notes + url: /release-notes/bk-release-notes.html + +- label: Third-Party Licenses + url: /magento-third-party.html + versionless: true diff --git a/_includes/layout/footer-links.html b/_includes/layout/footer-links.html index b8347571764..026b60db3d7 100644 --- a/_includes/layout/footer-links.html +++ b/_includes/layout/footer-links.html @@ -1,19 +1,7 @@ +{% assign items = site.data.footer-links %} +
diff --git a/_includes/layout/toc-entry.html b/_includes/layout/nav-item.html similarity index 83% rename from _includes/layout/toc-entry.html rename to _includes/layout/nav-item.html index f57a1c66119..e30668b6e5f 100644 --- a/_includes/layout/toc-entry.html +++ b/_includes/layout/nav-item.html @@ -26,17 +26,16 @@ {% assign compare_url = page.url | prepend: site.baseurl %}