Skip to content

Commit

Permalink
chore(nxdev): fix deploy (#13210)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacplmann committed Nov 17, 2022
1 parent b084ddd commit b97472d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions nx-dev/nx-dev/lib/api.ts
Expand Up @@ -30,21 +30,6 @@ export const nxDocumentsApi = new DocumentsApi({
documents.content.find(
(x) => x.id === 'additional-api-references'
) as Partial<DocumentMetadata>,
{
id: 'nx-recipes',
name: 'wrapper',
itemList: [
{
id: 'recipes',
name: 'Recipes',
itemList: (
documents.content.find(
(x) => x.id === 'nx-recipes'
) as Partial<DocumentMetadata>
).itemList,
},
],
},
]
.filter((x) => !!x)
.map((x) => convertToDocumentMetadata(x)),
Expand Down

1 comment on commit b97472d

@vercel
Copy link

@vercel vercel bot commented on b97472d Nov 17, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx-five.vercel.app
nx.dev
nx-dev-git-master-nrwl.vercel.app

Please sign in to comment.