This is an automated email from the ASF dual-hosted git repository.
michaelsmolina pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 186e75f9b2 docs: Update cache.mdx, add needed space (#30333)
186e75f9b2 is described below
commit 186e75f9b22214bf15b80d09fed8c4d7c1ae4b72
Author: varfigstar <[email protected]>
AuthorDate: Thu Sep 19 23:05:21 2024 +0500
docs: Update cache.mdx, add needed space (#30333)
---
docs/docs/configuration/cache.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/docs/configuration/cache.mdx
b/docs/docs/configuration/cache.mdx
index d29f93d0a9..34170cc4d3 100644
--- a/docs/docs/configuration/cache.mdx
+++ b/docs/docs/configuration/cache.mdx
@@ -14,7 +14,7 @@ SimpleCache (in-memory), or the local filesystem.
are also supported.
Caching can be configured by providing a dictionaries in
-`superset_config.py` that comply with[the Flask-Caching config
specifications](https://flask-caching.readthedocs.io/en/latest/#configuring-flask-caching).
+`superset_config.py` that comply with [the Flask-Caching config
specifications](https://flask-caching.readthedocs.io/en/latest/#configuring-flask-caching).
The following cache configurations can be customized in this way:
- Dashboard filter state (required): `FILTER_STATE_CACHE_CONFIG`.