From 70aed75eeac87a7f836d25c69edb5c2be95235c4 Mon Sep 17 00:00:00 2001 From: Jorge Barrios Date: Fri, 24 Jan 2025 09:06:20 -0800 Subject: [PATCH 1/4] Add changelog entry for AI Assistant --- content/nginx-one/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/nginx-one/changelog.md b/content/nginx-one/changelog.md index 2d3b85483..cce74b10e 100644 --- a/content/nginx-one/changelog.md +++ b/content/nginx-one/changelog.md @@ -32,6 +32,10 @@ h2 { Stay up-to-date with what's new and improved in the F5 NGINX One Console. +## January 16, 2025 + +In the Configuration Editor you can now highlight a portion of the configuration and click "Explain with AI" to have the NGINX One AI Assistant give an explanation and guidance. AI Assistant is trained on the official NGINX documentation. + ## November 7, 2024 ### Certificates From 4bea9e16701dbcaa0b0605cc2c524c6d4838a383 Mon Sep 17 00:00:00 2001 From: JorgeBarriosF5 <132472626+JorgeBarriosF5@users.noreply.github.com> Date: Fri, 24 Jan 2025 09:35:14 -0800 Subject: [PATCH 2/4] Update content/nginx-one/changelog.md Co-authored-by: Mike Jang <3287976+mjang@users.noreply.github.com> --- content/nginx-one/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/nginx-one/changelog.md b/content/nginx-one/changelog.md index cce74b10e..c06684691 100644 --- a/content/nginx-one/changelog.md +++ b/content/nginx-one/changelog.md @@ -34,7 +34,7 @@ Stay up-to-date with what's new and improved in the F5 NGINX One Console. ## January 16, 2025 -In the Configuration Editor you can now highlight a portion of the configuration and click "Explain with AI" to have the NGINX One AI Assistant give an explanation and guidance. AI Assistant is trained on the official NGINX documentation. +In the F5 NGINX One Console, you can now select lines from your configuration files, and then select **Explain with AI**. The NGINX One AI Assistant explains those lines based on the official NGINX documentation. ## November 7, 2024 From a74c73b8e02b01e936c1e82b0a6fbf873db40f71 Mon Sep 17 00:00:00 2001 From: JorgeBarriosF5 <132472626+JorgeBarriosF5@users.noreply.github.com> Date: Fri, 24 Jan 2025 09:35:21 -0800 Subject: [PATCH 3/4] Update content/nginx-one/changelog.md Co-authored-by: Mike Jang <3287976+mjang@users.noreply.github.com> --- content/nginx-one/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/nginx-one/changelog.md b/content/nginx-one/changelog.md index c06684691..b987bfffb 100644 --- a/content/nginx-one/changelog.md +++ b/content/nginx-one/changelog.md @@ -32,7 +32,7 @@ h2 { Stay up-to-date with what's new and improved in the F5 NGINX One Console. -## January 16, 2025 +## January 20, 2025 In the F5 NGINX One Console, you can now select lines from your configuration files, and then select **Explain with AI**. The NGINX One AI Assistant explains those lines based on the official NGINX documentation. From 9832ca56d6f7d01754680636d1c7b4de25f60fcc Mon Sep 17 00:00:00 2001 From: Mike Jang <3287976+mjang@users.noreply.github.com> Date: Wed, 29 Jan 2025 07:43:48 -0800 Subject: [PATCH 4/4] Update content/nginx-one/changelog.md --- content/nginx-one/changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/nginx-one/changelog.md b/content/nginx-one/changelog.md index b987bfffb..86965934c 100644 --- a/content/nginx-one/changelog.md +++ b/content/nginx-one/changelog.md @@ -34,6 +34,8 @@ Stay up-to-date with what's new and improved in the F5 NGINX One Console. ## January 20, 2025 +### AI Assistant + In the F5 NGINX One Console, you can now select lines from your configuration files, and then select **Explain with AI**. The NGINX One AI Assistant explains those lines based on the official NGINX documentation. ## November 7, 2024