-
Notifications
You must be signed in to change notification settings - Fork 1
/
doctave.yaml
28 lines (25 loc) · 935 Bytes
/
doctave.yaml
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
27
28
---
title: "Hello HTTP - User Manual"
docs_dir: doc
logo: appicon.png
navigation:
- path: doc/features
children:
- path: doc/features/project-and-request-management.md
- path: doc/features/request-examples-and-payload-examples.md
- path: doc/features/custom-http-methods.md
- path: doc/features/command-generation.md
- path: doc/features/subproject-configuration.md
- path: doc/features/environments.md
- path: doc/features/ssl-configuration.md
- path: doc/features/functions.md
- path: doc/features/user-script.md
- path: doc/features/post-flight-actions.md
- path: doc/features/viewing-responses.md
- path: doc/features/transport-timeline.md
- path: doc/features/delete-protection.md
- path: doc/features/automatic-backup.md
- path: doc/features/data-import-export.md
- path: doc/transports
children: "*"
base_path: /hello-http