Skip to content

Commit

Permalink
docs: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Jan 29, 2024
1 parent bab4c00 commit 49ff52b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 194 deletions.
189 changes: 0 additions & 189 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@
"groupName": "eslint",
"matchPackagePatterns": ["eslint*"]
}
],
"ignoreDeps": ["vite-plugin-dts"]
]
}
3 changes: 1 addition & 2 deletions website/contentlayer.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import rehypeCodeTitles from "rehype-code-titles"
import rehypePrism from "rehype-prism-plus"
import rehypeSlug from "rehype-slug"
import remarkDirective from "remark-directive"
import remarkGfm from "remark-gfm"
import { remarkAdmonition } from "./lib/remark-utils"
import siteConfig from "./site.config"

Expand Down Expand Up @@ -141,7 +140,7 @@ export default makeSource({
disableImportAliasWarning: true,
onUnknownDocuments: "skip-ignore",
mdx: {
remarkPlugins: [remarkGfm, remarkDirective, remarkAdmonition],
remarkPlugins: [remarkDirective, remarkAdmonition],
rehypePlugins: [
rehypeSlug,
rehypeCodeTitles,
Expand Down
1 change: 0 additions & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
"rehype-prism-plus": "2.0.0",
"rehype-slug": "6.0.0",
"remark-directive": "3.0.0",
"remark-gfm": "4.0.0",
"typescript": "5.3.3"
}
}

3 comments on commit 49ff52b

@vercel
Copy link

@vercel vercel bot commented on 49ff52b Jan 29, 2024

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:

zag-nextjs – ./examples/next-ts

zag-two.vercel.app
zag-nextjs-git-main-chakra-ui.vercel.app
zag-nextjs-chakra-ui.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 49ff52b Jan 29, 2024

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:

zag-vue – ./examples/vue-ts

zag-vue-git-main-chakra-ui.vercel.app
zag-vue.vercel.app
zag-vue-chakra-ui.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 49ff52b Jan 29, 2024

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:

zag-solid – ./examples/solid-ts

zag-solid-chakra-ui.vercel.app
zag-solid-git-main-chakra-ui.vercel.app
zag-solid.vercel.app

Please sign in to comment.