docs: Caching Module (#13701)
* standard docs for caching module + deprecated cache module * added guides for creating + using, and overall changes from cache to caching * fix details related to redis provider * fix build errors * fix build error * fixes * add guides to sidebar * add sidebar util * document query + index * moved cache tag conventions * fix build errors * added migration guide * added memcached guide * fixes * general fixes and updates * updated reference * document medusa cache * small fix * fixes * remove cloud cache * revert edit dates changes * revert edit dates * small update
This commit is contained in:
@@ -59,8 +59,67 @@ export const infrastructureModulesSidebar = [
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
title: "Cache Module",
|
||||
title: "Caching Module",
|
||||
initialOpen: true,
|
||||
children: [
|
||||
{
|
||||
type: "link",
|
||||
path: "/infrastructure-modules/caching",
|
||||
title: "Overview",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/infrastructure-modules/caching/concepts",
|
||||
title: "Concepts",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/infrastructure-modules/caching/migrate-cache",
|
||||
title: "Migrate from Cache Module",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Providers",
|
||||
path: "/infrastructure-modules/caching/providers",
|
||||
children: [
|
||||
{
|
||||
type: "link",
|
||||
path: "/infrastructure-modules/caching/providers/redis",
|
||||
title: "Redis",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/infrastructure-modules/caching/guides/memcached",
|
||||
title: "Memcached",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "sub-category",
|
||||
title: "Guides",
|
||||
children: [
|
||||
{
|
||||
type: "link",
|
||||
path: "/references/caching-module-provider",
|
||||
title: "Create Caching Module Provider",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/references/caching-service",
|
||||
title: "Use Caching Module",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
title: "Cache Module",
|
||||
initialOpen: false,
|
||||
badge: {
|
||||
variant: "neutral",
|
||||
text: "Deprecated",
|
||||
},
|
||||
children: [
|
||||
{
|
||||
type: "link",
|
||||
|
||||
Reference in New Issue
Block a user