Monorepo for Firefox Accounts
Перейти к файлу
Ben Bangert 09be718d28
Release 1.233.0
2022-05-25 12:23:03 -07:00
.circleci Merge pull request #12274 from mozilla/create-login-subscription-test 2022-04-05 14:25:26 -04:00
.github fix(ci): Interpolate Slack message correctly 2022-05-19 13:15:50 -04:00
.vscode
.yarn
_dev chore(build): switch to python3 in builder docker deps 2022-05-18 16:34:39 -05:00
_scripts add mdn plus legal docs (#11955) 2022-02-16 09:36:55 -06:00
assets chore(assets) Upload temp VPN/Relay bundle assets 2022-05-18 13:10:10 -04:00
docs/adr chore(docs): ADR for disabling squash and merge 2022-04-11 10:10:34 -05:00
packages Release 1.233.0 2022-05-25 12:23:03 -07:00
types
.dockerignore fix(swagger): Copy .ts files into Docker image 2022-04-27 19:55:21 -04:00
.eslintignore
.git-blame-ignore-revs
.gitignore fix(admin-server): Fix broken build command 2022-05-24 15:56:30 -07:00
.nvmrc
.prettierignore maintenance(admin-panel): Stop formatting auto generated graphql code 2022-03-01 18:05:16 -08:00
.yarnrc.yml
AUTHORS Release 1.233.0 2022-05-25 12:23:03 -07:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
package-scripts.js
package.json chore(yarn): fix yarn ports 2022-04-21 08:47:21 -05:00
release-feature-branch.sh
release.sh
yarn.lock feat(auth): create Apple notification handler 2022-05-25 14:31:02 -04: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