-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
31 changed files
with
50 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
import { defineConfig } from 'vitepress' | ||
|
||
export default defineConfig({ | ||
title: 'tw-Animated', | ||
description: 'animated-tailwindcss is a package that brings Animate.css classes to Tailwind CSS', | ||
cleanUrls: 'without-subfolders', | ||
|
||
themeConfig: { | ||
socialLinks: [{ icon: 'github', link: 'https://github.com/brc-dd/animated-tailwindcss' }], | ||
|
||
outline: false, | ||
|
||
sidebar: [ | ||
{ | ||
text: 'Guide', | ||
items: [ | ||
{ text: 'Getting Started', link: '/installation' }, | ||
{ text: 'Available Animations', link: '/animations' }, | ||
{ text: 'Miscellaneous Notes', link: '/advanced' }, | ||
], | ||
}, | ||
{ | ||
text: 'Available Utilities', | ||
items: [ | ||
{ text: 'Animation Delay', link: '/animation-delay' }, | ||
{ text: 'Animation Direction', link: '/animation-direction' }, | ||
{ text: 'Animation Duration', link: '/animation-duration' }, | ||
{ text: 'Animation Fill Mode', link: '/animation-fill-mode' }, | ||
{ text: 'Animation Iteration Count', link: '/animation-iteration-count' }, | ||
{ text: 'Animation Name', link: '/animation-name' }, | ||
{ text: 'Animation Play State', link: '/animation-play-state' }, | ||
{ text: 'Animation Timing Function', link: '/animation-timing-function' }, | ||
{ text: 'Translation Distance', link: '/translation-distance' }, | ||
], | ||
}, | ||
], | ||
|
||
editLink: { pattern: 'https://github.com/brc-dd/animated-tailwindcss/edit/main/docs/:path' }, | ||
|
||
footer: { | ||
message: 'Released under the MIT License.', | ||
copyright: 'Copyright © 2023-present Divyansh Singh', | ||
}, | ||
}, | ||
}) |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters