Skip to content

Commit 12a5158

Browse files
committed
feat: add quick start section to documentation and update installation path in navigation
1 parent b5d9f17 commit 12a5158

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed
File renamed without changes.

docs/docs/index.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
A modern Python library for creating beautiful PowerPoint presentations with code! 🚀
66

7+
## Quick Start
8+
9+
```python
10+
--8<-- "codes/quick-start.py"
11+
```
12+
713
## Features
814

915
- 🛡️ **Type-Safe Development**
@@ -25,11 +31,6 @@ A modern Python library for creating beautiful PowerPoint presentations with cod
2531
- 📊 **Data Integration**
2632
- Seamless pandas/polars DataFrame support
2733

28-
## Quick Start
29-
30-
```python
31-
--8<-- "codes/quick-start.py"
32-
```
3334

3435
## Getting Started
3536

docs/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ markdown_extensions:
7777
nav:
7878
- Home:
7979
- About: index.md
80-
- Installation: installation.md
80+
- Installation: home/installation.md
8181
- Usage:
8282
- Builder: usage/index.md
8383
- Text: usage/text.md

0 commit comments

Comments
 (0)