Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
YassinEldeeb committed Jan 14, 2024
1 parent 3f62b53 commit cbccd3d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions website/src/pages/docs/plugins/caching.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Caching
---

import { RemoteContent } from 'nextra/components'
import { getStaticPropsFactory } from '@/lib/json-schema'
import { components } from '@/lib/json-schema-ui'

export const getStaticProps = getStaticPropsFactory('CacheConfig', 'Caching')

<RemoteContent components={components} />

0 comments on commit cbccd3d

Please sign in to comment.