Skip to content

Commit 832dcab

Browse files
committed
feat: setkiosk docs
1 parent 9fad476 commit 832dcab

9 files changed

Lines changed: 43 additions & 0 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ function sidebarGuide() {
101101
},
102102
{ text: "Query parameters", link: "/guide/query-parameters" },
103103
{ text: "Easy Guide to Using Search", link: "/guide/search" },
104+
{ text: "Set Kiosk", link: "/guide/setkiosk" },
104105
];
105106
}
106107

docs/guide/setkiosk.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Set Kiosk in 6 Steps
2+
3+
::: warning
4+
**Disable browser cache clearing on the kiosk!**
5+
6+
Kiosk settings are saved directly in the browser.
7+
This means if you clear the browser cache, the kiosk will be removed and you will need to repeat the setup.
8+
Simply reloading the page in the browser is fine.
9+
:::
10+
11+
## Step 1
12+
Open a floor plan.
13+
14+
![Step 1](/img/setkiosk/step_1.webp)
15+
16+
## Step 2
17+
In the search bar, type `setkiosk`.
18+
19+
![Step 2](/img/setkiosk/step_2.webp)
20+
21+
## Step 3
22+
Click on the screen where the kiosk should be.
23+
24+
![Step 3](/img/setkiosk/step_3.webp)
25+
26+
## Step 4
27+
Optionally, adjust the kiosk icon size and rotation, interface size, map rotation, and map zoom.
28+
29+
![Step 4](/img/setkiosk/step_4.webp)
30+
31+
## Step 5
32+
Save.
33+
34+
![Step 5](/img/setkiosk/step_5.webp)
35+
36+
## Step 6
37+
Close.
38+
39+
![Step 6](/img/setkiosk/step_6.webp)
40+
41+
## How to Edit a Kiosk
42+
To edit an existing kiosk, repeat the process from [step 1](#step-1).
105 KB
Loading
76.3 KB
Loading
72.8 KB
Loading
90.3 KB
Loading
89.7 KB
Loading
157 KB
Loading
-4.51 MB
Binary file not shown.

0 commit comments

Comments
 (0)