-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(vite-plugin): add initial MDX and frontmatter support
- Loading branch information
Showing
11 changed files
with
1,357 additions
and
312 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
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 |
---|---|---|
@@ -1,3 +1,11 @@ | ||
# storylite-docs | ||
# StoryLite, a lightweight alternative to StoryBook. | ||
|
||
Storylite documentation and website | ||
**StoryLite** is a modern and lightweight toolkit for crafting and managing design systems and | ||
components with ease. Inspired by the popular StoryBook UI and powered by Vite⚡️, StoryLite offers | ||
a streamlined and familiar developer experience. | ||
|
||
With StoryLite, you can swiftly create, test, and refine UI components in isolation, ensuring that | ||
your application maintains a consistent look and feel. | ||
|
||
Tailored for smaller projects that crave simplicity without the overhead of a full StoryBook setup, | ||
StoryLite provides an intuitive UI that's customizable to your unique needs. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: Welcome | ||
renderFrame: root | ||
navigation: | ||
icon: 🏠 | ||
order: 0 | ||
hidden: true # hidden in the submenu | ||
--- | ||
|
||
import BaseReadme from '../README.md' | ||
|
||
<img src="logo.svg" width={64} height={64} alt="StoryLite Logo" /> | ||
|
||
<BaseReadme /> |
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
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
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
Oops, something went wrong.