From dc31e85d053067b5352447e471ed878dd03ae47a Mon Sep 17 00:00:00 2001 From: Shouvik Date: Mon, 14 Apr 2025 12:07:18 -0500 Subject: [PATCH 1/2] Added a new Workshop readme file and updated the main readme --- README.md | 6 ++++-- nginx-workshops/README.md | 8 ++++++++ nginx-workshops/nginx-basics/README.md | 3 --- nginx-workshops/nginx-one/README.md | 3 --- 4 files changed, 12 insertions(+), 8 deletions(-) create mode 100644 nginx-workshops/README.md delete mode 100644 nginx-workshops/nginx-basics/README.md delete mode 100644 nginx-workshops/nginx-one/README.md diff --git a/README.md b/README.md index cc91e7f..5211993 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,10 @@ Each demo might have unique deployment requirements. Please refer to each indivi |Title|Description|Owner| |-----|-----------|-----| -|[NGINX basics](nginx-workshops/nginx-basics/)|A 101 level introduction to NGINX|@apcurrier| -|[NGINX One](nginx-workshops/nginx-one/)|Learn everything you need to get started with NGINX One and its capabilities|@sdutta9| +|[NGINX basics](nginx-workshops/README.md)|A 101 level introduction to NGINX|@apcurrier, @chrisakker, @sdutta9 | +|[NGINX Ingress Controller](nginx-workshops/README.md)|Learn everything you need to get started with NGINX Ingress Controller and its capabilities|@apcurrier, @chrisakker, @sdutta9| +|[NGINXaaS for Azure](nginx-workshops/README.md)|Learn everything you need to get started with NGINX as a Service for Azure (NGINXaaS) and its capabilities|@apcurrier, @chrisakker, @sdutta9| +|[NGINX One](nginx-workshops/README.md)|Learn everything you need to get started with NGINX One Console and its capabilities|@apcurrier, @chrisakker, @sdutta9| ## Contributing diff --git a/nginx-workshops/README.md b/nginx-workshops/README.md new file mode 100644 index 0000000..b5c316b --- /dev/null +++ b/nginx-workshops/README.md @@ -0,0 +1,8 @@ +# List of all Public Workshops + +|Title|Public Workshop Repo| +|-----|-----| +| NGINX Basics | | +| NGINX Ingress Controller | | +| NGINX as a Service for Azure (NGINXaaS) | | +| NGINX One Console | | \ No newline at end of file diff --git a/nginx-workshops/nginx-basics/README.md b/nginx-workshops/nginx-basics/README.md deleted file mode 100644 index 6492ee5..0000000 --- a/nginx-workshops/nginx-basics/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# NGINX Basics Console Demo - -The material for this demo can be found within the NGINX Basics Workshop GitHub repository at . diff --git a/nginx-workshops/nginx-one/README.md b/nginx-workshops/nginx-one/README.md deleted file mode 100644 index 5ab7f60..0000000 --- a/nginx-workshops/nginx-one/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# NGINX One Console Demo - -The material for this demo can be found within the NGINX One Workshop GitHub repository at . From 5f6b6b6ea6d9c66d92a66d78523ec0cb30afc52c Mon Sep 17 00:00:00 2001 From: Shouvik Date: Mon, 14 Apr 2025 12:32:51 -0500 Subject: [PATCH 2/2] Minor main readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5211993..5f705c6 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Each demo might have unique deployment requirements. Please refer to each indivi |[NGINX basics](nginx-workshops/README.md)|A 101 level introduction to NGINX|@apcurrier, @chrisakker, @sdutta9 | |[NGINX Ingress Controller](nginx-workshops/README.md)|Learn everything you need to get started with NGINX Ingress Controller and its capabilities|@apcurrier, @chrisakker, @sdutta9| |[NGINXaaS for Azure](nginx-workshops/README.md)|Learn everything you need to get started with NGINX as a Service for Azure (NGINXaaS) and its capabilities|@apcurrier, @chrisakker, @sdutta9| -|[NGINX One](nginx-workshops/README.md)|Learn everything you need to get started with NGINX One Console and its capabilities|@apcurrier, @chrisakker, @sdutta9| +|[NGINX One Console](nginx-workshops/README.md)|Learn everything you need to get started with NGINX One Console and its capabilities|@apcurrier, @chrisakker, @sdutta9| ## Contributing