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 1
1
---
2
- section: "documentation "
2
+ section: "learn "
3
3
subsection: "external-links"
4
4
title: "Git - External Links"
5
5
url: /doc/ext.html
Original file line number Diff line number Diff line change 1
1
---
2
- section: "documentation "
2
+ section: "learn "
3
3
subsection: "videos"
4
4
title: "Git - Videos"
5
5
url: /videos.html
Original file line number Diff line number Diff line change 17
17
{{ end }}
18
18
</ ul >
19
19
</ li >
20
+
20
21
< 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 }} >
23
24
< 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 >
25
26
</ li >
27
+
26
28
< 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 >
28
30
</ li >
29
31
< li >
30
32
< a href ="{{ relURL "videos " }}"{{ if (eq .Params.Subsection "videos") }} class="active "{{ end }} > Videos</ a >
34
36
</ li >
35
37
</ ul >
36
38
</ 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 >
37
47
< li >
38
48
< a href ="{{ relURL "downloads " }}"{{ if (eq $section "downloads") }} class="active "{{ end }} > Downloads</ a >
39
49
< 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)
58
58
def front_matter
59
59
front_matter = {
60
60
"category" => "book" ,
61
- "section" => "documentation " ,
61
+ "section" => "learn " ,
62
62
"subsection" => "book" ,
63
63
"sidebar" => "book" ,
64
64
"book" => {
You can’t perform that action at this time.
0 commit comments