mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 00:39:45 +02:00
docs: clarify query string behavior (#8642)
This commit is contained in:
parent
f40ac082ef
commit
5edd594613
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ li[role='tab'][data-value='apple'] {
|
|||
|
||||
## Query string {#query-string}
|
||||
|
||||
It is possible to persist the selected tab into the url search parameters. This enables deep linking: the ability to share or bookmark a link to a specific tab, that will be pre-selected when the page loads.
|
||||
It is possible to persist the selected tab into the url search parameters. This enables you to share a link to a page which pre-selects the tab - linking from your Android app to documentation with the Android tabs pre-selected. This feature does not provide an anchor link - the browser will not scroll to the tab.
|
||||
|
||||
Use the `queryString` prop to enable this feature and define the search param name to use.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue