Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: new get started drop down, tagged links #162

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/supplemental_ui/bundle/akka-theme-ui-001-bundle.zip
Binary file not shown.
18 changes: 9 additions & 9 deletions docs/supplemental_ui/partials/drop-down-developers.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
<div class="drop-down-content">
<div class="col">
<h3>Docs</h3>
<a href="/java/index.html">SDK</a>
<a href="https://doc.akka.io/libraries/">Libraries</a>
<a data-context="Mega Menu - Developers - Docs" href="/java/index.html">SDK</a>
<a data-context="Mega Menu - Developers - Docs" href="https://doc.akka.io/libraries/">Libraries</a>
</div>
{{!-- <div class="divider"></div> --}}
<div class="col">
<h3>Resources</h3>
<a class="kapa-trigger kapa-modal-open-ai hidden">Ask AI</a>
<a href="https://www.akka.io/blog">Blog</a>
<a href="/reference/release-notes.html">Release Notes</a>
<a href="https://portal.akka.io">Support</a>
<a data-context="Mega Menu - Developers - Docs" class="kapa-trigger kapa-modal-open-ai hidden">Ask AI</a>
<a data-context="Mega Menu - Developers - Docs" href="https://www.akka.io/blog">Blog</a>
<a data-context="Mega Menu - Developers - Docs" href="/reference/release-notes.html">Release Notes</a>
<a data-context="Mega Menu - Developers - Docs" href="https://portal.akka.io">Support</a>
</div>
{{!-- <div class="divider"></div> --}}
<div class="col">
<h3>Architecture</h3>
<a href="https://www.reactiveprinciples.org/">Principles</a>
<a href="https://akkademy.akka.io/">Free Training</a>
<a href="https://www.akka.io/certified-reactive-architect">Certification</a>
<a data-context="Mega Menu - Developers - Docs" href="https://www.reactiveprinciples.org/">Principles</a>
<a data-context="Mega Menu - Developers - Docs" href="https://akkademy.akka.io/">Free Training</a>
<a data-context="Mega Menu - Developers - Docs" href="https://www.akka.io/certified-reactive-architect">Certification</a>
</div>
</div>
</div>
Expand Down
27 changes: 27 additions & 0 deletions docs/supplemental_ui/partials/drop-down-get-started.hbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<span class="drop-down button-drop-down">
<a class="button sm:!m-0 !hidden lg:!inline-block cursor-default">Get Started</a>
<div class="drop-down-content-wrapper right">
<div class="drop-down-content get-started">
<div class="col">
<a data-context="Mega Menu - Get Started" href="https://console.akka.io/register">
<h3>
Try Akka for free
</h3>
<p class=" text-soft-gray leading-snug">Deploy and scale a multi-region app<br>No credit card required</p>
</a>
<a data-context="Mega Menu - Get Started" href="https://doc.akka.io/java/author-your-first-service.html">
<h3>
Develop your own Akka app
</h3>
<p class=" text-soft-gray leading-snug">Akka account not required<br>Free and open SDK for offline dev</p>
</a>
<a data-context="Mega Menu - Get Started" href="https://akka.io/request-a-demo">
<h3>
Request demo
</h3>
<p class=" text-soft-gray leading-snug">Personalized demo<br>Akka app design consultation</p>
</a>
</div>
</div>
</div>
</span>
10 changes: 5 additions & 5 deletions docs/supplemental_ui/partials/drop-down-sdk.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<div class="drop-down-content">
<div class="col">
<h3>SDK</h3>
<a href="/java/key-value-entities.html">Key Value Entities</a>
<a href="/java/event-sourced-entities.html">Event Sourced Entities</a>
<a href="/java/views.html">Views</a>
<a data-context="Mega Menu - SDK" href="/java/key-value-entities.html">Key Value Entities</a>
<a data-context="Mega Menu - SDK" href="/java/event-sourced-entities.html">Event Sourced Entities</a>
<a data-context="Mega Menu - SDK" href="/java/views.html">Views</a>
</div>
<div class="col">
<h3 class="hidden sm:inline-block">&nbsp;</h3>
<a href="/java/timed-actions.html">Timers</a>
<a href="/java/workflows.html">Workflows</a>
<a data-context="Mega Menu - SDK" href="/java/timed-actions.html">Timers</a>
<a data-context="Mega Menu - SDK" href="/java/workflows.html">Workflows</a>
</div>
</div>
</div>
Expand Down
Loading