Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion assets/scss/_variables_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ Add styles or override variables from the theme here.

*/

$primary: #56a4ed
$primary: #56a4ed;

// Disable Google Fonts to comply with apache.org Content Security Policy
$td-enable-google-fonts: false;
5 changes: 0 additions & 5 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,6 @@ prism_syntax_highlighting = false

# User interface configuration

[params.search.algolia]
appId = '399WOPSE6Q'
apiKey = '437a8e172549357b6ca768248caecff9'
indexName = 'parquet-apache'

[params.ui]
# Set to true to disable breadcrumb navigation.
breadcrumb_disable = false
Expand Down
10 changes: 0 additions & 10 deletions layouts/partials/hooks/body-end.html
Original file line number Diff line number Diff line change
@@ -1,10 +0,0 @@
{{ with .Site.Params.algolia_docsearch }}
<script src="https://cdn.jsdelivr.net/npm/@docsearch/js@3"></script>

<script type="text/javascript">
docsearch({
container: '#search_box',
debug: false // Set debug to true if you want to inspect the modal
});
</script>
{{ end }}
3 changes: 0 additions & 3 deletions layouts/partials/hooks/head-end.html
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
{{ with .Site.Params.algolia_docsearch }}
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3"/></pre></li>
{{ end }}