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

Commit e049e77

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent 48eec86 commit e049e77

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

layouts/sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ <h3><a href="#" class="js-expand-btn collapsed arrow-btn" data-proofer-ignore></
122122
</ul>
123123
</li>
124124
<li class="js-topic">
125-
<h3><a href="#" class="js-expand-btn collapsed arrow-btn" data-proofer-ignore></a><a href="/v3/enterprise/">Enterprise <%= config[:latest_enterprise_version] %></a></h3>
125+
<h3><a href="#" class="js-expand-btn collapsed arrow-btn" data-proofer-ignore></a><a href="/v3/enterprise/">Enterprise</a></h3>
126126
<ul class="js-guides">
127127
<li><a href="/v3/enterprise/admin_stats/">Admin Stats</a></li>
128128
<li><a href="/v3/enterprise/ldap/">LDAP</a></li>

nanoc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ page_variables:
6363
hide_from_search: true
6464
-
6565
scope:
66-
path: "enterprise"
66+
path: "enterprise/."
6767
reps:
6868
- :default
6969
values:

script/enterprise-backport

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ data_variables:
4545

4646
versioned_config = symbolize_hash(config.deep_merge(config_enterprise_admin))
4747

48-
ent_scope_idx = versioned_config[:page_variables].find_index { |v| v[:scope][:path] == 'enterprise' }
48+
ent_scope_idx = versioned_config[:page_variables].find_index { |v| v[:scope][:path] == 'enterprise/.' }
4949

5050
versioned_config[:page_variables][ent_scope_idx][:values][:version] = CURR_VERSION
5151

0 commit comments

Comments
 (0)