Skip to content

Commit

Permalink
Merge pull request #7 from opendevise/issue-2-customize-topbar-nav
Browse files Browse the repository at this point in the history
resolves #2 customize entries in topbar nav
  • Loading branch information
jmcc0nn3ll authored Nov 30, 2023
2 parents 6a5cc8b + b083b0e commit 5103b3c
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 23 deletions.
3 changes: 3 additions & 0 deletions home/modules/ROOT/pages/community.adoc
Original file line number Diff line number Diff line change
@@ -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.
15 changes: 15 additions & 0 deletions home/modules/ROOT/pages/documentation.adoc
Original file line number Diff line number Diff line change
@@ -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]
|===
4 changes: 4 additions & 0 deletions home/modules/ROOT/pages/download.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= Jetty Downloads

The latest releases of Eclipse Jetty are listed below.
You can find earlier releases in Maven Central.
5 changes: 5 additions & 0 deletions home/modules/ROOT/pages/security.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
= Jetty Security

== Reporting Security Issues

== Jetty Security Reports
5 changes: 5 additions & 0 deletions home/modules/ROOT/pages/support.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
= Support

== Commercial Support

== Open Source Support
28 changes: 5 additions & 23 deletions ui/src/partials/header-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,11 @@
</div>
</div>
{{/if}}
<a class="navbar-item" href="#">Documentation</a>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link" href="#">Support</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="#">Commercial</a>
<a class="navbar-item" href="#">Open Source</a>
</div>
</div>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link" href="#">Related Links</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="#">About</a>
<a class="navbar-item" href="#">Tools</a>
<a class="navbar-item" href="#">Contribute</a>
<a class="navbar-item" href="#">Source Code</a>
<a class="navbar-item" href="#">Enter Bug</a>
</div>
</div>
<div class="navbar-item">
<span class="control">
<a class="button is-primary" href="#">Download</a>
</span>
</div>
<a class="navbar-item" href="{{{relativize (resolvePageURL 'ROOT::documentation.adoc')}}}">Documentation</a>
<a class="navbar-item" href="{{{relativize (resolvePageURL 'ROOT::community.adoc')}}}">Community</a>
<a class="navbar-item" href="{{{relativize (resolvePageURL 'ROOT::support.adoc')}}}">Support</a>
<a class="navbar-item" href="{{{relativize (resolvePageURL 'ROOT::download.adoc')}}}">Download</a>
<a class="navbar-item" href="{{{relativize (resolvePageURL 'ROOT::security.adoc')}}}">Security</a>
</div>
</div>
</nav>
Expand Down

0 comments on commit 5103b3c

Please sign in to comment.