Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Jul 18, 2021
1 parent 2e18025 commit ab066b5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
6 changes: 3 additions & 3 deletions src/docs/pages/components/badge.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
</Wrapper>

<Wrapper classes="flex flex-wrap items-start md:space-x-2 space-x-0 space-y-2 md:space-y-0 flex-col md:flex-row" title="badge size">
<Badge class="badge-ghost badge-lg">987,654</Badge>
<Badge class="badge-ghost">987,654</Badge>
<Badge class="badge-ghost badge-sm">987,654</Badge>
<Badge class="badge-lg">987,654</Badge>
<Badge class="">987,654</Badge>
<Badge class="badge-sm">987,654</Badge>
</Wrapper>

<Wrapper classes="flex flex-wrap items-start md:space-x-2 space-x-0 space-y-2 md:space-y-0 flex-col md:flex-row" title="badge variants">
Expand Down
4 changes: 2 additions & 2 deletions src/docs/pages/docs/add-themes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@


<div class="flex justify-end max-w-4xl pt-10 mt-20 border-t-2 border-base-200">
<NuxtLink to="/core/colors" class="text-xs btn-lg btn lg:text-lg">
Next: Colors
<NuxtLink to="/docs/config" class="text-xs btn-lg btn lg:text-lg">
Next: Config
<Icon glyph="arrow" class="inline-block w-6 h-6 ml-2 stroke-current" />
</NuxtLink>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/docs/pages/docs/config.vue
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@


<div class="flex justify-end max-w-4xl pt-10 mt-20 border-t-2 border-base-200">
<NuxtLink to="/docs/customize" class="text-xs btn-lg btn lg:text-lg">
Next: Customize components
<NuxtLink to="/core/colors" class="text-xs btn-lg btn lg:text-lg">
Next: Colors
<Icon glyph="arrow" class="inline-block w-6 h-6 ml-2 stroke-current" />
</NuxtLink>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/docs/pages/docs/customize.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@

<div class="flex justify-end max-w-4xl pt-10 mt-20 border-t-2 border-base-200">
<NuxtLink to="/docs/default-themes" class="text-xs btn-lg btn lg:text-lg">
Next: Default themes
Next: Themes
<Icon glyph="arrow" class="inline-block w-6 h-6 ml-2 stroke-current" />
</NuxtLink>
</div>
Expand Down
6 changes: 2 additions & 4 deletions src/docs/pages/docs/use.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,12 @@




<div class="flex justify-end max-w-4xl pt-10 mt-20 border-t-2 border-base-200">
<NuxtLink to="/docs/config" class="text-xs btn-lg btn lg:text-lg">
Next: Config
<NuxtLink to="/docs/customize" class="text-xs btn-lg btn lg:text-lg">
Next: Customize components
<Icon glyph="arrow" class="inline-block w-6 h-6 ml-2 stroke-current" />
</NuxtLink>
</div>


</div>
</template>

0 comments on commit ab066b5

Please sign in to comment.