We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f4ae4e commit 83bbc64Copy full SHA for 83bbc64
openedx/core/djangoapps/content/block_structure/__init__.py
@@ -59,4 +59,10 @@
59
Note: A partial subset (as an ordered list) of the registered
60
transformers can be requested during the Transform phase, allowing
61
the client to manipulate exactly which transformers to call.
62
+
63
+Links to Other Block Structure Related Documentation:
64
65
+ * https://openedx.atlassian.net/wiki/spaces/AC/pages/154861855/Block+Structure+Cache+Invalidation+Proposal
66
+ * https://openedx.atlassian.net/wiki/spaces/AC/pages/34734111/Course+Block+Transformers
67
+ * https://openedx.atlassian.net/wiki/spaces/AC/pages/41910826/Course+Blocks+API+Storage+Cache+Requirements
68
"""
0 commit comments