Skip to content

Commit 81e7ee5

Browse files
committed
Title updates
1 parent 81a0bca commit 81e7ee5

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![feedz.io](https://img.shields.io/badge/endpoint.svg?url=https%3A%2F%2Ff.feedz.io%2Ffoundatio%2Ffoundatio%2Fshield%2FFoundatio.Lucene%2Flatest)](https://f.feedz.io/foundatio/foundatio/packages/Foundatio.Lucene/latest/download)
44
[![Discord](https://img.shields.io/discord/715744504891703319?logo=discord)](https://discord.gg/6HxgFCx)
55

6-
# Foundatio.Lucene
6+
# Foundatio Lucene
77

88
A library for adding dynamic Lucene-style query capabilities to your .NET applications. Enable your users to write powerful search queries using familiar Lucene syntax, with support for Entity Framework and Elasticsearch.
99

docs/.vitepress/config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineConfig } from 'vitepress'
22
import llmstxt from 'vitepress-plugin-llms'
33

44
export default defineConfig({
5-
title: 'Foundatio.Lucene',
5+
title: 'Foundatio Lucene',
66
description: 'Dynamic Lucene-style query capabilities for .NET with Entity Framework and Elasticsearch support',
77
base: '/',
88
ignoreDeadLinks: true,
@@ -12,7 +12,6 @@ export default defineConfig({
1212
vite: {
1313
plugins: [
1414
llmstxt({
15-
title: 'Foundatio.Lucene Documentation',
1615
ignoreFiles: ['node_modules/**', '.vitepress/**']
1716
})
1817
]

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ hero:
77
tagline: Enable powerful user-driven search queries in your .NET applications with Entity Framework and Elasticsearch support
88
image:
99
src: https://raw.githubusercontent.com/FoundatioFx/Foundatio/main/media/foundatio-icon.png
10-
alt: Foundatio.Lucene
10+
alt: Foundatio Lucene
1111
actions:
1212
- theme: brand
1313
text: Get Started

0 commit comments

Comments
 (0)