@wordup-md/nuxt-layer-shadcn-unocss 0.3.0 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wordup-md/nuxt-layer-shadcn-unocss",
3
3
  "type": "module",
4
- "version": "0.3.0",
4
+ "version": "0.3.2",
5
5
  "author": "Emmanuel Salomon <emmanuel.salomon@gmail.com>",
6
6
  "main": "./nuxt.config.ts",
7
7
  "repository": {
@@ -0,0 +1,13 @@
1
+ export default defineNuxtPlugin(() => {
2
+ // const { enable, dataWebsiteId, src } = useConfig().value.site.umami
3
+
4
+ // if (enable && !import.meta.dev) {
5
+ // useScriptUmamiAnalytics({
6
+ // scriptInput: {
7
+ // src,
8
+ // defer: true,
9
+ // },
10
+ // websiteId: dataWebsiteId,
11
+ // })
12
+ // }
13
+ })
@@ -800,6 +800,20 @@
800
800
  "navigation.redirect": "/development/configuration",
801
801
  "_path": "development"
802
802
  },
803
+ {
804
+ "title": "fr",
805
+ "children": [
806
+ {
807
+ "title": "Accueil",
808
+ "_id": "content:fr:index.md",
809
+ "_path": "fr/index",
810
+ "content": "\n\n::hero\n---\nactions:\n - name: Démarrez\n to: /fr/getting-started/introduction\n - name: GitHub\n variant: outline\n to: https://github.com/wordup-md/nuxt-layer-shadcn-unocss\n leftIcon: lucide:github\nannouncement:\n title: Version 0.8.13\n icon: 🎉\n to: https://github.com/wordup-md/nuxt-layer-shadcn-unocss/releases/latest\n target: _blank\nclass: full-width full-content\n---\n#title\nAccueil\n\n#description\nConstruisez votre documentation, blog, boutique ou tout autre chose avec facilité. :br\n\nTemplate Nuxt Content construit avec [shadcn-vue](https://www.shadcn-vue.com) et [unocss](https://unocss.dev).\n::\n",
811
+ "description": "Effortless and Beautiful Template.",
812
+ "layout": "editorial",
813
+ "navigation": false
814
+ }
815
+ ]
816
+ },
803
817
  {
804
818
  "title": "Layout",
805
819
  "_id": "content:layout.md",