Monorepo for Firefox Accounts
Перейти к файлу
Ben Bangert b87fce05b6
fix: update adr status
Because:

* The ADR was accepted, but status was not updated.

This commit:

* Updates the ADR status to accepted.
2023-03-09 15:06:50 -08:00
.circleci Merge pull request #14955 from mozilla/updates-for-parallel-smoke-tests 2023-03-09 11:30:39 -08:00
.github chore(l10n): point workflow to look at correct folder 2023-02-16 11:24:29 -08:00
.vscode chore(deps): update typescript to 4.5.2 2021-11-18 23:25:28 -08:00
.yarn chore(deps): remove yarn-plugin-relock 2023-03-07 07:39:49 -08:00
_dev bug(CI): Fix nightly CI build 2023-02-17 15:53:07 -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 fix: update adr status 2023-03-09 15:06:50 -08:00
packages Merge pull request #14974 from mozilla/fxa-6883/geodb-location-override 2023-03-09 13:37:13 -08:00
types refactor(auth): convert account to TS and class 2021-05-28 07:29:36 -07:00
.dockerignore fix(docker): pull swagger docs in for customs 2022-07-21 14:05:02 -05:00
.eslintignore feat(auth) - Phaseout mjml auth server (#11482) 2022-01-04 13:12:59 -08:00
.eslintrc task(CI): build, unit test, and integration test jobs 2023-01-10 12:52:01 -08:00
.git-blame-ignore-revs chore(blame): added previous commit to .git-blame-ignore-revs 2020-06-09 16:56:02 +10:00
.gitignore feat(react): Reactify legal, legal/terms, legal/privacy 2023-02-15 13:02:04 -06: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
.slugignore feat(pair): test 2022-08-30 15:33:52 -04:00
.yarnrc.yml chore(deps): remove yarn-plugin-relock 2023-03-07 07:39:49 -08:00
AUTHORS Release 1.250.0 2023-01-18 13:58:29 -05:00
CODE_OF_CONDUCT.md prepare for monorepo 2019-04-01 10:58:37 -07:00
CONTRIBUTING.md Update CONTRIBUTING.md 2023-01-03 13:46:30 -08:00
LICENSE docs(license): Create LICENSE. Fix #5007 2020-04-21 14:37:37 -07:00
README.md Remove pull reminders badge 2022-11-16 11:31:52 -05:00
SECURITY.md task(monorepo): update security.md 2019-10-07 09:55:34 -04:00
package-scripts.js chore(deps): Update fxa-dev-launcher to use esm (#11239) 2021-12-06 10:53:02 -05:00
package.json Merge pull request #14961 from mozilla/dependabot/npm_and_yarn/lint-staged-13.1.2 2023-03-06 07:06:12 -08:00
release-feature-branch.sh fix(release): fix Bugzilla template to filter issues for past two weeks 2021-05-26 16:54:20 -05:00
release.sh chore(build): Point at the Github changelog 2022-07-08 10:10:47 -07:00
yarn.lock Merge pull request #14979 from mozilla/dependabot/npm_and_yarn/app-store-server-api-0.6.0 2023-03-09 07:26:25 -08: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