{"id":39644006,"url":"https://github.com/mozilla/enterprise-admin-reference","last_synced_at":"2026-01-18T09:03:11.725Z","repository":{"id":327479608,"uuid":"1107616138","full_name":"mozilla/enterprise-admin-reference","owner":"mozilla","description":"Admin reference for Firefox as an enterprise browser, including policy documentation and guides.","archived":false,"fork":false,"pushed_at":"2026-01-13T08:46:08.000Z","size":566,"stargazers_count":2,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-13T10:57:08.732Z","etag":null,"topics":["documentation","enterprise","firefox","firefox-esr"],"latest_commit_sha":null,"homepage":"https://mozilla.github.io/enterprise-admin-reference/","language":"MDX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mozilla.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-01T11:36:57.000Z","updated_at":"2026-01-13T08:46:09.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mozilla/enterprise-admin-reference","commit_stats":null,"previous_names":["mozilla/enterprise-admin-reference"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mozilla/enterprise-admin-reference","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fenterprise-admin-reference","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fenterprise-admin-reference/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fenterprise-admin-reference/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fenterprise-admin-reference/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mozilla","download_url":"https://codeload.github.com/mozilla/enterprise-admin-reference/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2Fenterprise-admin-reference/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28534154,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["documentation","enterprise","firefox","firefox-esr"],"created_at":"2026-01-18T09:03:11.639Z","updated_at":"2026-01-18T09:03:11.710Z","avatar_url":"https://github.com/mozilla.png","language":"MDX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Firefox enterprise admin reference\n\nThis project hosts reference documentation for Firefox as an enterprise browser.\n\n## Getting started\n\nNode.js and `npm` are required, for example:\n\n```bash\nnode -v\n# v23.11.1\nnpm -v\n# 11.4.2\n```\n\nThe quickest way to get started is to install dependencies and run in development mode:\n\n```bash\nnpm i \u0026\u0026 npm run dev\n```\n\nFor a full site build, including site search, run `build` then `preview`:\n\n```bash\nnpm run build \u0026\u0026 npm run preview\n```\n\n### Commands\n\nAll commands are run from the root of the project:\n\n| Command                    | Action                                           |\n| :------------------------- | :----------------------------------------------- |\n| `npm install` (or `npm i`) | Installs dependencies                            |\n| `npm run dev`              | Starts local dev server at `localhost:4321`      |\n| `npm run build`            | Build your production site to `./dist/`          |\n| `npm run preview`          | Preview your build locally, before deploying     |\n| `npm run astro ...`        | Run CLI commands like `astro add`, `astro check` |\n| `npm run astro -- --help`  | Get help using the Astro CLI                     |\n\n## Project structure\n\nThe project is built using Starlight.\nStarlight looks for `.md` or `.mdx` files in the `src/content/docs/` directory.\nEach file is exposed as a route based on its file name.\nImages can be added to `src/assets/` and embedded in Markdown with a relative link.\n\nStatic assets, like favicons, can be placed in the `public/` directory.\n\n### Code examples\n\nReusable code snippets can be placed in `src/examples/`.\nTo reuse a snippet like `src/examples/policy.json`, include it in markdown like so:\n\n```mdx\nimport { Code } from \"@astrojs/starlight/components\";\nimport policy from \"/src/examples/policy.json?raw\";\n\nSee my example:\n\n\u003cCode code={policy} lang=\"json\" title=\"policies.json\" /\u003e\n```\n\n## Starlight documentation\n\nSee [Starlight's docs](https://starlight.astro.build/), or read [the Astro documentation](https://docs.astro.build).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmozilla%2Fenterprise-admin-reference","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmozilla%2Fenterprise-admin-reference","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmozilla%2Fenterprise-admin-reference/lists"}