替换所有simple-icons
This commit is contained in:
@@ -148,7 +148,7 @@ class: "[&>div]:*:my-0 [&>div]:*:w-full"
|
||||
---
|
||||
:::card
|
||||
---
|
||||
icon: i-simple-icons-github
|
||||
icon: simple-icons-github
|
||||
target: _blank
|
||||
title: Dashboard
|
||||
to: https://github.com/nuxt-ui-pro/dashboard
|
||||
@@ -161,7 +161,7 @@ class: "[&>div]:*:my-0 [&>div]:*:w-full"
|
||||
::card
|
||||
---
|
||||
title: Dashboard
|
||||
icon: i-simple-icons-github
|
||||
icon: simple-icons-github
|
||||
to: https://github.com/nuxt-ui-pro/dashboard
|
||||
target: _blank
|
||||
---
|
||||
@@ -178,7 +178,7 @@ Use `card-group` to arrange cards in a grid layout. `card-group` is ideal for di
|
||||
:::card-group{.w-full}
|
||||
::::card
|
||||
---
|
||||
icon: i-simple-icons-github
|
||||
icon: simple-icons-github
|
||||
target: _blank
|
||||
title: Dashboard
|
||||
to: https://github.com/nuxt-ui-pro/dashboard
|
||||
@@ -188,7 +188,7 @@ Use `card-group` to arrange cards in a grid layout. `card-group` is ideal for di
|
||||
|
||||
::::card
|
||||
---
|
||||
icon: i-simple-icons-github
|
||||
icon: simple-icons-github
|
||||
target: _blank
|
||||
title: SaaS
|
||||
to: https://github.com/nuxt-ui-pro/saas
|
||||
@@ -198,7 +198,7 @@ Use `card-group` to arrange cards in a grid layout. `card-group` is ideal for di
|
||||
|
||||
::::card
|
||||
---
|
||||
icon: i-simple-icons-github
|
||||
icon: simple-icons-github
|
||||
target: _blank
|
||||
title: Docs
|
||||
to: https://github.com/nuxt-ui-pro/docs
|
||||
@@ -208,7 +208,7 @@ Use `card-group` to arrange cards in a grid layout. `card-group` is ideal for di
|
||||
|
||||
::::card
|
||||
---
|
||||
icon: i-simple-icons-github
|
||||
icon: simple-icons-github
|
||||
target: _blank
|
||||
title: Landing
|
||||
to: https://github.com/nuxt-ui-pro/landing
|
||||
@@ -224,7 +224,7 @@ Use `card-group` to arrange cards in a grid layout. `card-group` is ideal for di
|
||||
::card
|
||||
---
|
||||
title: Dashboard
|
||||
icon: i-simple-icons-github
|
||||
icon: simple-icons-github
|
||||
to: https://github.com/nuxt-ui-pro/dashboard
|
||||
target: _blank
|
||||
---
|
||||
@@ -234,7 +234,7 @@ A dashboard with multi-column layout.
|
||||
::card
|
||||
---
|
||||
title: SaaS
|
||||
icon: i-simple-icons-github
|
||||
icon: simple-icons-github
|
||||
to: https://github.com/nuxt-ui-pro/saas
|
||||
target: _blank
|
||||
---
|
||||
@@ -244,7 +244,7 @@ A template with landing, pricing, docs and blog.
|
||||
::card
|
||||
---
|
||||
title: Docs
|
||||
icon: i-simple-icons-github
|
||||
icon: simple-icons-github
|
||||
to: https://github.com/nuxt-ui-pro/docs
|
||||
target: _blank
|
||||
---
|
||||
@@ -254,7 +254,7 @@ A documentation with `@nuxt/content`.
|
||||
::card
|
||||
---
|
||||
title: Landing
|
||||
icon: i-simple-icons-github
|
||||
icon: simple-icons-github
|
||||
to: https://github.com/nuxt-ui-pro/landing
|
||||
target: _blank
|
||||
---
|
||||
@@ -362,13 +362,13 @@ Use `field-group` to group related fields together in a list. `field-group` help
|
||||
Use `icon` to insert icons from icon libraries. Icons provide visual cues and enhance the user interface of your documentation.
|
||||
|
||||
::code-preview
|
||||
:icon{name="i-simple-icons-nuxtdotjs"}
|
||||
:icon{name="simple-icons-nuxtdotjs"}
|
||||
|
||||
|
||||
|
||||
#code
|
||||
```mdc
|
||||
:icon{name="i-simple-icons-nuxtdotjs"}
|
||||
:icon{name="simple-icons-nuxtdotjs"}
|
||||
```
|
||||
::
|
||||
|
||||
|
Reference in New Issue
Block a user