ai4rei / fxa-accounts

Monorepo for Firefox Accounts (last version with fx_fennec_v1 support)

Home Page:https://mozilla.github.io/ecosystem-platform/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Monorepo for Firefox Accounts (last version with fx_fennec_v1 support)

https://mozilla.github.io/ecosystem-platform/

License:Mozilla Public License 2.0


Languages

Language:JavaScript 70.4%Language:TypeScript 25.5%Language:SCSS 1.3%Language:Mustache 0.9%Language:Fluent 0.8%Language:Shell 0.5%Language:HTML 0.3%Language:Python 0.2%Language:CSS 0.1%Language:Lua 0.1%Language:Handlebars 0.1%Language:Perl 0.0%Language:Makefile 0.0%Language:EJS 0.0%Language:Jinja 0.0%Language:Dockerfile 0.0%Language:Procfile 0.0%