From 3a959f5f5b8d02c0f4c82b636a0520b5759ac7eb Mon Sep 17 00:00:00 2001 From: Jack Hickey <133868041+nginx-jack@users.noreply.github.com> Date: Thu, 4 Sep 2025 10:07:34 +0100 Subject: [PATCH] F5Sites: Move to partial and links to yaml --- exampleSite/data/f5-sites.yaml | 7 +++++++ layouts/partials/f5-sites.html | 25 +++++++++++++++++++++++++ layouts/partials/header.html | 29 +---------------------------- 3 files changed, 33 insertions(+), 28 deletions(-) create mode 100644 exampleSite/data/f5-sites.yaml create mode 100644 layouts/partials/f5-sites.html diff --git a/exampleSite/data/f5-sites.yaml b/exampleSite/data/f5-sites.yaml new file mode 100644 index 00000000..1c270910 --- /dev/null +++ b/exampleSite/data/f5-sites.yaml @@ -0,0 +1,7 @@ +- title: NGINX Documentation + url: https://docs.nginx.com/ + description: Learn how to deliver, manage, and protect your applications using F5 NGINX products. + +- title: NGINX + url: https://nginx.org/ + description: Learn more about NGINX Open Source and read the community blog diff --git a/layouts/partials/f5-sites.html b/layouts/partials/f5-sites.html new file mode 100644 index 00000000..788fa111 --- /dev/null +++ b/layouts/partials/f5-sites.html @@ -0,0 +1,25 @@ +