Monorepo for Firefox Accounts
Перейти к файлу
Dan Schomburg 0cac3548ab
Merge pull request #14546 from mozilla/FXA-6312
task(ci): Enable docker layer caching
2022-11-29 09:05:57 -08:00
.circleci task(ci): Enable docker layer caching 2022-11-28 11:39:03 -08:00
.github
.vscode
.yarn
_dev
_scripts chore(l10n): fix clone script for masOS post-Ventura 2022-11-28 11:22:26 -06:00
assets chore(icon): Add updated Mozilla VPN product icon to CDN 2022-11-23 14:45:54 -05:00
docs/adr
packages Merge pull request #14549 from mozilla/FXA-6372 2022-11-29 10:08:28 -06:00
types
.dockerignore
.eslintignore
.eslintrc
.git-blame-ignore-revs
.gitignore
.nvmrc
.prettierignore
.slugignore
.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
yarn.lock chore(deps-dev): bump @playwright/test from 1.27.1 to 1.28.1 2022-11-28 18:51:14 +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