File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -27,16 +27,6 @@ <h1>Documentation</h1>
2727 < div class ="col-md-3 toc ">
2828 {{ .Render "versions" }}
2929 < br />
30- < div id ="docsearch ">
31- <!-- <form class="d-flex align-items-center">
32- <span class="algolia-autocomplete" style="position: relative; display: inline-block; direction: ltr;">
33- <input type="search" class="form-control docsearch" id="search-input" placeholder="Search..."
34- aria-label="Search for..." autocomplete="off" spellcheck="false" role="combobox"
35- aria-autocomplete="list" aria-expanded="false" aria-owns="algolia-autocomplete-listbox-0"
36- dir="auto" style="position: relative; vertical-align: top;">
37- </span>
38- </form> -->
39- </ div >
4030 {{ .Render "nav" }}
4131 </ div >
4232 < div class ="col-md-8 ">
@@ -58,16 +48,6 @@ <h1>Documentation</h1>
5848 {{ .Render "footer" }}
5949 </ div >
6050</ div >
61- < script src ="https://cdn.jsdelivr.net/npm/@docsearch/js@3 "> </ script >
62- < script type ="text/javascript "> docsearch ( {
63- appId : '9ASKQJ1HR3' ,
64- apiKey : '170ba79bfa16cebfdf10726ae4771d7e' ,
65- indexName : 'velero_new' ,
66- container : '#docsearch' ,
67- searchParameters : {
68- facetFilters : [ "version:{{ .CurrentSection.Params.version }}" ] } ,
69- } ) ;
70- </ script >
7151</ body >
7252
7353</ html >
Original file line number Diff line number Diff line change 88 {{ $styles := resources.Get "styles.scss" | toCSS $options | resources.Fingerprint }}
99 < link rel ="stylesheet " href ="{{ $styles.RelPermalink }} " integrity ="{{ $styles.Data.Integrity }} ">
1010 {{/* TODO {% seo %}*/}}
11- < link rel ="preconnect " href ="https://9ASKQJ1HR3-dsn.algolia.net " crossorigin />
12- < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/@docsearch/css@3 " />
1311</ head >
You can’t perform that action at this time.
0 commit comments