File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 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
88A 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { defineConfig } from 'vitepress'
22import llmstxt from 'vitepress-plugin-llms'
33
44export 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 ]
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments