Skip to content

Commit 2e5d8d7

Browse files
committed
update documentation for new changes in v1.6.0
1 parent 81fc3dd commit 2e5d8d7

9 files changed

+43
-3
lines changed
421 KB
Loading
393 KB
Loading
852 KB
Loading
861 KB
Loading

doc/features/environments.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Development.
1010
Each environment may contain the followings:
1111
- Zero or more variables
1212
- HTTP protocol version preference
13-
- SSL verification preference
14-
- Zero or more user files (for scripts)
13+
- [SSL verification preference](ssl-configuration)
14+
- Zero or more [user files (for scripts)](user-script)
1515

1616
## Creating an Environment
1717

@@ -30,3 +30,9 @@ use.
3030
Variables that can be resolved are highlighted in blue, otherwise it is in red.
3131

3232
If no environment is selected, all variables are unresolvable and thus they will be all red.
33+
34+
## Duplicating an Environment
35+
36+
Click the duplicate icon located in top-right corner of the dialog to duplicate. Everything under this environment, including imported certificates and files, would be duplicated.
37+
38+
![Duplicating an Environment](../duplicate-environment.gif)

doc/features/request-examples-and-payload-examples.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ Among these items, individual inheritance can be disabled by unselecting the che
4343
## Renaming a Request Example
4444
Just double-click the Request Example, make changes and hit enter.
4545

46+
## Duplicating a Request Example
47+
Click the duplicate button next to the name of the Example, and then give a name to the new one.
48+
49+
![Dupplicating a Request Example](../duplicate-request-example.gif)
50+
51+
## Navigating among Request Examples
52+
Request Examples can be navigated by scrolling the Example tabs in horizontal direction, vertical direction or clicking the "List" button next to the "Add Request Example" button.
53+
54+
![Navigating among Request Examples](../navigate-request-examples.gif)
55+
4656
## Payload Examples
4757

4858
For WebSocket and gRPC calls that support client streaming, each request contains one or more Payload Example to allow
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Subproject Configuration
3+
---
4+
5+
# Subproject Configuration
6+
7+
![Subproject Configuration](../subproject-configuration.gif)
8+
9+
In the main screen, click the pencil button next to the subproject name to open the Subproject Configuration dialog.
10+
11+
## Renaming a Subproject
12+
13+
The name of the subproject can be changed in this dialog.
14+
15+
## "Configuration" Tab
16+
17+
The display length of payloads in the [Transport Log](transport-timeline) are limited to prevent unwanted growth of disk usage and memory consumption. Their limit can be adjusted under this tab.
18+
19+
Description of individual configurations can be found by hovering over the question mark icon.
20+
21+
## "gRPC API Spec" Tab
22+
23+
gRPC API Specs of a subproject can be managed under this tab. Refer to [this section](../transports/grpc) for more details.

doc/features/user-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ An example use case of user scripts is to generate some hash or signature with s
1212

1313
## Providing custom files for user script use
1414

15-
Files can be imported into an [Environment](environments) to be consumed by user script. Only small files can be imported.
15+
Files can be imported into an [Environment](environments) to be consumed by user script. Only small files can be imported. They would be included into data dump files.
1616

1717
![User Files](../user-files.png)
1818

doctave.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ navigation:
1111
- path: doc/features/request-examples-and-payload-examples.md
1212
- path: doc/features/custom-http-methods.md
1313
- path: doc/features/command-generation.md
14+
- path: doc/features/subproject-configuration.md
1415
- path: doc/features/environments.md
1516
- path: doc/features/ssl-configuration.md
1617
- path: doc/features/functions.md

0 commit comments

Comments
 (0)