You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: content/1.getting-started/1.Introduction.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
---
2
2
title: Introduction
3
-
description: una-content-nuxt is a Nuxt documentation template built with Nuxt Content and shadcn-vue.
4
-
icon: 'lucide:info'
3
+
description: una-content is a Nuxt documentation template built with Nuxt Content and shadcn-vue.
4
+
icon: 'i-lucide-info'
5
5
---
6
6
7
7
## Motivations
8
8
9
-
**una-content-nuxt** is created as an free alternative documentation solution to [Docus](https://docus.dev/) and [Nuxt UI Pro Docs](https://docs-template.nuxt.dev/).
9
+
**una-content** is created as an free alternative documentation solution to [Docus](https://docus.dev/) and [Nuxt UI Pro Docs](https://docs-template.nuxt.dev/).
10
10
11
11
## Features
12
12
13
-
- Free and [open source](https://github.com/ZTL-UwU/una-content-nuxt).
13
+
- Free and [open source](https://github.com/una-ui/content).
14
14
- Fully [customizable](/api/configuration).
15
15
- Rich [components](/getting-started/writing/components) to work with.
Copy file name to clipboardexpand all lines: content/2.api/2.advanced/1.override.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Overriding
3
3
icon: lucide:blocks
4
-
description: Replacing una-content-nuxt components with custom vue components.
4
+
description: Replacing una-content components with custom vue components.
5
5
---
6
6
7
7
_shadcn-docs-nuxt_ is a [Nuxt Layer](https://nuxt.com/docs/getting-started/layers). You can override any component in _shadcn-docs-nuxt_ by creating a custom vue component in your project with the same path as the original component. **Make sure that your component contains the same props as the original component.**
@@ -25,7 +25,7 @@ components/
25
25
└── ...
26
26
```
27
27
28
-
:alert[Check out the complete file structure on **GitHub**]{to="https://github.com/ZTL-UwU/una-content-nuxt/tree/main/components"target="_blank"}
28
+
:alert[Check out the complete file structure on **GitHub**]{to="https://github.com/una-ui/content/tree/main/components"target="_blank"}
29
29
30
30
For example, if you want to override the `Footer` component, create `/components/layout/Footer.vue` in your project root.
0 commit comments