You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/docs/start-here/install.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,10 +136,10 @@ After sending a request:
136
136
137
137
Now that you have DevTools installed and understand the basics:
138
138
139
-
1.**Import Real Requests**: Learn how to [import HAR files](./02-importing-har-files.md) from browser recordings
140
-
2.**Create Flows**: Build visual test workflows with the [Flow Builder](./03-working-with-flows.md)
141
-
3.**Manage Environments**: Set up [environments and variables](./04-environments-and-variables.md) for different configurations
142
-
4.**Automate Tests**: Integrate with CI/CD using the [CLI tool](./05-cli-tool.md)
139
+
1.**Import Real Requests**: Learn how to [import HAR files](/docs/how-to/import-har) from browser recordings
140
+
2.**Create Flows**: Build visual test workflows with the [Flow Builder](/docs/how-to/working-with-flows)
141
+
3.**Manage Environments**: Set up [environments and variables](/docs/how-to/environments-and-variables) for different configurations
142
+
4.**Automate Tests**: Integrate with CI/CD using the [CLI tool](/docs/reference/cli)
143
143
144
144
## Common First-Time Questions
145
145
@@ -158,7 +158,7 @@ DevTools supports:
158
158
- cURL commands
159
159
- OpenAPI/Swagger specs (coming soon)
160
160
161
-
See [Importing HAR Files](./02-importing-har-files.md) for details.
161
+
See [Importing HAR Files](/docs/how-to/import-har) for details.
162
162
163
163
### Does DevTools support authentication?
164
164
@@ -171,12 +171,12 @@ Yes, DevTools supports all standard authentication methods:
171
171
172
172
### Can I use DevTools in my CI/CD pipeline?
173
173
174
-
Absolutely! The CLI tool is designed for CI/CD integration. See [CI/CD Integration](./06-cicd-integration.md) for examples with GitHub Actions, GitLab CI, Jenkins, and more.
174
+
Absolutely! The CLI tool is designed for CI/CD integration. See [CI/CD Integration](/docs/how-to/ci-integrations) for examples with GitHub Actions, GitLab CI, Jenkins, and more.
175
175
176
176
### Is DevTools free?
177
177
178
178
Yes, DevTools is **open source under the Apache-2.0 license** and free to use. The source code is available on [GitHub](https://github.com/the-dev-tools/dev-tools).
179
179
180
180
---
181
181
182
-
**Ready to import real API requests?** Continue to [Importing HAR Files](./02-importing-har-files.md).
182
+
**Ready to import real API requests?** Continue to [Importing HAR Files](/docs/how-to/import-har).
0 commit comments