{"id":28438493,"url":"https://github.com/shopware/developer-portal","last_synced_at":"2025-06-28T17:30:52.393Z","repository":{"id":65483677,"uuid":"563429368","full_name":"shopware/developer-portal","owner":"shopware","description":"Home page for developers","archived":false,"fork":false,"pushed_at":"2025-06-18T18:09:38.000Z","size":33024,"stargazers_count":10,"open_issues_count":12,"forks_count":7,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-06-18T19:25:05.257Z","etag":null,"topics":["docs"],"latest_commit_sha":null,"homepage":"https://developer.shopware.com","language":"TypeScript","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/shopware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-11-08T15:40:36.000Z","updated_at":"2025-06-18T18:09:42.000Z","dependencies_parsed_at":"2023-02-14T06:45:22.749Z","dependency_job_id":"1efd74a3-cf58-4613-8bbf-349421cffd29","html_url":"https://github.com/shopware/developer-portal","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shopware/developer-portal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shopware%2Fdeveloper-portal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shopware%2Fdeveloper-portal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shopware%2Fdeveloper-portal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shopware%2Fdeveloper-portal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shopware","download_url":"https://codeload.github.com/shopware/developer-portal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shopware%2Fdeveloper-portal/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262468479,"owners_count":23316123,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["docs"],"created_at":"2025-06-06T01:07:32.904Z","updated_at":"2025-06-28T17:30:52.387Z","avatar_url":"https://github.com/shopware.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shopware Developer Portal\n\n[![Build and deploy](https://github.com/shopware/developer-portal/actions/workflows/checkout-test-build-deploy.yml/badge.svg)](https://github.com/shopware/developer-portal/actions/workflows/checkout-test-build-deploy.yml)\n[![Issues](https://img.shields.io/github/issues/shopware/developer-portal)](https://github.com/shopware/developer-portal/issues)\n[![Pull Requests](https://img.shields.io/github/issues-pr/shopware/developer-portal)](https://github.com/shopware/developer-portal/pull-requests)\n[![Website](https://img.shields.io/website?url=https%3A%2F%2Fdeveloper.shopware.com)](https://developer.shopware.com)\n[![License](https://img.shields.io/github/license/shopware/developer-portal)](https://github.com/shopware/developer-portal)\n[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?machine=basicLinux32gb\u0026repo=563429368\u0026ref=main\u0026devcontainer_path=.devcontainer%2Fdevcontainer.json\u0026location=WestEurope)\n\n_**Team DX is serving the teams to provide documentation to our customers.**_\n\nShopware has its history of creating and maintaining self-build and self-hosted documentations, which went wild after\nthe initial deployment, because there was no dedicated \"owner\" who directly maintained the docs and fixed bugs etc.\n\nWe want to make it easy for everyone to set up and maintain / preview / deploy the new documentation and have a\ndedicated \"ownership\" so people have less to worry about. Ultimately - we want the majority of teams to adopt that\napproach, not being force into. :slightly_smiling_face:\n\nThis repository:\n\n- **provides Shopware Docs CLI** (`./docs-cli.cjs`) for embedding, previewing and managing embedded resources\n- **reuses our official Vitepress-based\n  template**\n  [`shopware/developer-documentation-vitepress`](https://github.com/shopware/developer-documentation-vitepress)\n- **embeds static files** from a dedicated `docs` folder (source) in sub-repositories/projects to\n  the `src/\u003cmount-point\u003e`\n  folder (destination) in this repository:\n    - [shopware/docs](https://github.com/shopware/docs)\n    - [shopware/frontends](https://github.com/shopware/frontends)\n    - [shopware/meteor](https://github.com/shopware/meteor)\n    - [shopware/release-notes](https://github.com/shopware/release-notes)\n    - [shopware/store-api-reference](https://github.com/shopware/store-api-reference)\n    - [shopware/admin-api-reference](https://github.com/shopware/admin-api-reference)\n- **has a single deployment workflow** with the build being served from a single\n  domain - [Developer Portal](https://developer.shopware.com)\n\n_Note: This repository does not include layouts, templates and other components - these are provided by the\n`developer-documentation-vitepress`._\n\n# Setup\n\nSee [QUICK START](./QUICK-START.md) for more info on how to start using Developer Portal, including some basic examples\non how to embed and manage docs repos, and preview the dev and prod builds.\n\nFor a ready-to-code example, see [DevContainer](./DEV-CONTAINER.md) powered by GitHub Codespaces, VSCode Dev Container \nor similar solution.\n\n# Table of contents\n\n| Section                                                                                                    | Description                                                                               |\n|------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------|\n| [Quick start](./QUICK-START.md)                                                                            | Set up your local Developer portal instance and start using CLI                           |\n| [CLI](https://github.com/shopware/developer-documentation-vitepress/blob/main/CLI.md)                      | In-depth description for all features provided by the Shopware Docs CLI                   |\n| [Features](./FEATURES.md)                                                                                  | In-depth description for all features provided by the`developer-documentation-vitepres`   |\n| [Features (external)](https://github.com/shopware/developer-documentation-vitepress/blob/main/FEATURES.md) | In-depth description for all features provided by the `developer-documentation-vitepress` |\n| [Tests](./TESTS.md)                                                                                        | Walkthrough for tests                                                                     |\n| [FAQ](./FAQ.md)                                                                                            | Frequently asked questions                                                                |\n| [DevContainer](./DEV-CONTAINER.md)                                                                         | Using Shopware Docs with DevContainer                                                     |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshopware%2Fdeveloper-portal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshopware%2Fdeveloper-portal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshopware%2Fdeveloper-portal/lists"}