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
- Small explanation of how to set the flyout position from the webui
- Note for theme authors on how to explicitly define it from their
themes
Closesreadthedocs/addons#498
<!-- readthedocs-preview docs start -->
---
:books: Documentation previews :books:
- User's documentation (`docs`):
https://docs--11954.org.readthedocs.build/en/11954/
<!-- readthedocs-preview docs end -->
<!-- readthedocs-preview dev start -->
- Developer's documentation (`dev`):
https://dev--11954.org.readthedocs.build/en/11954/
<!-- readthedocs-preview dev end -->
---------
Co-authored-by: Eric Holscher <[email protected]>
Copy file name to clipboardExpand all lines: docs/user/flyout-menu.rst
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,30 @@ You can sort by:
52
52
You can also choose whether ``latest`` and ``stable`` should be sorted first,
53
53
as those are special versions that Read the Docs uses.
54
54
55
+
Position
56
+
^^^^^^^^
57
+
58
+
The flyout can be configured in the :term:`dashboard` with the following positions:
59
+
60
+
- :guilabel:`Default (from theme or Read the Docs)` - **Default**. If the theme author defines a specific position for the flyout, that position will be used.
61
+
Otherwise, the default position from Read the Docs will be used: ``Bottom right``.
62
+
- :guilabel:`Bottom left` - Show the flyout at the bottom left.
63
+
- :guilabel:`Bottom right` - Show the flyout at the bottom right.
64
+
- :guilabel:`Top left` - Show the flyout at the top left.
65
+
- :guilabel:`Top right` - Show the flyout at the top right.
66
+
67
+
.. note::
68
+
69
+
If you are a theme author and want to define a default flyout position for your theme,
70
+
you can explicitly define the flyout web component with the ``position`` attribute in your HTML:
0 commit comments