Merge branch 'origin/main' into 'next-release/main'

This commit is contained in:
oauth 2024-12-21 17:47:24 +00:00
commit 23663f6127
2 changed files with 2 additions and 2 deletions

View file

@ -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,
}),
);

View file

@ -1,4 +1,4 @@
# Gettings started
# Getting started
A Woodpecker deployment consists of two parts: