Skip to content

Commit 6715ca2

Browse files
Fix docs search theme registration and add Polish skill download hints.
Move local search plugin to Docusaurus themes so the navbar Search box works reliably, and document where to find Cursor/Claude skill downloads in Polish on the AI hub page. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 43e8a59 commit 6715ca2

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

website/docs/for-cursor-claude.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ import SkillDownloads from '@site/src/components/SkillDownloads';
1111
This page is a practical hub for AI-assisted development in this repository.
1212
Use it as a fast checklist before implementing, debugging, or documenting.
1313

14+
:::info Po polsku — gdzie co jest
15+
**Wyszukiwarka dokumentacji:** pole **Search** w prawym górnym rogu paska (`⌘K` / `Ctrl+K`).
16+
**Pobranie skilli Cursor / Claude:** sekcja [Download AI skills](#download-ai-skills) poniżej (przyciski **Download**), albo menu **AI Skills** w navbarze → **↓ Download Cursor (.md)** / **↓ Download Claude (.md)**.
17+
**W klonie repo:** `website/static/skills/cursor-skill.md` i `claude-skill.md`.
18+
:::
19+
1420
## Docs search
1521

1622
Use the **Search** field in the top navbar (keyboard: `⌘K` on macOS, `Ctrl+K` on Windows/Linux). It indexes all documentation pages and the homepage.

website/docusaurus.config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const config: Config = {
1717
onBrokenLinks: 'throw',
1818
onDuplicateRoutes: 'warn',
1919

20-
plugins: [
20+
themes: [
2121
[
2222
require.resolve('@easyops-cn/docusaurus-search-local'),
2323
{
@@ -32,6 +32,9 @@ const config: Config = {
3232
explicitSearchResultPath: true,
3333
},
3434
],
35+
],
36+
37+
plugins: [
3538
[
3639
'@docusaurus/plugin-client-redirects',
3740
{

0 commit comments

Comments
 (0)