-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add experimental admonition #581
Conversation
…ding --typescript flag to docusaurus swizzle command for better type safety and autocompletion
…le components for customization
…perimental features
…mmon directory to clean up the project structure
…er visual cues style(Admonition): adjust styles to accommodate new Icon component and improve alignment and spacing refactor(Admonition): remove redundant .admonitionIcon svg styles, as they are now handled in the parent div
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…nded color palette style(styles.module.scss): change admonitionTip background color from $mina-teal to $mina-lavender for better visual contrast
…special markdown syntax for creating notes, tips, cautions, etc. This will enhance the readability and emphasis of important information in the documentation.
…ng icon and styles
… for better visual alignment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
@@ -13,3 +13,4 @@ $mina-black: #2d2d2d; | |||
$mina-white: #ffffff; | |||
$mina-error: #e93939; | |||
$mina-purple: #5362c8; | |||
$mina-lavender: #cab2ff; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't seen this color yet. I like it!
@@ -7,7 +7,8 @@ | |||
"start": "docusaurus start", | |||
"dev": "ALGOLIA_APP_ID='.' ALGOLIA_SEARCH_API_KEY='.' docusaurus start", | |||
"build": "docusaurus build", | |||
"swizzle": "docusaurus swizzle", | |||
"swizzle": "docusaurus swizzle --typescript", | |||
"swizzle-list": "docusaurus swizzle --list", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a nice shortcut. Thanks for adding this.
great, @MartinMinkov let's do it! |
docs are updated and look great #587 check it out https://docs.minaprotocol.com/zkapps/o1js/recursion |
Preview: