diff --git a/src/app/intro/page.tsx b/src/app/intro/page.tsx index 6064ce96..da7959ae 100644 --- a/src/app/intro/page.tsx +++ b/src/app/intro/page.tsx @@ -54,8 +54,8 @@ export default async function Page() { return ( - Learn how to use Zuplo to add API-key management, developer documentation, - and rate-limiting, for any stack. +

Learn how to use Zuplo to add API-key management, developer documentation, + and rate-limiting, for any stack.

Overview

Getting Started

diff --git a/src/components/DocsHeader.tsx b/src/components/DocsHeader.tsx index be779e30..0f583975 100644 --- a/src/components/DocsHeader.tsx +++ b/src/components/DocsHeader.tsx @@ -46,11 +46,11 @@ export function DocsHeader({ return (
-
+
{breadcrumbItems.map((item, index) => (
{!!item?.href ? ( - {item.label} + {item.label} ) : (

{item.label}

)} diff --git a/src/components/Navigation.tsx b/src/components/Navigation.tsx index 99dfc37d..500a5d97 100644 --- a/src/components/Navigation.tsx +++ b/src/components/Navigation.tsx @@ -91,7 +91,7 @@ function NavSection({ }) { const pathname = usePathname(); const linkClassName = - "block w-full px-6 leading-6 tracking-wider transition-all hover:text-pink hover:text-shadow cursor-pointer relative"; + "block w-full px-6 transition-all text-slate-600 hover:text-pink cursor-pointer relative"; return ( <> @@ -143,7 +143,7 @@ export function Navigation({ {navigation.map((section: NavCategory) => (
  • {section?.type === NavigationType.CATEGORY && ( -
    +
    {section?.href ? ( {section.label} ) : ( @@ -151,7 +151,7 @@ export function Navigation({ )}
    )} -
      +
        {!!section?.items && section?.items.map((navItem, i) => ( @@ -61,7 +61,7 @@ export function PrevNextLinks() { } return ( -
        +
        {previousPage && !!previousPage?.href && (

        On this page

        -
          +
            {tableOfContents.map((section) => ( -
          1. +
          2. {section.title} {section.children.length > 0 && ( -
              +
                {section.children.map((subSection) => (
              1. diff --git a/src/components/shared/article/Support.tsx b/src/components/shared/article/Support.tsx index bb40ad55..6a00b888 100644 --- a/src/components/shared/article/Support.tsx +++ b/src/components/shared/article/Support.tsx @@ -4,19 +4,19 @@ import ChangelogIcon from "@/components/svgs/changelog.svg"; export default function ArticleSupport() { const linkClassName = - "font-bold tracking-wider text-pink transition-colors hover:text-pink-hover"; + "text-pink underline transition-colors hover:text-pink-hover"; return (
                -
                +
                Do you have any questions? Contact us
                -
                +
                Check out our