Skip to content

Commit

Permalink
docs: getting started title on index
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed May 19, 2023
1 parent 2657953 commit e358183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/docs/DocsPageHeader.vue
Original file line number Diff line number Diff line change
@@ -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">
Expand Down
1 change: 1 addition & 0 deletions docs/content/1.getting-started/_dir.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
title: Getting Started

0 comments on commit e358183

Please sign in to comment.