Monorepo for Firefox Accounts
Перейти к файлу
dschom 12779b14ee
bug(CI): test-content-server-remote must not have parameters
Because:
- We cannot add parameters to job triggered through circleci's API

This Commit:
- Removes parameters from the `test-content-server-remote` job
2022-12-22 10:15:55 -08:00
.circleci bug(CI): test-content-server-remote must not have parameters 2022-12-22 10:15:55 -08:00
.github chore(deps): bump actions/stale from 6 to 7 2022-12-21 06:09:35 +00:00
.vscode
.yarn
_dev bug(CI): Fixes the playwright install in the base image used for functional tests. 2022-12-20 12:18:25 -08:00
_scripts bug(CI): test-content-server-remote must not have parameters 2022-12-22 10:15:55 -08:00
assets
docs/adr chore(adr): remove empty file 2022-12-19 16:59:05 -06:00
packages bug(CI): test-content-server-remote must not have parameters 2022-12-22 10:15:55 -08: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 fix(tests): Lower number of content-server test executors and increase instance size 2022-12-20 13:11:41 -05: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