1
1
{{ $faq20 := site.Data.faq20.qna }}
2
2
3
- < h2 > General</ h2 >
3
+ < h2 id =" general " > General</ h2 >
4
4
5
5
{{ range where $faq20 ".type" "==" "General" }}
6
6
{{ $question := .q | markdownify }}
@@ -20,7 +20,7 @@ <h2>General</h2>
20
20
</ div >
21
21
{{ end }}
22
22
23
- < h2 > Best Practices</ h2 >
23
+ < h2 id =" best-practices " > Best Practices</ h2 >
24
24
25
25
{{ range where $faq20 ".type" "==" "Best Practices" }}
26
26
{{ $question := .q | markdownify }}
@@ -40,7 +40,7 @@ <h2>Best Practices</h2>
40
40
</ div >
41
41
{{ end }}
42
42
43
- < h2 > Features</ h2 >
43
+ < h2 id =" features " > Features</ h2 >
44
44
45
45
{{ range where $faq20 ".type" "==" "Features" }}
46
46
{{ $question := .q | markdownify }}
@@ -60,7 +60,7 @@ <h2>Features</h2>
60
60
</ div >
61
61
{{ end }}
62
62
63
- < h2 > Kubernetes</ h2 >
63
+ < h2 id =" kubernetes " > Kubernetes</ h2 >
64
64
65
65
{{ range where $faq20 ".type" "==" "Kubernetes" }}
66
66
{{ $question := .q | markdownify }}
@@ -80,7 +80,7 @@ <h2>Kubernetes</h2>
80
80
</ div >
81
81
{{ end }}
82
82
83
- < h2 > Community</ h2 >
83
+ < h2 id =" community " > Community</ h2 >
84
84
85
85
{{ range where $faq20 ".type" "==" "Community" }}
86
86
{{ $question := .q | markdownify }}
@@ -100,7 +100,7 @@ <h2>Community</h2>
100
100
</ div >
101
101
{{ end }}
102
102
103
- < h2 > Website</ h2 >
103
+ < h2 id =" website " > Website</ h2 >
104
104
105
105
{{ range where $faq20 ".type" "==" "Website" }}
106
106
{{ $question := .q | markdownify }}
@@ -120,7 +120,7 @@ <h2>Website</h2>
120
120
</ div >
121
121
{{ end }}
122
122
123
- < h2 > Integrations</ h2 >
123
+ < h2 id =" integrations " > Integrations</ h2 >
124
124
125
125
< h3 > Microsoft Azure</ h3 >
126
126
0 commit comments