diff --git a/docs/en/Redis-Cache.md b/docs/en/Redis-Cache.md index 584ae40306..42679679c6 100644 --- a/docs/en/Redis-Cache.md +++ b/docs/en/Redis-Cache.md @@ -36,4 +36,8 @@ Configure(options => { //... }); -```` \ No newline at end of file +```` + +## See Also + +* [Caching](Caching.md) \ No newline at end of file diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json index 9116fca5a0..a9f9ed6bba 100644 --- a/docs/en/docs-nav.json +++ b/docs/en/docs-nav.json @@ -156,7 +156,13 @@ }, { "text": "Caching", - "path": "Caching.md" + "path": "Caching.md", + "items": [ + { + "text": "Redis Cache", + "path": "Redis-Cache.md" + } + ] }, { "text": "Logging",