Skip to content

Commit b7b875c

Browse files
docs: replace presentation with reveal.js slides (#495)
- Add new reveal.js presentation in docs/src/presentation/ - Move presentation link to Introduction section for visibility - Remove old examples/presentation/ directory with markdown outlines - Presentation covers: four layers, profiles, raw API, human commands, workflows, Docker, CI/CD, personas
1 parent 8604158 commit b7b875c

File tree

10 files changed

+623
-1658
lines changed

10 files changed

+623
-1658
lines changed

docs/src/SUMMARY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Introduction
44

55
- [Overview](./introduction.md)
6+
- [Presentation](./presentation/index.md)
67
- [Quick Start](./getting-started/quickstart.md)
78
- [Installation](./getting-started/installation.md)
89

@@ -82,3 +83,5 @@
8283
- [Architecture](./developer/architecture.md)
8384
- [Libraries](./developer/libraries.md)
8485
- [Contributing](./developer/contributing.md)
86+
87+

docs/src/presentation/index.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Presentation
2+
3+
This section contains presentation materials for redisctl.
4+
5+
## Slide Deck
6+
7+
[View the redisctl presentation slides](slides.html)
8+
9+
Use arrow keys to navigate, or press `?` for keyboard shortcuts.
10+
11+
## Topics Covered
12+
13+
- The problem: No CLI tooling for Redis Cloud/Enterprise
14+
- The solution: redisctl's four-layer architecture
15+
- Demo: Profile setup, Cloud operations, Enterprise operations
16+
- Raw API access for any endpoint
17+
- Support package automation
18+
- Output formats and JMESPath queries
19+
- Async operation handling
20+
- Library-first architecture for ecosystem tools
21+
- Use cases by persona
22+
- Installation and getting started
23+
24+
## Presenting
25+
26+
The slides use [reveal.js](https://revealjs.com/) and can be:
27+
28+
- Navigated with arrow keys
29+
- Viewed in overview mode with `Esc`
30+
- Printed to PDF via `?print-pdf` query parameter
31+
- Shared via URL hash for specific slides

0 commit comments

Comments
 (0)