You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a doc for how to integrate search without other customization (#11984)
We had a user asking about this,
so pulled it from the Mkdocs example to the high-level Addons docs.
<!-- readthedocs-preview docs start -->
---
:books: Documentation previews :books:
- User's documentation (`docs`):
https://docs--11984.org.readthedocs.build/en/11984/
<!-- readthedocs-preview docs end -->
<!-- readthedocs-preview dev start -->
- Developer's documentation (`dev`):
https://dev--11984.org.readthedocs.build/en/11984/
<!-- readthedocs-preview dev end -->
Copy file name to clipboardExpand all lines: docs/user/addons.rst
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,32 @@ Individual configuration options for each addon are available in :guilabel:`Sett
43
43
#. In the left bar, go to :guilabel:`Addons`.
44
44
#. Configure each Addon individually.
45
45
46
+
Integrating with Addons
47
+
-----------------------
48
+
49
+
Integrate with Search as you type
50
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
51
+
52
+
To configure your site to use :doc:`Read the Docs search </server-side-search/index>` instead of the default search, adapt the following block of JavaScript to your own site:
0 commit comments