From b083b0ecfee6b77cea33b88f3b02b88692b5f9c7 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Thu, 30 Nov 2023 00:58:20 -0700 Subject: [PATCH] resolves #2 customize entries in topbar nav --- home/modules/ROOT/pages/community.adoc | 3 +++ home/modules/ROOT/pages/documentation.adoc | 15 ++++++++++++ home/modules/ROOT/pages/download.adoc | 4 ++++ home/modules/ROOT/pages/security.adoc | 5 ++++ home/modules/ROOT/pages/support.adoc | 5 ++++ ui/src/partials/header-content.hbs | 28 ++++------------------ 6 files changed, 37 insertions(+), 23 deletions(-) create mode 100644 home/modules/ROOT/pages/community.adoc create mode 100644 home/modules/ROOT/pages/documentation.adoc create mode 100644 home/modules/ROOT/pages/download.adoc create mode 100644 home/modules/ROOT/pages/security.adoc create mode 100644 home/modules/ROOT/pages/support.adoc diff --git a/home/modules/ROOT/pages/community.adoc b/home/modules/ROOT/pages/community.adoc new file mode 100644 index 0000000..8a4bc40 --- /dev/null +++ b/home/modules/ROOT/pages/community.adoc @@ -0,0 +1,3 @@ += Community + +If you'd like to be involved in the Jetty project, there are a number of ways you can participate. diff --git a/home/modules/ROOT/pages/documentation.adoc b/home/modules/ROOT/pages/documentation.adoc new file mode 100644 index 0000000..734e561 --- /dev/null +++ b/home/modules/ROOT/pages/documentation.adoc @@ -0,0 +1,15 @@ += Jetty Documentation + +The documentation for the latest Jetty releases can be found on this site. +Documentation for earlier releases are available in Maven Central. + +|=== +|Release Version | Guides | Resources + +s|Jetty 12 +|xref:12@jetty:operations-guide:index.adoc[] + +xref:12@jetty:programming-guide:index.adoc[] + +|https://eclipse.dev/jetty/javadoc/jetty-12/index.html?overview-summary.html[api] / +https://github.com/eclipse/jetty.project/tree/jetty-12.0.3[source] +|=== diff --git a/home/modules/ROOT/pages/download.adoc b/home/modules/ROOT/pages/download.adoc new file mode 100644 index 0000000..b5a953c --- /dev/null +++ b/home/modules/ROOT/pages/download.adoc @@ -0,0 +1,4 @@ += Jetty Downloads + +The latest releases of Eclipse Jetty are listed below. +You can find earlier releases in Maven Central. diff --git a/home/modules/ROOT/pages/security.adoc b/home/modules/ROOT/pages/security.adoc new file mode 100644 index 0000000..c5dcef9 --- /dev/null +++ b/home/modules/ROOT/pages/security.adoc @@ -0,0 +1,5 @@ += Jetty Security + +== Reporting Security Issues + +== Jetty Security Reports diff --git a/home/modules/ROOT/pages/support.adoc b/home/modules/ROOT/pages/support.adoc new file mode 100644 index 0000000..fbbf1af --- /dev/null +++ b/home/modules/ROOT/pages/support.adoc @@ -0,0 +1,5 @@ += Support + +== Commercial Support + +== Open Source Support diff --git a/ui/src/partials/header-content.hbs b/ui/src/partials/header-content.hbs index a3016d2..0245c56 100644 --- a/ui/src/partials/header-content.hbs +++ b/ui/src/partials/header-content.hbs @@ -18,29 +18,11 @@ {{/if}} - Documentation - - - + Documentation + Community + Support + Download + Security