Skip to content

Commit d83ee56

Browse files
authored
Document hideNavigation app portal query param (#256)
And also update docs for `next`. It now supports all pages.
1 parent 9e4fae4 commit d83ee56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/app-portal.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ If you want your users to be redirected to a specific page of the App Portal, yo
208208
https://app.svix.com/login?next=/endpoints/abc#key=xyz
209209
```
210210
211-
You should use a URL parsing library to add the query parameter (avoid editing the URL manually). Not all pages are supported.
211+
You should use a URL parsing library to add the query parameter (avoid editing the URL manually).
212212
213213
### Feature flags
214214
@@ -318,6 +318,7 @@ The supported parameters are:
318318
- `icon` - a URL to an image file. E.g. `https://www.example.com/logo.png` (remember to URL-encode it!).
319319
- `fontFamily` - one of the fonts listed in the dashboard (see previous section). E.g. `Roboto`.
320320
- `darkMode` - when set to `true`, dark mode will be turned on by default when the app portal is opened.
321+
- `hideNavigation` - when set to `true`, the navigation tabs will be hidden. This can be useful to embed only specific sections of the app portal, in combination with the `next` parameter (see [Showing a specific page](#showing-a-specific-page)).
321322
- `noGutters` - when set to `true`, the app portal will not have any left or right padding within the iframe. This can be useful to align the app portal content with other elements in your site.
322323

323324
So for example:

0 commit comments

Comments
 (0)