File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,4 +4,7 @@ Add styles or override variables from the theme here.
44
55*/
66
7- $primary : #56a4ed
7+ $primary : #56a4ed ;
8+
9+ // Disable Google Fonts to comply with apache.org Content Security Policy
10+ $td-enable-google-fonts : false;
Original file line number Diff line number Diff line change @@ -110,11 +110,6 @@ prism_syntax_highlighting = false
110110
111111# User interface configuration
112112
113- [params .search .algolia ]
114- appId = ' 399WOPSE6Q'
115- apiKey = ' 437a8e172549357b6ca768248caecff9'
116- indexName = ' parquet-apache'
117-
118113[params .ui ]
119114# Set to true to disable breadcrumb navigation.
120115breadcrumb_disable = false
Original file line number Diff line number Diff line change 1- {{ with .Site.Params.algolia_docsearch }}
2- < script src ="https://cdn.jsdelivr.net/npm/@docsearch/js@3 "> </ script >
3-
4- < script type ="text/javascript ">
5- docsearch ( {
6- container : '#search_box' ,
7- debug : false // Set debug to true if you want to inspect the modal
8- } ) ;
9- </ script >
10- {{ end }}
Original file line number Diff line number Diff line change 1- {{ with .Site.Params.algolia_docsearch }}
2- < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/@docsearch/css@3 "/> </ pre> </ li>
3- {{ end }}
You can’t perform that action at this time.
0 commit comments