Documentation Hub for Firefox Accounts, Sync Client Integrations and More
Перейти к файлу
Lisa Chan 74e6d59a77
Merge pull request #608 from mozilla/update_strapi_docs
chore(docs): Update Strapi - Getting Started
2024-11-05 16:28:21 -05:00
.circleci
.devcontainer
.github
architecture-diagrams
docs chore(docs): Update Strapi - Getting Started 2024-11-05 16:26:55 -05:00
src/css
static
.dockerignore
.gitignore
.nvmrc
CODE_OF_CONDUCT.md
CONTRIBUTING.md
PR_TEMPLATE.md
README.md
api-customs.json
api-gql.gql
api-swagger.json New API definitions 2024-10-31 08:07:33 +00:00
babel.config.js
compose.yaml
docusaurus.config.js
package.json actually upgrade mermaid 2024-10-24 09:52:47 -07:00
sidebars.js
tsconfig.json
yarn.lock Merge pull request #601 from mozilla/dependabot/npm_and_yarn/http-proxy-middleware-2.0.7 2024-10-24 12:51:21 -07:00

README.md

Firefox Ecosystem Platform Docs

This repo hosts the source code and tooling for the Firefox Ecosystem Platform documentation portal.

Scope and Target Audience

The docs in this repository are intended for engineers, designers or product managers working on applications in the Firefox Ecosystem.

Our aim is to help them understand how and why to incorporate Account-related features into their application, in a way that makes the Firefox family of products feel like a cohesive cross-app and cross-device experience for users.

Working on the Docs

Our documentation is organized following a Divio strategy. If you modify these docs please use that structure.

The site is build using Docusaurus and is automatically deployed from master to GitHub Pages using CircleCI. To build and run it locally you can:

$> yarn install
$> yarn start

That should open a new browser window automatically, or you can manually browse to http://localhost:3333/ecosystem-platform/ to view the docs.