-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Design adjustments] Implement new design and separate data structure…
… for the footer (#1826) * refactor: implement new design for the footer * chore: use cube instead of banner with 4 columns to save space * chore: add documentation for how to define the footer
- Loading branch information
Showing
13 changed files
with
275 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@commercetools-docs/gatsby-theme-docs': minor | ||
'@commercetools-docs/ui-kit': minor | ||
--- | ||
|
||
Implement new design for the website footer. The footer is now defined in a separate data structure and is not in sync with the top menu anymore. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- label: Privacy Policy | ||
href: https://commercetools.com/privacy | ||
- label: Cookies | ||
href: https://commercetools.com/privacy#1.2 | ||
- label: Imprint | ||
href: https://commercetools.com/imprint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,20 @@ | ||
- label: Privacy Policy | ||
href: https://commercetools.com/privacy | ||
- label: Imprint | ||
href: https://commercetools.com/imprint | ||
- menu-title: Documentation | ||
items: | ||
- label: Docs Kit Docs | ||
href: /../documentation | ||
|
||
- menu-title: Test Sites | ||
items: | ||
- label: Docs Smoke Test | ||
href: /../docs-smoke-test | ||
- label: API Docs Smoke Test | ||
href: /../api-docs-smoke-test | ||
- label: Self-learning Smoke Test | ||
href: /../self-learning-smoke-test | ||
|
||
- menu-title: Product with long title | ||
items: | ||
- label: Getting started | ||
href: / | ||
- label: APIs | ||
href: / |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.