chore: link directly to docs

This commit is contained in:
Zach Daniel 2024-09-05 19:21:59 -04:00
parent aff6a7b6dd
commit cb0ef5113e
2 changed files with 2 additions and 3 deletions

View file

@ -40,9 +40,8 @@ defmodule AshHqWeb.Components.AppView.TopBar do
<% end %>
<.link
href="/docs/guides/ash/latest/tutorials/get-started"
href="https://hexdocs.pm/ash/readme.html"
title="Documentation"
phx-click={DocSidebar.mark_active("get-started-guide")}
class="text-lg font-bold px-2 md:px-4 dark:hover:text-primary-dark-400 hover:text-primary-light-700 hidden md:block"
>
Documentation

View file

@ -22,7 +22,7 @@ defmodule AshHqWeb.Pages.Home do
<div class="flex flex-col space-y-4 md:space-x-4 md:space-y-0 md:flex-row items-center mt-8 mb-6 md:mb-10">
<a
href="/docs/guides/ash/latest/tutorials/get-started"
href="https://hexdocs.pm/ash/readme.html"
class="flex justify-center items-center w-full md:w-auto h-12 px-4 rounded-lg bg-primary-light-500 dark:bg-primary-dark-500 font-semibold dark:text-white dark:hover:bg-primary-dark-700 hover:bg-primary-light-700"
>
Get Started