File tree Expand file tree Collapse file tree 4 files changed +18
-8
lines changed Expand file tree Collapse file tree 4 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 11---
2- section: "documentation "
2+ section: "learn "
33subsection: "external-links"
44title: "Git - External Links"
55url: /doc/ext.html
Original file line number Diff line number Diff line change 11---
2- section: "documentation "
2+ section: "learn "
33subsection: "videos"
44title: "Git - Videos"
55url: /videos.html
Original file line number Diff line number Diff line change 1717 {{ end }}
1818 </ ul >
1919 </ li >
20+
2021 < li >
21- < a href ="{{ relURL "doc " }}"{{ if (eq $section "documentation") }} class="active "{{ end }} > Documentation</ a >
22- < ul {{ if (eq $section "documentation") }}class="expanded "{{ end }} >
23- < li >
24- < a href ="{{ relURL "docs " }}"{{ if or (eq .Params.Subsection "reference") (eq .Params.Subsection "manual") }} class="active "{{ end }} > Reference</ a >
25- </ li >
22+ < a href ="{{ relURL "learn " }}"{{ if (eq $section "learn") }} class="active "{{ end }} > Learn</ a >
23+ < ul {{ if (eq $section "learn") }}class="expanded "{{ end }} >
2624 < li >
2725 < a href ="{{ relURL "cheat-sheet " }}"{{ if (eq .Params.Subsection "cheat-sheet") }} class="active "{{ end }} > Cheat Sheet</ a >
2826 </ li >
2927 < li >
3028 < a href ="{{ relURL "book " }}"{{ if (eq .Params.Subsection "book") }} class="active "{{ end }} > Book</ a >
3129 </ li >
30+
31+ < li >
32+ < a href ="{{ relURL "cheat-sheet " }}"{{ if (eq .Params.Subsection "cheat-sheet") }} class="active "{{ end }} > Cheat Sheet</ a >
33+ </ li >
3234 < li >
3335 < a href ="{{ relURL "videos " }}"{{ if (eq .Params.Subsection "videos") }} class="active "{{ end }} > Videos</ a >
3436 </ li >
3739 </ li >
3840 </ ul >
3941 </ li >
42+ < li >
43+ < a href ="{{ relURL "doc " }}"{{ if (eq $section "documentation") }} class="active "{{ end }} > Documentation</ a >
44+ < ul {{ if (eq $section "documentation") }}class="expanded "{{ end }} >
45+ < li >
46+ < a href ="{{ relURL "docs " }}"{{ if or (eq .Params.Subsection "reference") (eq .Params.Subsection "manual") }} class="active "{{ end }} > Reference</ a >
47+ </ li >
48+ </ ul >
49+ </ li >
4050 < li >
4151 < a href ="{{ relURL "downloads " }}"{{ if (eq $section "downloads") }} class="active "{{ end }} > Downloads</ a >
4252 < ul {{ if (eq $section "downloads") }}class="expanded "{{ end }} >
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ def initialize(edition, language_code)
5858 def front_matter
5959 front_matter = {
6060 "category" => "book" ,
61- "section" => "documentation " ,
61+ "section" => "learn " ,
6262 "subsection" => "book" ,
6363 "sidebar" => "book" ,
6464 "book" => {
You can’t perform that action at this time.
0 commit comments