Monorepo for Firefox Accounts
Перейти к файлу
dependabot[bot] 9f8f38c713
chore(deps): bump @google-cloud/pubsub from 2.18.4 to 2.19.4
Bumps [@google-cloud/pubsub](https://github.com/googleapis/nodejs-pubsub) from 2.18.4 to 2.19.4.
- [Release notes](https://github.com/googleapis/nodejs-pubsub/releases)
- [Changelog](https://github.com/googleapis/nodejs-pubsub/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-pubsub/compare/v2.18.4...v2.19.4)

---
updated-dependencies:
- dependency-name: "@google-cloud/pubsub"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-14 06:23:38 +00:00
.circleci
.github
.vscode
.yarn
_dev
_scripts
assets
docs/adr
packages chore(deps): bump @google-cloud/pubsub from 2.18.4 to 2.19.4 2022-07-14 06:23:38 +00:00
types
.dockerignore
.eslintignore
.git-blame-ignore-revs
.gitignore
.nvmrc
.prettierignore
.yarnrc.yml
AUTHORS
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
package-scripts.js
package.json
release-feature-branch.sh
release.sh Merge pull request #13572 from mozilla/FXA-5496-stop-generating-changelogs-in-our-release-script 2022-07-11 16:20:36 -07:00
yarn.lock Merge pull request #13618 from mozilla/dependabot/npm_and_yarn/i18n-iso-countries-7.5.0 2022-07-13 10:32:54 -05: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