Monorepo for Firefox Accounts
Перейти к файлу
dependabot[bot] 1b5c6ba49d
chore(deps): bump sharp from 0.30.6 to 0.30.7
Bumps [sharp](https://github.com/lovell/sharp) from 0.30.6 to 0.30.7.
- [Release notes](https://github.com/lovell/sharp/releases)
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)
- [Commits](https://github.com/lovell/sharp/compare/v0.30.6...v0.30.7)

---
updated-dependencies:
- dependency-name: sharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-06 06:29:48 +00:00
.circleci (test): install playwright for stage and prod env 2022-06-17 11:44:39 -04:00
.github Updated upload-assets-to-cdn workflow to use github context for slack-message variables 2022-06-15 09:27:14 -06:00
.vscode chore(deps): update typescript to 4.5.2 2021-11-18 23:25:28 -08:00
.yarn chore(deps): update yarn to 3.1.1 2021-12-22 15:35:47 -08:00
_dev fix(lint): Add more stylelint rules 2022-06-17 13:19:38 -07:00
_scripts chore(all): run TS compiler as part of test-many job 2022-06-15 08:11:16 -04:00
assets docs(legal): Remove old legal docs directories 2022-06-22 19:49:52 -04:00
docs/adr chore(docs): ADR for disabling squash and merge 2022-04-11 10:10:34 -05:00
packages chore(deps): bump sharp from 0.30.6 to 0.30.7 2022-07-06 06:29:48 +00:00
types
.dockerignore fix(swagger): Copy .ts files into Docker image 2022-04-27 19:55:21 -04:00
.eslintignore feat(auth) - Phaseout mjml auth server (#11482) 2022-01-04 13:12:59 -08:00
.git-blame-ignore-revs
.gitignore feat(css): Add Tailwind to content-server 2022-06-30 18:01:08 -05:00
.nvmrc chore(node): upgrade to node 16 (#10799) 2021-10-22 16:10:22 -07:00
.prettierignore maintenance(admin-panel): Stop formatting auto generated graphql code 2022-03-01 18:05:16 -08:00
.yarnrc.yml chore(deps): update yarn to 3.1.1 2021-12-22 15:35:47 -08:00
AUTHORS Release 1.235.2 2022-06-29 11:58:27 -04:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md chore(fxa): update README and CONTRIBUTING files with fixed links, template instructions, and secrets (#10562) 2021-09-30 12:46:00 -07:00
LICENSE
README.md docs(README): remove duplicate docs 2022-01-07 16:48:18 -08:00
SECURITY.md
package-scripts.js chore(deps): Update fxa-dev-launcher to use esm (#11239) 2021-12-06 10:53:02 -05:00
package.json fix(lint): Add more stylelint rules 2022-06-17 13:19:38 -07:00
release-feature-branch.sh
release.sh feat(services): remove fxa-auth-db-mysql, fxa-email-event-proxy, and fxa-email-service 2022-01-13 16:23:22 -08:00
yarn.lock Merge pull request #13519 from mozilla/FXA-5465-remove-mkdirp-from-profile-server 2022-07-05 15:32:50 -07:00

README.md

pullreminders

Firefox Accounts

The Firefox Accounts (fxa) monorepo

Table of Contents

Getting Started
Contributing
Documentation Documentation for Scripts


Getting Started

Please read our documentation


Contributing

See the separate CONTRIBUTING.md to learn how to contribute.


Documentation

The Firefox Ecosystem Platform serves as a documentation hub for Firefox Accounts and Subscription Platform.


Documentation for Scripts

_scripts/legal-md-to-pdf.sh

Purpose

This bash script converts markdown documents into pdfs. The purpose is to provide an efficient way for Mozilla VPN legal documents to be converted and made available to end-users.

Usage

Pre-requisites: The script requires the following:

To Run:
# from root fxa directory
_scripts/legal-md-to-pdf.sh '/absolute/path/to/legal-docs/'

The script traverses the legal-docs directory looking for localized copies of the Mozilla VPN legal documents. When found, the script converts the document from .md to .pdf and writes it to assets/legal/<document_name>.<locale>.pdf.

Example: directory provided: /Users/test/github/mozilla/legal-docs/ resulting file: assets/legal/<document_name>.<locale>.pdf