Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Add Adobe logo #8113

Merged
merged 2 commits into from
Oct 22, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
GIT
remote: https://github.com/magento-devdocs/devdocs-theme.git
revision: c96131acc7a0ed03629ab3401c8a64d819e7e610
revision: 0bd45b1e1816f5c94233c2c36403bc3242a6551a
specs:
devdocs (12)
devdocs (14)
jekyll (>= 4.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# For more details about available options and defaults, refer to https://jekyllrb.com/docs/configuration/
#
title: Magento 2 Developer Documentation
logo: DevDocs
logo: Magento DevDocs
description: Magento 2 Developer Documentation.

# the base protocol and domain
Expand Down
2 changes: 1 addition & 1 deletion src/_includes/layout/site-nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<a class="logo" href="{% if page.guide_version == site.version or page.guide_version == nil %}{{ site.baseurl }}{% else %}{{ page.baseurl }}{% endif %}/">
<img class="logo-image" src="{{ site.baseurl }}/assets/i/adobe-a.svg" alt="Adobe">
<span class="logo-text">Magento</span>
<span class="logo-text">Adobe</span>
<span class="site-logo">{{ site.logo }}</span>
</a>

Expand Down