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: Reorganise examples #2871

Merged
merged 5 commits into from Aug 25, 2022
Merged

docs: Reorganise examples #2871

merged 5 commits into from Aug 25, 2022

Conversation

ciarams87
Copy link
Member

Proposed changes

It's difficult to find our Custom Resources examples in the current folder layout structure. Additionally, a lot of our default examples in the documentation point to the Ingress examples instead of the VS/ TS examples. This PR moves the Ingress examples to their own folder, moves the shared examples to a new folder, and adds references to the VS examples where applicable (including adding a couple of missing examples from VirtualServer).

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING doc
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that all unit tests pass after adding my changes
  • I have updated necessary documentation
  • I have rebased my branch onto main
  • I will ensure my PR is targeting the main branch and pulling from my branch from my own fork

@github-actions github-actions bot added the documentation Pull requests/issues for documentation label Jul 20, 2022
@codecov-commenter
Copy link

codecov-commenter commented Jul 25, 2022

Codecov Report

Merging #2871 (7c1e995) into main (fea43bc) will decrease coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #2871      +/-   ##
==========================================
- Coverage   52.32%   52.30%   -0.03%     
==========================================
  Files          58       58              
  Lines       15959    15959              
==========================================
- Hits         8351     8347       -4     
- Misses       7330     7332       +2     
- Partials      278      280       +2     
Impacted Files Coverage Δ
internal/k8s/configuration.go 95.39% <0.00%> (-0.37%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@@ -1,33 +1,31 @@
---
title: Configuration

description: "This document describes how to configure the NGINX App Protect module."
description: "This document describes how to configure the NGINX App Protect WAF module."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should the folder here also be app-protect-waf instead of just app-protect? Also the folder in ingress-resources?

I've also noticed that in the docs is app-protect but in the examples is appprotect.

@ciarams87 ciarams87 force-pushed the move-examples branch 3 times, most recently from 7c1e995 to 724fc69 Compare August 24, 2022 14:45
Copy link
Member

@lucacome lucacome left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@ciarams87 ciarams87 merged commit a8c2590 into main Aug 25, 2022
@ciarams87 ciarams87 deleted the move-examples branch August 25, 2022 09:07
haywoodsh pushed a commit that referenced this pull request Aug 30, 2022
* Initial attempt at reorganising examples

* Rename waf and dos folders

* Change App Protect to App Protect WAF

* Apply suggestions from code review

Co-authored-by: Jodie Putrino <j.putrino@f5.com>

* Rename examples folders; rename docs folder and attempt alias

Co-authored-by: Jodie Putrino <j.putrino@f5.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Pull requests/issues for documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants