docs: added file module docs (#7278)

This commit is contained in:
Shahed Nasser
2024-05-13 18:54:59 +03:00
committed by GitHub
parent 8b2429d24f
commit 803e4aad02
32 changed files with 745 additions and 3448 deletions
@@ -0,0 +1,11 @@
import { ChildDocs } from "docs-ui"
export const metadata = {
title: `Cache Modules`,
}
# {metadata.title}
Learn how to create a cache module in [this guide](./create/page.mdx).
<ChildDocs type="item" filters={["Guides"]} onlyTopLevel={true} />