| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This library is used to load docs into the database and provide a schema for the website.
The package is integrated into the date-fns build and release scripts, but if you need to run it manually, use the following instructions:
npm i -D @date-fns/docs@latestnpx typedocenv GOOGLE_APPLICATION_CREDENTIALS="secrets/$APP_ENV/key.json" npx date-fns-docs docs/config.jsReplace $APP_ENV with either staging or production.
When working locally, to upload the docs follow the instructions:
npx typedocenv GOOGLE_APPLICATION_CREDENTIALS="../date-fns/secrets/staging/key.json" npx tsx ./src/bin.ts ../date-fns/docs/config.js --rollbackenv GOOGLE_APPLICATION_CREDENTIALS="../date-fns/secrets/staging/key.json" npx tsx ./src/bin.ts ../date-fns/docs/config.js| Back | FazBrowse Home | New Git URL |