Skip to content

Commit 5e52992

Browse files
committed
update search.json
1 parent 38e8588 commit 5e52992

1 file changed

Lines changed: 111 additions & 7 deletions

File tree

search.json

Lines changed: 111 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
[
22
{
3+
"title":"",
4+
"caption":"",
5+
"category":"AI Agents",
6+
"priority":"0",
7+
"keywords":"",
8+
"url":"/docs/agents"
9+
}
10+
,{
311
"title":"",
412
"caption":"",
513
"category":"Best Practice",
@@ -320,20 +328,20 @@
320328
"url":"/docs/intro/configuration#testing"
321329
}
322330
,{
323-
"title":"Configuration - Programmatically creating database",
331+
"title":"Configuration - Load configuration from application.yaml / properties",
324332
"caption":"",
325333
"category":"Introduction",
326334
"priority":"2",
327335
"keywords":"",
328-
"url":"/docs/intro/configuration#programmatic"
336+
"url":"/docs/intro/configuration#properties"
329337
}
330338
,{
331-
"title":"Configuration - via Properties / yaml",
339+
"title":"Configuration - Programmatic configuration (recommended)",
332340
"caption":"",
333341
"category":"Introduction",
334342
"priority":"2",
335343
"keywords":"",
336-
"url":"/docs/intro/configuration#properties"
344+
"url":"/docs/intro/configuration#programmatic"
337345
}
338346
,{
339347
"title":"Database & DB",
@@ -344,7 +352,7 @@
344352
"url":"/docs/intro/database"
345353
}
346354
,{
347-
"title":"Database & DB - DB (io.ebean.DB)",
355+
"title":"Database & DB - DB (optional / compatibility)",
348356
"caption":"",
349357
"category":"Introduction",
350358
"priority":"2",
@@ -527,6 +535,102 @@
527535
"keywords":"",
528536
"url":"/docs/trouble-shooting#not-enhanced"
529537
}
538+
,{
539+
"title":"AI Agent Instructions",
540+
"caption":"",
541+
"category":"AI Agents",
542+
"priority":"3",
543+
"keywords":"",
544+
"url":"/docs/agents#overview"
545+
}
546+
,{
547+
"title":"Add to your project",
548+
"caption":"",
549+
"category":"AI Agents",
550+
"priority":"3",
551+
"keywords":"",
552+
"url":"/docs/agents#project-config"
553+
}
554+
,{
555+
"title":"Agent Skills",
556+
"caption":"",
557+
"category":"AI Agents",
558+
"priority":"3",
559+
"keywords":"",
560+
"url":"/docs/agents/skills"
561+
}
562+
,{
563+
"title":"Agent Skills - Available skill",
564+
"caption":"",
565+
"category":"AI Agents",
566+
"priority":"3",
567+
"keywords":"",
568+
"url":"/docs/agents/skills#available"
569+
}
570+
,{
571+
"title":"Agent Skills - Ebean Agent Skills",
572+
"caption":"",
573+
"category":"AI Agents",
574+
"priority":"3",
575+
"keywords":"",
576+
"url":"/docs/agents/skills#overview"
577+
}
578+
,{
579+
"title":"Agent Skills - How it works",
580+
"caption":"",
581+
"category":"AI Agents",
582+
"priority":"3",
583+
"keywords":"",
584+
"url":"/docs/agents/skills#how-it-works"
585+
}
586+
,{
587+
"title":"Agent Skills - Installation",
588+
"caption":"",
589+
"category":"AI Agents",
590+
"priority":"3",
591+
"keywords":"",
592+
"url":"/docs/agents/skills#installation"
593+
}
594+
,{
595+
"title":"Agent Skills - Repository",
596+
"caption":"",
597+
"category":"AI Agents",
598+
"priority":"3",
599+
"keywords":"",
600+
"url":"/docs/agents/skills#repository"
601+
}
602+
,{
603+
"title":"Agent Skills - Skill structure",
604+
"caption":"",
605+
"category":"AI Agents",
606+
"priority":"3",
607+
"keywords":"",
608+
"url":"/docs/agents/skills#structure"
609+
}
610+
,{
611+
"title":"Agent Skills - Verification",
612+
"caption":"",
613+
"category":"AI Agents",
614+
"priority":"3",
615+
"keywords":"",
616+
"url":"/docs/agents/skills#verification"
617+
}
618+
,{
619+
"title":"Recommended: install the Ebean agent skill",
620+
"caption":"",
621+
"category":"AI Agents",
622+
"priority":"3",
623+
"keywords":"",
624+
"url":"/docs/agents#recommended"
625+
}
626+
,{
627+
"title":"Step-by-step guides",
628+
"caption":"",
629+
"category":"AI Agents",
630+
"priority":"3",
631+
"keywords":"",
632+
"url":"/docs/agents#guides"
633+
}
530634
,{
531635
"title":"@Column(name=...)",
532636
"caption":"",
@@ -2656,7 +2760,7 @@
26562760
"url":"/docs/mapping/type/uuid"
26572761
}
26582762
,{
2659-
"title":"Types / UUID - DatabaseConfig.setDbUuid()",
2763+
"title":"Types / UUID - DatabaseBuilder.dbUuid()",
26602764
"caption":"",
26612765
"category":"Mapping",
26622766
"priority":"3",
@@ -4472,7 +4576,7 @@
44724576
"url":"/docs/transactions/batch#batchSize"
44734577
}
44744578
,{
4475-
"title":"Batch - Configuration via DatabaseConfig",
4579+
"title":"Batch - Configuration via DatabaseBuilder",
44764580
"caption":"",
44774581
"category":"Transactions",
44784582
"priority":"3",

0 commit comments

Comments
 (0)