Skip to content

Commit

Permalink
docs: Cross link to wiki docs related to block structures.
Browse files Browse the repository at this point in the history
Provide a link to more docs from the code in case we need more context
in the future.
  • Loading branch information
feanil committed Aug 13, 2024
1 parent 8f4ae4e commit 83bbc64
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openedx/core/djangoapps/content/block_structure/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,10 @@
Note: A partial subset (as an ordered list) of the registered
transformers can be requested during the Transform phase, allowing
the client to manipulate exactly which transformers to call.
Links to Other Block Structure Related Documentation:
* https://openedx.atlassian.net/wiki/spaces/AC/pages/154861855/Block+Structure+Cache+Invalidation+Proposal
* https://openedx.atlassian.net/wiki/spaces/AC/pages/34734111/Course+Block+Transformers
* https://openedx.atlassian.net/wiki/spaces/AC/pages/41910826/Course+Blocks+API+Storage+Cache+Requirements
"""

0 comments on commit 83bbc64

Please sign in to comment.