Monorepo for Firefox Accounts
Перейти к файлу
dependabot[bot] 7df93dbe22
chore(deps): bump @nestjs/config from 2.2.0 to 2.3.1
Bumps [@nestjs/config](https://github.com/nestjs/config) from 2.2.0 to 2.3.1.
- [Release notes](https://github.com/nestjs/config/releases)
- [Changelog](https://github.com/nestjs/config/blob/master/.release-it.json)
- [Commits](https://github.com/nestjs/config/compare/2.2.0...2.3.1)

---
updated-dependencies:
- dependency-name: "@nestjs/config"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-06 07:08:42 +00:00
.circleci Merge pull request #14893 from mozilla/improve-output-in-run-list-parallel 2023-03-02 10:37:39 -08:00
.github chore(l10n): point workflow to look at correct folder 2023-02-16 11:24:29 -08:00
.vscode
.yarn
_dev task(CI): Improvements to caching and startup behaviors 2023-01-30 13:14:13 -08:00
_scripts refactor(fxa-settings): Use global branding file in fxa-settings 2023-02-24 11:06:44 -08:00
assets Latest legal PDFs 2023-01-25 17:26:36 -05:00
docs/adr docs(adr): add structurizr diagrams adr 2023-01-28 08:33:49 -08:00
packages chore(deps): bump @nestjs/config from 2.2.0 to 2.3.1 2023-03-06 07:08:42 +00:00
types
.dockerignore
.eslintignore
.eslintrc task(CI): build, unit test, and integration test jobs 2023-01-10 12:52:01 -08:00
.git-blame-ignore-revs
.gitignore feat(react): Reactify legal, legal/terms, legal/privacy 2023-02-15 13:02:04 -06:00
.nvmrc
.prettierignore
.slugignore
.yarnrc.yml
AUTHORS Release 1.250.0 2023-01-18 13:58:29 -05:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md Update CONTRIBUTING.md 2023-01-03 13:46:30 -08:00
LICENSE
README.md
SECURITY.md
package-scripts.js
package.json chore(deps-dev): bump eslint-plugin-react from 7.31.10 to 7.32.2 2023-03-02 18:34:45 +00:00
release-feature-branch.sh
release.sh
yarn.lock chore(deps): bump @nestjs/config from 2.2.0 to 2.3.1 2023-03-06 07:08:42 +00:00

README.md

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