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
Problem: As a user, I want more detailed guide to troubleshoot if an error occurs with NGF
Solution: Updates existing troubleshooting with detailed overview
Copy file name to clipboardExpand all lines: docs/developer/implementing-a-feature.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ practices to ensure a successful feature development process.
32
32
the [testing](/docs/developer/testing.md#unit-test-guidelines) documentation.
33
33
9.**Manually verify your changes**: Refer to the [manual testing](/docs/developer/testing.md#manual-testing) section of
34
34
the testing documentation for instructions on how to manually test your changes.
35
-
10.**Update any relevant documentation**: See the [documentation](/docs/developer/documentation.md) guide for in-depth information about the workflow to update the docs and how we publish them.
35
+
10.**Update any relevant documentation**: See the [documentation](https://github.com/nginxinc/nginx-gateway-fabric/blob/main/site/README.md) guide for in-depth information about the workflow to update the docs and how we publish them.
36
36
Here are some basic guidelines for updating documentation:
37
37
- **Gateway API Feature**: If you are implementing a Gateway API feature, make sure to update
38
38
the [Gateway API Compatibility](/site/content/concepts/gateway-api-compatibility.md) documentation.
0 commit comments