docs: getting started title on index

This commit is contained in:
Benjamin Canac
2023-05-19 13:01:34 +02:00
parent 26579538f5
commit e358183165
2 changed files with 2 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
<template>
<header v-if="page" class="relative border-b border-gray-200 dark:border-gray-800 pb-8 mb-12">
<p class="mb-4 text-sm leading-6 font-semibold text-primary-500 dark:text-primary-400 capitalize">
{{ useLowerCase(page._dir) }}
{{ page._dir?.title ? page._dir.title : useLowerCase(page._dir) }}
</p>
<div class="flex flex-col lg:flex-row lg:items-center lg:justify-between">
<h1 class="text-3xl sm:text-4xl font-extrabold text-gray-900 tracking-tight dark:text-white">

View File

@@ -0,0 +1 @@
title: Getting Started