Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: current available link Documentation README #171

Closed
wants to merge 10 commits into from
1 change: 0 additions & 1 deletion docs/eng/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
- [Basic configuration](#basic-configuration)
- [Monitoring and Logging](#monitoring-and-logging)
- [Variables from env and files](#variables-from-env-and-files)
- [Variables from env and files](#variables-from-env-and-files)

## Basic configuration

Expand Down
2 changes: 1 addition & 1 deletion docs/eng/http-generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ gun:
uri-elements: 2 # URI elements used to autotagging. Default: 2
no-tag-only: true # When true, autotagged only ammo that has no tag before. Default: true
httptrace:
dump: true # calculate responce bytes
dump: true # calculate response bytes
trace: true # calculate different request stages: connect time, send time, latency, request bytes
```

Expand Down
2 changes: 1 addition & 1 deletion docs/eng/scenario-http-generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ scenarios:

### Templater

The `uri`, `headers`, `body` fields are templateized.
The `uri`, `headers`, `body` fields are templatized.

The standard go template is used.

Expand Down
1 change: 0 additions & 1 deletion docs/rus/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
- [Basic configuration](#basic-configuration)
- [Monitoring and Logging](#monitoring-and-logging)
- [Variables from env and files](#variables-from-env-and-files)
- [Variables from env and files](#variables-from-env-and-files)

## Basic configuration

Expand Down
2 changes: 1 addition & 1 deletion docs/rus/http-generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ gun:
uri-elements: 2 # URI elements used to autotagging. Default: 2
no-tag-only: true # When true, autotagged only ammo that has no tag before. Default: true
httptrace:
dump: true # calculate responce bytes
dump: true # calculate response bytes
trace: true # calculate different request stages: connect time, send time, latency, request bytes
```

Expand Down