vtlim opened a new pull request, #406:
URL: https://github.com/apache/druid-website-src/pull/406

   Makes the source directory a command line argument, shows the full path of 
the source directory during verification step, and some cleanup.
   
   For an invalid source, the output looks like this
   ```
   $ python do_all_things.py -v 26.0.0
   
   Checking docs source from the following:
   Repo:        '/Users/victorialim/Documents/work_repos/druid'
   Error: Supply a valid path for apache/druid in the '--source' flag
   ```
   
   For a valid source, the output looks like this
   ```
   $ python do_all_things.py -v 26.0.0 --source ../../druid-apache 
   
   Checking docs source from the following:
   Repo:        '/Users/victorialim/Documents/work_repos/druid-apache'
   Branch:      'docusaurus2'
   
   Is the listed docs source correct? (y/n) y
   Is 26.0.0 going to be the highest version available for download? If yes, 
the docs will also be used for 'latest'. (y/n) y
   Also copying the docs to docs/latest.
   Installing Docusaurus 2...
   ```
   


-- 
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