Skip to content

Commit 870aaae

Browse files
authored
docs: add app settings page for theme & update images (#2161)
* docs: add app settings page for theme & update images * docs: rename app settings page for clarity * docs: fix placeholder alt text
1 parent cdbbae1 commit 870aaae

File tree

9 files changed

+17
-1
lines changed

9 files changed

+17
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ various features for interacting with the app.
3333

3434
When inspecting a mobile app, the Inspector looks like this:
3535

36-
![Appium Inspector screenshot](./docs/assets/images/inspector-window.png)
36+
![Appium Inspector screenshot](./docs/assets/images/session-inspector.png)
3737

3838
## Installation
3939

-133 KB
Binary file not shown.
-721 Bytes
Loading
-8.03 KB
Loading
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
hide:
3+
- toc
4+
5+
title: Application Settings
6+
---
7+
8+
The application settings can be accessed using the button in the top-right of the Session Builder screen.
9+
10+
![Theme Selector Button](assets/images/theme-selector.png)
11+
12+
The only currently available option is the ability to change the application theme. By default, the
13+
Inspector will match the system theme, but it is also possible to explicitly switch to a light or
14+
dark theme.
1.25 KB
Loading
3.9 KB
Loading

docs/session-builder/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ The **Session Builder** is the default screen shown upon opening the Inspector.
1111

1212
The user interface here can be divided into several groups:
1313

14+
- [Application Settings](./app-settings.md)
1415
- [Configuration of Server Details](./server-details.md)
1516
- [Capability Builder tab](./capability-builder.md)
1617
- [Saved Capability Sets tab](./saved-capability-sets.md)

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ nav:
3535
- menu-bar.md
3636
- Session Builder:
3737
- session-builder/index.md
38+
- session-builder/app-settings.md
3839
- session-builder/server-details.md
3940
- session-builder/capability-builder.md
4041
- session-builder/saved-capability-sets.md

0 commit comments

Comments
 (0)