You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docusaurus provides a method for non pre-formatted blocks, but code-blocks can't inject version variable data, find a method of syncing versions data to code blocks too.
Docusaurus provides a method for non pre-formatted blocks, but code-blocks can't inject version variable data, find a method of syncing versions data to code blocks too.
See @ajhunyady for existing POC, but basically values can be imported to mdx files w/ https://docusaurus.io/docs/markdown-features/react#importing-code-snippets
import Versions from '@site/embeds/versions
e.g in the mdx:
The text was updated successfully, but these errors were encountered: