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: docs/content/docs/8.advanced/1.fulltext-search.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ description: Implement full-text search in your website using Nuxt Content
5
5
6
6
Content module exposes a handy utility [`queryCollectionSearchSections`](/docs/utils/query-collection-search-sections) to break down content files into searchable sections. This is useful for implementing full-text search in your website. You can use the result of this utility in combination with [Nuxt UI Content Search](https://ui.nuxt.com/pro/components/content-search) or other search libraries like [Fuse.js](https://fusejs.io/), [minisearch](https://lucaong.github.io/minisearch), etc.
7
7
8
-
## Nuxt UI Pro
8
+
## Nuxt UI
9
9
10
-
Nuxt UI Pro provides a ready to use component for full-text search. You can use it by passing the result of `queryCollectionSearchSections` to the `files` prop of the component.
10
+
Nuxt UI provides a ready to use component for full-text search. You can use it by passing the result of `queryCollectionSearchSections` to the `files` prop of the component.
11
11
12
12
Read more about [Nuxt UI Content Search](https://ui.nuxt.com/pro/components/content-search).
Copy file name to clipboardExpand all lines: docs/content/templates/docs.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,26 +8,25 @@ category: docs
8
8
createdAt: 2023-11-15T17:41:03.087Z
9
9
demo: https://v3.docs-template-3erl.pages.dev/
10
10
description: Create your documentation in seconds with this template.
11
-
licenseType: nuxt-ui-pro
12
-
mainScreen: /templates/docs.jpg
11
+
licenseType: nuxt-ui
12
+
mainScreen: /templates/docs-dark.png
13
13
name: docs
14
-
owner: nuxt-ui-pro
15
-
image1: /templates/docs-1.webp
16
-
image2: /templates/docs-2.webp
17
-
image3: /templates/docs-3.webp
14
+
owner: nuxt-ui-templates
15
+
image1: /templates/docs-light.png
16
+
image2: /templates/docs-dark.png
18
17
---
19
18
20
19
::template-core
21
-
[Nuxt UI Pro](https://ui.nuxt.com/pro) is a collection of premium components, an extension of [Nuxt UI](https://ui.nuxt.com), designed to facilitate the creation of appealing and responsive Nuxt applications in a matter of minutes.
20
+
[Nuxt UI](https://ui.nuxt.com) is a collection of premium components designed to facilitate the creation of appealing and responsive Nuxt applications in a matter of minutes.
22
21
23
22
The Nuxt UI team is dedicated to deliver the best integration and customization experience, while the Studio team is providing full compatibility with Nuxt Studio.
24
23
25
24
-**Fully customizable**: change the style of any component from your App Config or customize them specifically through the ui prop.
26
-
-**Write Markdown with ease**: Nuxt UI Pro overrides Nuxt Content prose components to make them awesome but also adds new ones like Callout, CodeGroup, Field, etc.
25
+
-**Write Markdown with ease**: Nuxt UI overrides Nuxt Content prose components to make them awesome but also adds new ones like Callout, CodeGroup, Field, etc.
27
26
-**Beautiful Typography styles**: Tailwind CSS typography plugin is pre-configured and styled to match Nuxt UI components and colors.
28
-
-**Full-Text Search out of the box**: Nuxt UI Pro ships with a ready to use command palette component. No need to setup Algolia DocSearch anymore.
27
+
-**Full-Text Search out of the box**: Nuxt UI ships with a ready to use command palette component. No need to setup Algolia DocSearch anymore.
29
28
-**Slots for everything**: Each component leverages the power of Vue's slots to give you the flexibility to build anything.
30
-
-**Responsive by design**: Nuxt UI Pro components aims to structure your content, they are responsive by design and will adapt to any screen size.
29
+
-**Responsive by design**: Nuxt UI components aims to structure your content, they are responsive by design and will adapt to any screen size.
0 commit comments