mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-24 10:07:21 +02:00
Merge branch 'origin/main' into 'next-release/main'
This commit is contained in:
commit
23663f6127
@ -41,7 +41,7 @@ export function WoodpeckerPluginList({ plugins }: { plugins: WoodpeckerPlugin[]
|
||||
|
||||
const fuse = useRef(
|
||||
new Fuse(plugins, {
|
||||
keys: ['name', 'description'],
|
||||
keys: ['name', 'description', 'tags'],
|
||||
threshold: 0.3,
|
||||
}),
|
||||
);
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Gettings started
|
||||
# Getting started
|
||||
|
||||
A Woodpecker deployment consists of two parts:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user