Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion _includes/masthead-documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h5>{{link.title}}</h5>
</div>
<div class="more-resources">&nbsp;
{% if section.more-resources %}
<span class="heading">More Resources: </span>
<span class="heading">{{ page.more-resources-label }}: </span>
<ul>
{% for resource in section.more-resources %}
<li><a href="{{ site.baseurl }}{{ resource.url }}">{{ resource.title }}</a></li>
Expand Down
1 change: 1 addition & 0 deletions _ja/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ partof: documentation
discourse: true

# Content masthead links
more-resources-label: その他のリソース
sections:

- title: "最初のステップ"
Expand Down
1 change: 1 addition & 0 deletions _zh-cn/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ partof: documentation
discourse: true

# Content masthead links
more-resources-label: 更多资源
sections:

- title: "第一步..."
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ languages: [ja, zh-cn]
namespace: root
partof: documentation
discourse: true

# Content masthead links
more-resources-label: More Resources
sections:

- title: "First Steps..."
Expand Down