File tree Expand file tree Collapse file tree 5 files changed +25
-28
lines changed
Expand file tree Collapse file tree 5 files changed +25
-28
lines changed Original file line number Diff line number Diff line change 1515<!-- for search -->
1616< script src ="/assets/javascript/docsearch.min.js "> </ script >
1717< script >
18- docsearch ( {
19- container : '#docsearch' ,
20- appId : 'G2ZRR9A979' ,
21- apiKey : 'f522befe6142f2279344e025a79539a7' ,
22- indexName : 'markdownguide' ,
23- inputSelector : '#search-input' ,
24- debug : false // Set debug to true if you want to inspect the dropdown
25- } ) ;
18+ docsearch ( {
19+ container : '#docsearch' ,
20+ appId : 'G2ZRR9A979' ,
21+ apiKey : 'f522befe6142f2279344e025a79539a7' ,
22+ indexName : 'markdownguide'
23+ } ) ;
2624</ script >
Original file line number Diff line number Diff line change 1717 < a class ="nav-item nav-link {% if page.url contains 'tools' %}active{% endif %} " href ="/tools/ "> Tools</ a >
1818 < a class ="nav-item nav-link {% if page.title == 'The Markdown Guide Book' %}active{% endif %} " href ="/book/ "> Book</ a >
1919 </ div >
20+ < div class ="ml-auto mt-3 mt-lg-0 ">
21+ < div id ="docsearch "> </ div >
22+ </ div >
2023 </ div >
21- < form class ="form-inline d-none d-lg-inline-block mt-2 mt-md-0 ">
22- < input type ="text " class ="form-control " id ="search-input " placeholder ="Search " style ="margin-top:0 ">
23- </ form >
2424 </ div >
25- </ nav >
25+ </ nav >
You can’t perform that action at this time.
0 commit comments