Skip to content

Commit

Permalink
Merge pull request #599 from iceljc/master
Browse files Browse the repository at this point in the history
change menu name
  • Loading branch information
iceljc authored Aug 21, 2024
2 parents 89fab12 + 752f3fe commit 4b11791
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public bool AttachMenu(List<PluginMenuDef> menu)
{
SubMenu = new List<PluginMenuDef>
{
new PluginMenuDef("Vector", link: "page/knowledge-base/vector"),
new PluginMenuDef("Q & A", link: "page/knowledge-base/vector"),
new PluginMenuDef("Graph", link: "page/knowledge-base/graph")
}
});
Expand Down

0 comments on commit 4b11791

Please sign in to comment.