Monorepo for Firefox Accounts
Перейти к файлу
Lauren Zugai cc91e0331c
chore(docs): ADR for disabling squash and merge
Because:
* Squash and merge introduced a few problems and the team prefers to disable the option for now. We can revisit the topic as our processes are improved and the problems laid out can be alleviated through other means.

This commit:
* Adds a new ADR to capture a summary of why squash and merge causes problems for us and why we want to disable it

fixes #11721
2022-04-11 10:10:34 -05:00
.circleci feat(subscriptions): add Firestore based config to plans 2022-03-31 16:52:56 -05:00
.github
.vscode
.yarn
_dev
_scripts
assets
docs/adr chore(docs): ADR for disabling squash and merge 2022-04-11 10:10:34 -05:00
packages Merge pull request #12196 from mozilla/fxa-3900-plans-config 2022-03-31 17:17:34 -05: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
yarn.lock chore(deps-dev): bump @storybook/addon-controls from 6.4.18 to 6.4.19 (#12271) 2022-03-31 12:58:34 -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