Skip to content

Commit 70d9015

Browse files
authoredFeb 10, 2025
Remove documentation site and GitHub Action, update README references (#3047)
As of late December, NGINX has open sourced its documentation repository. The next stage of this effort is to consolidate all of the existing documentation into the single repository. This commit removes the entire `/site` folder that was being used to manage the documentation for NGINX Gateway Fabric separately from the main pipeline, as well as the GitHub action used for deployment. It also updates references to the folder to instead point towards the documentation repository, where all updates will be made in the future.
1 parent 0b2506c commit 70d9015

File tree

102 files changed

+12
-12367
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+12
-12367
lines changed
 

‎.github/workflows/docs-build-push.yml

-63
This file was deleted.

‎.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,7 @@ internal/mode/static/nginx/modules/coverage
6161
# temporary files used for manifest generation
6262
config/base/deploy.yaml
6363
config/base/deploy.yaml.bak
64+
65+
# Temporary API documentation file, which should be committed
66+
# to the main documentation repository instead
67+
docs/api/content.md

0 commit comments

Comments
 (0)