-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update main branch with new docs structure (#1297)
* Migrate docs to docs.nginx.com (#1226) Change docs structure and add the required files to build documentation Hugo and publish with Netlify Rewrite existing docs to work with Hugo --------- Co-authored-by: Travis Martin <[email protected]> Co-authored-by: Travis Martin <[email protected]> Co-authored-by: Kate Osborn <[email protected]> Co-authored-by: Alan Dooley <[email protected]> Co-authored-by: Alan Dooley <[email protected]> * fix: fix links in github docs to d-n-c (#1291) * Fix installation docs for mismatched versions (#1287) Problem: Our installation docs suggested installing Gateway API v1 and NGF v1, which are not compatible. Solution: Fix the docs to mention both stable and edge versions, with proper versioning. Also updated the release process doc to ensure these are updated at release time as needed. * Update Control Plane Configuration documentation for Hugo formatting (#1296) This commit updates the control plane configuration documentation to match NGINX's standardised Hugo formatting conventions: specifically, avoiding breaking sentences across line and the use of shortcodes for a note. There are also some minor content changes for product noun conventions and rephrasing a few sentences. --------- Co-authored-by: Jon Torre <[email protected]> * docs: update architecture doc (#1295) * docs: update architecture doc * chore: update architecture description --------- Co-authored-by: Alan Dooley <[email protected]> --------- Co-authored-by: Jon Torre <[email protected]> Co-authored-by: Travis Martin <[email protected]> Co-authored-by: Travis Martin <[email protected]> Co-authored-by: Kate Osborn <[email protected]> Co-authored-by: Alan Dooley <[email protected]> Co-authored-by: Alan Dooley <[email protected]>
- Loading branch information
1 parent
61bb3f1
commit ce5215a
Showing
88 changed files
with
2,170 additions
and
1,497 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,10 @@ | ||
# NGINX Gateway Fabric Documentation | ||
|
||
This directory contains all of the documentation relating to NGINX Gateway Fabric. | ||
This directory contains the developer documentation and the enhancement proposals relating to NGINX Gateway Fabric. | ||
|
||
## Contents | ||
|
||
- [Architecture](architecture.md): An overview of the architecture and design principles of NGINX Gateway Fabric. | ||
- [Gateway API Compatibility](gateway-api-compatibility.md): Describes which Gateway API resources NGINX Gateway | ||
Fabric supports and the extent of that support. | ||
- [Installation](installation.md): Walkthrough on how to install NGINX Gateway Fabric on a generic Kubernetes cluster. | ||
- [Resource Validation](resource-validation.md): Describes how NGINX Gateway Fabric validates Gateway API | ||
resources. | ||
- [Control Plane Configuration](control-plane-configuration.md): Describes how to dynamically update the NGINX | ||
Gateway Fabric control plane configuration. | ||
- [Building the Images](building-the-images.md): Steps on how to build the NGINX Gateway Fabric container images | ||
yourself. | ||
- [Running on Kind](running-on-kind.md): Walkthrough on how to run NGINX Gateway Fabric on a `kind` cluster. | ||
- [CLI Help](cli-help.md): Describes the commands available in the `gateway` binary of `nginx-gateway-fabric` | ||
container. | ||
- [Monitoring](monitoring.md): Information on monitoring NGINX Gateway Fabric using Prometheus metrics. | ||
- [Troubleshooting](troubleshooting.md): Troubleshooting guide for common or known issues. | ||
_Please note: You can find the user documentation for NGINX Gateway Fabric in the [NGINX Documentation](https://docs.nginx.com/nginx-gateway-fabric/) website._ | ||
|
||
### Directories | ||
## Contents | ||
|
||
- [Guides](guides): Guides about configuring NGINX Gateway Fabric for various use cases. | ||
- [Developer](developer/): Docs for developers of the project. Contains guides relating to processes and workflows. | ||
- [Proposals](proposals/): Enhancement proposals for new features. |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.