-
Couldn't load subscription status.
- Fork 699
Docs: Add screen recordings, fix broken links #845
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Important to note: this is not the final docs PR, that will be #844 where we point all the docs to |
|
Blocked until I can test out these changes on a staged deployment, waiting for Surge credentials |
| "prod:build": "react-static build", | ||
| "prod:serve": "serve -l 3000", | ||
| "prod:deploy": "node scripts/deploy/aws.js", | ||
| "prettier-all": "npx prettier --write '{src,static-config-helpers,static-config-parts,static.config,scripts,lib}/**/*.{js,jsx}'", |
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.
For a future ticket, let's get rid of all npx. It's much better and faster to use our actual deps.
Description
This takes care of the rest of the broken links in our documentation (that I know of 🤔) and fixes the demo presentation we loop over in our lander.
Deployment preview