feat: TOC position for publicly shared docs (#7057)
* feat: TOC position for publicly shared docs * remove preferences object * comment * fix: Allow sidebar position preference without public branding switch --------- Co-authored-by: Tom Moor <tom.moor@gmail.com>
This commit is contained in:
@@ -182,6 +182,7 @@ export type PublicTeam = {
|
||||
avatarUrl: string;
|
||||
name: string;
|
||||
customTheme: Partial<CustomTheme>;
|
||||
tocPosition: TOCPosition;
|
||||
};
|
||||
|
||||
export enum TOCPosition {
|
||||
|
||||
Reference in New Issue
Block a user