Skip to content

Commit

Permalink
chore(ui): hide Prompts feature
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-rasmussen committed Oct 30, 2024
1 parent f68e891 commit bc88ea3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const sidebars: SidebarsConfig = {
"guides/evaluation/scorers",
],
},
"guides/core-types/prompts",
// "guides/core-types/prompts",
"guides/core-types/models",
"guides/core-types/datasets",
"guides/tracking/feedback",
Expand Down
14 changes: 7 additions & 7 deletions weave-js/src/components/FancyPage/useProjectSidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,13 @@ export const useProjectSidebar = (
isShown: showWeaveSidebarItems || isShowAll,
iconName: IconNames.BaselineAlt,
},
{
type: 'button' as const,
name: 'Prompts',
slug: 'weave/prompts',
isShown: showWeaveSidebarItems || isShowAll,
iconName: IconNames.ForumChatBubble,
},
// {
// type: 'button' as const,
// name: 'Prompts',
// slug: 'weave/prompts',
// isShown: showWeaveSidebarItems || isShowAll,
// iconName: IconNames.ForumChatBubble,
// },
{
type: 'button' as const,
name: 'Models',
Expand Down

0 comments on commit bc88ea3

Please sign in to comment.