doc: Add Google Programmable Search Engine
Add Google Programmable Search engine to the documentation, while leaving it possible to easily revert to the built-in Sphinx search engine. As the styling of the search results is apparently not thought to be easy to tweak, the gcs.css stylesheet might require further improvements. Fixes #55173. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
fc0a9c5655
commit
7688f4859c
3 changed files with 134 additions and 1 deletions
|
@ -176,7 +176,11 @@ html_context = {
|
|||
"Kconfig Options": f"{reference_prefix}/kconfig.html",
|
||||
"Devicetree Bindings": f"{reference_prefix}/build/dts/api/bindings.html",
|
||||
"West Projects": f"{reference_prefix}/develop/manifest/index.html",
|
||||
}
|
||||
},
|
||||
# Set google_searchengine_id to your Search Engine ID to replace built-in search
|
||||
# engine with Google's Programmable Search Engine.
|
||||
# See https://programmablesearchengine.google.com/ for details.
|
||||
"google_searchengine_id": "746031aa0d56d4912",
|
||||
}
|
||||
|
||||
# -- Options for LaTeX output ---------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue