File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 14
14
< div class ='row '>
15
15
< div class ='col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1 '>
16
16
< div class ='kata-heading '>
17
- < h1 id ='top '> CoderDojo Kata</ h1 >
18
- < h2 class ='kata-subheading '> 道場情報まとめ</ h2 >
17
+ < h1 id ='top '> 📚 Kata - 道場情報まとめ</ h1 >
18
+ < h2 class ='kata-subheading '>
19
+ ──
20
+ CoderDojo をもっと知る</ h2 >
19
21
</ div >
20
22
</ div >
21
23
</ div >
Original file line number Diff line number Diff line change 67
67
/ Navbar controller: https://polyfill.io/v3/
68
68
%script{src: '/js/polyfill.min.js', async: ''}
69
69
70
- / DocSearch: https://docsearch.algolia.com/
70
+ / DocSearch (v2) : https://docsearch.algolia.com/
71
71
%link{href: " https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" , rel: " stylesheet" }
72
+ / DocSearch (v3): https://docsearch.algolia.com/docs/DocSearch-v3
73
+ /%link{href: 'https://cdn.jsdelivr.net/npm/@docsearch/css@3', rel: 'stylesheet'}
72
74
73
75
%body
74
76
= render 'shared/header'
80
82
/ at the end of the BODY
81
83
:javascript
82
84
twemoji.parse(document.body);
83
-
85
+
86
+ / DocSearch (v2): https://docsearch.algolia.com/
84
87
%script{src: "https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js", type: "text/javascript"}
88
+ / DocSearch (v3): https://docsearch.algolia.com/docs/DocSearch-v3
89
+ /%script{src: 'https://cdn.jsdelivr.net/npm/@docsearch/js@3'}
85
90
86
91
:javascript
87
92
docsearch ({
You can’t perform that action at this time.
0 commit comments