File tree Expand file tree Collapse file tree 4 files changed +17
-7
lines changed Expand file tree Collapse file tree 4 files changed +17
-7
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 }} >
22+ < a href ="{{ relURL "learn " }}"{{ if (eq $section "learn ") }} class="active "{{ end }} > Learn </ a >
23+ < ul {{ if (eq $section "learn ") }}class="expanded "{{ end }} >
2324 < li >
24- < a href ="{{ relURL "docs " }}"{{ if or (eq .Params.Subsection "reference ") (eq .Params.Subsection "manual") }} class="active "{{ end }} > Reference </ a >
25+ < a href ="{{ relURL "book " }}"{{ if (eq .Params.Subsection "book ") }} class="active "{{ end }} > Book </ a >
2526 </ li >
27+
2628 < li >
27- < a href ="{{ relURL "book " }}"{{ if (eq .Params.Subsection "book ") }} class="active "{{ end }} > Book </ a >
29+ < a href ="{{ relURL "cheat-sheet " }}"{{ if (eq .Params.Subsection "cheat-sheet ") }} class="active "{{ end }} > Cheat Sheet </ a >
2830 </ li >
2931 < li >
3032 < a href ="{{ relURL "videos " }}"{{ if (eq .Params.Subsection "videos") }} class="active "{{ end }} > Videos</ a >
3436 </ li >
3537 </ ul >
3638 </ li >
39+ < li >
40+ < a href ="{{ relURL "doc " }}"{{ if (eq $section "documentation") }} class="active "{{ end }} > Documentation</ a >
41+ < ul {{ if (eq $section "documentation") }}class="expanded "{{ end }} >
42+ < li >
43+ < a href ="{{ relURL "docs " }}"{{ if or (eq .Params.Subsection "reference") (eq .Params.Subsection "manual") }} class="active "{{ end }} > Reference</ a >
44+ </ li >
45+ </ ul >
46+ </ li >
3747 < li >
3848 < a href ="{{ relURL "downloads " }}"{{ if (eq $section "downloads") }} class="active "{{ end }} > Downloads</ a >
3949 < 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