You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/09/22 22:39:46 UTC

[GitHub] [incubator-druid] vogievetsky opened a new pull request #8568: fix docs version interpolation

vogievetsky opened a new pull request #8568: fix docs version interpolation
URL: https://github.com/apache/incubator-druid/pull/8568
 
 
   This PR fixed the fact that the `#{DRUIDVERSION}` does not get interpolated in the docusouraus docs. See: https://staging-druid.imply.io/docs/tutorials/index.html
   
   Screenshot:
   
   ![image](https://user-images.githubusercontent.com/177816/65395386-ff2f7a80-dd4e-11e9-805f-c8c2d5af02cd.png)
   
   This is fixed by doing two things:
   
   1. Change `#{DRUIDVERSION}` to `{{DRUIDVERSION}}` because the `#` makes it look like a comment for the bash syntax highlighter
   2. Interpolate `{{DRUIDVERSION}}` as part of the version fixing script
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org