Skip to content

Commit 83bbc64

Browse files
committed
docs: Cross link to wiki docs related to block structures.
Provide a link to more docs from the code in case we need more context in the future.
1 parent 8f4ae4e commit 83bbc64

File tree

1 file changed

+6
-0
lines changed
  • openedx/core/djangoapps/content/block_structure

1 file changed

+6
-0
lines changed

openedx/core/djangoapps/content/block_structure/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,10 @@
5959
Note: A partial subset (as an ordered list) of the registered
6060
transformers can be requested during the Transform phase, allowing
6161
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
6268
"""

0 commit comments

Comments
 (0)