317brian opened a new pull request, #519:
URL: https://github.com/apache/druid-website-src/pull/519

   Docusaurus 3 uses MDXv3, which is much stricter.
   
   The longstanding way we've done variables is to find/replace 
`{{DRUIDVERSION}}` in the Markdown files. It worked in 2 b/c 2 was less strict. 
3 is stricter and picks them up as Javascript variables that are undefined. 
   
   Instead of making people learn a new way to do variables, this updates the 
copy script so that an escaped version of `\{\{DRUIDVERSION}}` (and variations) 
also get find/replaced
   
   
   We would have to do a find/replace anyway unless we set up the variables to 
match each other in `druid-website-src` and `druid`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to