File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 12
12
versions :
13
13
- &component_version
14
14
url : ' #'
15
- version : ' noversion '
16
- displayVersion : ' noversion '
15
+ version : ' explore '
16
+ displayVersion : ' explore '
17
17
latest : *component_version
18
18
- name : xyz
19
19
title : Project NotReally
57
57
title : Minecraft Observability
58
58
component : *component
59
59
componentVersion : *component_version
60
- version : ' noversion '
61
- displayVersion : ' noversion '
60
+ version : ' explore '
61
+ displayVersion : ' explore '
62
62
module : ROOT
63
63
relativeSrcPath : index.adoc
64
64
editUrl : http://example.com/project-xyz/blob/main/index.adoc
Original file line number Diff line number Diff line change 1
1
<div class =" nav-panel-explore{{ #unless page.navigation }} is-active{{ /unless }} " data-panel =" explore" >
2
2
{{ #if page.component }}
3
- {{ #if (eq " noversion " ./page.componentVersion.version )}}
3
+ {{ #if (eq " explore " ./page.componentVersion.version )}}
4
4
<!-- placeholder toolbar to align with main toolbar-->
5
5
<div class =" toolbar toolbar-padder" style =" position: static" ></div >
6
6
{{ else }}
12
12
{{ /if }}
13
13
<ul class =" components" >
14
14
{{ #each site.components }}
15
- {{ #unless (eq " noversion " ./latest.version )}}
15
+ {{ #unless (eq " explore " ./latest.version )}}
16
16
<li class =" component{{ #if (eq this @root.page.component )}} is-current{{ /if }} " >
17
17
<a class =" title" href =" {{{ relativize ./url }}} " >{{{ ./title }}} </a >
18
18
<ul class =" versions" >
Original file line number Diff line number Diff line change 1
1
{{ #with page.versions }}
2
2
<div class =" page-versions" >
3
- {{ #unless (eq " noversion " @root.page.componentVersion.displayVersion )}}
3
+ {{ #unless (eq " explore " @root.page.componentVersion.displayVersion )}}
4
4
<button class =" version-menu-toggle" title =" Show other versions of page" >{{ @root.page.componentVersion.displayVersion }} </button >
5
5
<div class =" version-menu" >
6
6
{{ #each this }}
You can’t perform that action at this time.
0 commit comments