File tree Expand file tree Collapse file tree 4 files changed +19
-1
lines changed Expand file tree Collapse file tree 4 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,11 @@ unsafe = true
2626[params ]
2727copyright = " The TinyGo Authors"
2828
29+ # Google Custom Search Engine ID. Remove or comment out to disable search.
30+ # gcs_engine_id = "feba5f0a3db52897d"
31+
32+ # Enable Algolia DocSearch
33+ algolia_docsearch = true
2934
3035# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
3136github_repo = " https://github.com/tinygo-org/tinygo-site"
@@ -41,7 +46,7 @@ sidebar_menu_compact = true
4146# Set to true to disable breadcrumb navigation.
4247breadcrumb_disable = false
4348# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)
44- sidebar_search_disable = false
49+ sidebar_search_disable = true
4550# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top nav bar
4651navbar_logo = true
4752# Set to true to disable the About link in the site footer
Original file line number Diff line number Diff line change 1+ ---
2+ title : Search Results
3+ layout : search
4+ ---
Original file line number Diff line number Diff line change 1+ < script type ="text/javascript " src ="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js "> </ script >
2+ < script type ="text/javascript "> docsearch ( {
3+ apiKey : '42f398a5126d862b7112ee3ba7fddfb2' ,
4+ indexName : 'tinygo' ,
5+ inputSelector : '.td-search-input' ,
6+ debug : false // Set debug to true if you want to inspect the dropdown
7+ } ) ;
8+ </ script >
Original file line number Diff line number Diff line change 1+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css " />
You can’t perform that action at this time.
0 commit comments