Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Commit

Permalink
Add utils api to menu (#370)
Browse files Browse the repository at this point in the history
* Add utils api to menu

* Declare constants
  • Loading branch information
brandenchan authored Aug 9, 2022
1 parent 8745879 commit 9ef9150
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/latest/menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@
{"slug": "document-classifier", "title": "Document Classifier"},
{"slug": "query-classifier", "title": "Query Classifier"},
{"slug": "extractor", "title": "Extractor"},
{"slug": "other", "title": "Other"}
{"slug": "other-nodes", "title": "Other Nodes"},
{"slug": "utils", "title": "Utils"}
]
}
]
9 changes: 7 additions & 2 deletions lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,15 @@ export const referenceFilesLatest: Meta = {
title: "Extractor",
},
{
slug: "other",
filename: "other.md",
slug: "other-nodes",
filename: "other_nodes.md",
title: "Other",
},
{
slug: "utils",
filename: "utils.md",
title: "Utils",
},
{
slug: "primitives",
filename: "primitives.md",
Expand Down

1 comment on commit 9ef9150

@vercel
Copy link

@vercel vercel bot commented on 9ef9150 Aug 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.