Skip to content

Commit faddb23

Browse files
committed
feat: update quick start example and enhance theme configuration for documentation
1 parent bca7a56 commit faddb23

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed
File renamed without changes.

docs/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ TPPT (Typed Python PowerPoint Tool) is a Python library for creating and manipul
1212
## Quick Start
1313

1414
```python
15-
--8<-- "examples/simple.py"
15+
--8<-- "examples/quick-start.py"
1616
```
1717

1818
## Getting Started

docs/mkdocs.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ site_url: https://yassun7010.github.io/tppt/
55

66
theme:
77
name: material
8+
palette:
9+
- scheme: default
10+
primary: indigo
11+
accent: indigo
12+
toggle:
13+
icon: material/brightness-7
14+
name: Switch to dark mode
15+
- scheme: slate
16+
primary: indigo
17+
accent: indigo
18+
toggle:
19+
icon: material/brightness-4
20+
name: Switch to light mode
821
features:
922
- navigation.tabs
1023
- navigation.sections

0 commit comments

Comments
 (0)