Skip to content

Commit a97ea72

Browse files
docs: add imports for Tabs and TabItem in restore documentation
1 parent f73c832 commit a97ea72

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

website/docs/installation/unsupported/debian.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ sudo localectl set-locale LANG=en_US.UTF-8
154154

155155
## Starting TeslaMate at boot time
156156

157-
import Tabs from '@theme/Tabs';
158-
import TabItem from '@theme/TabItem';
157+
import Tabs from "@theme/Tabs";
158+
import TabItem from "@theme/TabItem";
159159

160160
<Tabs
161161
defaultValue="systemd"

website/docs/maintenance/restore.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ If you are using `docker-compose`, you are using Docker Compose v1, which has be
99

1010
## Restore
1111

12+
import Tabs from "@theme/Tabs";
13+
import TabItem from "@theme/TabItem";
14+
1215
<Tabs
1316
defaultValue="dockerCompose"
1417
groupId="type"

0 commit comments

Comments
 (0)