Skip to content

Commit 723d67a

Browse files
committed
add documentation link to the nav bar
1 parent 6a89dcd commit 723d67a

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ repo_url: https://github.com/OpenIdentityPlatform
55
image: https://avatars3.githubusercontent.com/u/30845478?s=200&v=4
66
keywords: Access Management, Identity Management, Directory Services, LDAP, Identity Gateway, SSO, IDM, OpenAM, OpenDJ, OpenIG, OpenICF, OpenIDM, Open Identity Platform
77
site_name: Open Identity Platform - Open Source Solutions for Access Management, Identity Management, Directory Services
8+
authors: Open Identity Platform Community members
89
url: "https://www.openidentityplatform.org"
910
exclude:
1011
- Gemfile

_data/product_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
url: https://github.com/OpenIdentityPlatform/$product$/releases
66

77
- title: Documentation
8-
url: https://github.com/OpenIdentityPlatform/$product$/wiki/
8+
url: https://doc.openidentityplatform.org/$product_lc$/
99

1010
- title: Discussions
1111
url: https://github.com/OpenIdentityPlatform/$product$/discussions

_includes/navbar.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
{% endfor %}
3131
</div>
3232
</li>
33+
<li class="nav-item">
34+
<a target="_blank" class="nav-link" href="https://doc.openidentityplatform.org">Documentation</span></a>
35+
</li>
3336
<li class="nav-item {{page.navbar.blog_active}}">
3437
<a class="nav-link" href="/blog/">Blog <span class="sr-only">(current)</span></a>
3538
</li>

_includes/product-links.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="row product-links mb-2">
22
<p class="text-start">
33
{% for link in site.data.product_links %}
4-
<a class="icon-link mr-3" href='{{link.url | replace: "$product$", page.reponame}}'>
4+
<a class="icon-link mr-3" href='{{link.url | replace: "$product$", page.reponame | replace: "$product_lc$", page.product }}'>
55
{{link.title}}
66
</a>
77
{% endfor %}

0 commit comments

Comments
 (0)