-
Notifications
You must be signed in to change notification settings - Fork 687
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[doc] environment variables documentation #1566
[doc] environment variables documentation #1566
Conversation
This pull request is automatically deployed with Now. Latest deployment for this branch: https://pwa-studio-git-jimothy-environment-variables-documentation.mmansoor.now.sh |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 👍
I think @zetlen said he wanted to take a look at this PR too |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great to me! Thanks for going to the trouble of making this. We'll keep trying to make our code as machine-parseable as possible so you can autogenerate docs like this.
"build-js": "webpack --config webpack.config.js", | ||
"build-production": "npm-run-all -s clean build-js build-css && jekyll build --source src/ --config src/_config.yml,_config-production.yml", | ||
"build-reference-doc-snippets": "node scripts/create-reference-docs", | ||
"build": "npm-run-all -s build:js build:css build:reference-doc-snippets build:compatibility-table build:env-var-definition-doc build:html", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do these scripts have to run in series? If not, there's a way you can simplify this a lot.
Description
/packages/pwa-buildpack/envVarDefinitions.json
fileRelated Issue
Closes #1563
Verification Steps
pwa-devdocs
directory:cd pwa-devdocs
npm run build
src/_includes/auto-generated/buildpack/reference/envVarDefinitions.md
/packages/pwa-buildpack/envVarDefinitions.json
fileNote:
There is no need to run the HTML server since this topic will not be published until the actual buildpack CLI feature is released.
Screenshots / Screen Captures (if appropriate)
n/a
Proposed Labels for Change Type/Package
Checklist: