Skip to content

Commit 13dbb00

Browse files
committed
remove app-switcher reference
1 parent 74f763a commit 13dbb00

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source 'https://rubygems.org'
44

5-
gem 'devdocs', git: 'https://github.com/magento-devdocs/devdocs-theme.git'
5+
gem 'devdocs', git: 'https://github.com/magento-devdocs/devdocs-theme.git', branch: 'decom-search'
66
gem 'jekyll'
77
gem 'rake'
88
gem 'whatsup_github'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
GIT
22
remote: https://github.com/magento-devdocs/devdocs-theme.git
3-
revision: 03ce55a3b980aea11af63bdda9bc7ad33cb94db1
3+
revision: 21391b56676a840c0167eefd5bffb3e4597f41f8
44
branch: decom-search
55
specs:
6-
devdocs (19)
6+
devdocs (20)
77
jekyll (>= 4.0)
88

99
GEM

src/_includes/layout/header-scripts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
};
88

99
var indices = [{
10-
label: "DevDocs",
10+
label: "Results",
1111
name: "devdocs",
1212
facetFilters: [
1313
["guide_version: {% if page.guide_version == nil %}{{ site.version }}{% else %}{{ page.guide_version }}{% endif %}",

src/_includes/layout/site-nav.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
<div class="nav-actions">
2727
{% include layout/version-switcher.html %}
2828

29-
{% include layout/app-switcher.html %}
30-
3129
{% if page.guide_version != "2.4" %}
3230
{% include layout/quick-search.html %}
3331
{% endif %}

0 commit comments

Comments
 (0)