-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
26 lines (26 loc) · 848 Bytes
/
mkdocs.yml
File metadata and controls
26 lines (26 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
site_name: Kahpp
site_url: https://getfeedback.github.io/kahpp-oss
repo_url: https://github.com/getfeedback/kahpp-oss
theme:
name: readthedocs
markdown_extensions:
- pymdownx.snippets:
check_paths: true
- pymdownx.highlight
- pymdownx.emoji
nav:
- Getting Started:
- What is Kahpp?: index.md
- Kahpp instance: getting-started/kahpp-instance.md
- Run Kahpp: getting-started/docker.md
- Gradle Plugin: getting-started/gradle-plugin.md
- Features:
- Steps:
- What is a Step?: features/step.md
- Transformers: features/transformers.md
- Filters: features/filters.md
- Http: features/http.md
- Throttle: features/throttle.md
- Produce: features/produce.md
- Developer Guide:
- Spring Boot Starter: developer-guide/spring-boot-starter.md