{"id":18802691,"url":"https://github.com/drupalcommerce/commerce-docs","last_synced_at":"2025-04-06T16:14:04.380Z","repository":{"id":37547547,"uuid":"43891971","full_name":"drupalcommerce/commerce-docs","owner":"drupalcommerce","description":"Commerce 2.x documentation","archived":false,"fork":false,"pushed_at":"2024-01-01T04:22:39.000Z","size":92646,"stargazers_count":38,"open_issues_count":114,"forks_count":204,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-03-30T14:11:26.400Z","etag":null,"topics":["documentation","drupal","drupal-commerce"],"latest_commit_sha":null,"homepage":"http://docs.drupalcommerce.org","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drupalcommerce.png","metadata":{"files":{"readme":"README copy.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2015-10-08T13:55:12.000Z","updated_at":"2023-05-01T05:06:27.000Z","dependencies_parsed_at":"2024-11-07T22:42:54.707Z","dependency_job_id":null,"html_url":"https://github.com/drupalcommerce/commerce-docs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drupalcommerce%2Fcommerce-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drupalcommerce%2Fcommerce-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drupalcommerce%2Fcommerce-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drupalcommerce%2Fcommerce-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drupalcommerce","download_url":"https://codeload.github.com/drupalcommerce/commerce-docs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247509237,"owners_count":20950232,"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":["documentation","drupal","drupal-commerce"],"created_at":"2024-11-07T22:29:58.595Z","updated_at":"2025-04-06T16:14:04.350Z","avatar_url":"https://github.com/drupalcommerce.png","language":"PHP","readme":"# ![](https://avatars1.githubusercontent.com/u/8237355?v=2\u0026s=50) Grav\n\n[![SensioLabsInsight](https://insight.sensiolabs.com/projects/cfd20465-d0f8-4a0a-8444-467f5b5f16ad/mini.png)](https://insight.sensiolabs.com/projects/cfd20465-d0f8-4a0a-8444-467f5b5f16ad) [![Slack](https://grav-chat.now.sh/badge.svg)](https://chat.getgrav.org) [![Build Status](https://travis-ci.org/getgrav/grav.svg?branch=develop)](https://travis-ci.org/getgrav/grav) [![OpenCollective](https://opencollective.com/grav/backers/badge.svg)](#backers) [![OpenCollective](https://opencollective.com/grav/sponsors/badge.svg)](#sponsors)\n\nGrav is a **Fast**, **Simple**, and **Flexible**, file-based Web-platform.  There is **Zero** installation required.  Just extract the ZIP archive, and you are already up and running.  It follows similar principles to other flat-file CMS platforms, but has a different design philosophy than most. Grav comes with a powerful **Package Management System** to allow for simple installation and upgrading of plugins and themes, as well as simple updating of Grav itself.\n\nThe underlying architecture of Grav is designed to use well-established and _best-in-class_ technologies to ensure that Grav is simple to use and easy to extend. Some of these key technologies include:\n\n* [Twig Templating](http://twig.sensiolabs.org/): for powerful control of the user interface\n* [Markdown](http://en.wikipedia.org/wiki/Markdown): for easy content creation\n* [YAML](http://yaml.org): for simple configuration\n* [Parsedown](http://parsedown.org/): for fast Markdown and Markdown Extra support\n* [Doctrine Cache](http://doctrine-orm.readthedocs.io/projects/doctrine-orm/en/latest/reference/caching.html): layer for performance\n* [Pimple Dependency Injection Container](http://pimple.sensiolabs.org/): for extensibility and maintainability\n* [Symfony Event Dispatcher](http://symfony.com/doc/current/components/event_dispatcher/introduction.html): for plugin event handling\n* [Symfony Console](http://symfony.com/doc/current/components/console/introduction.html): for CLI interface\n* [Gregwar Image Library](https://github.com/Gregwar/Image): for dynamic image manipulation\n\n# Requirements\n\n- PHP 5.5.9 or higher. Check the [required modules list](https://learn.getgrav.org/basics/requirements#php-requirements)\n- Check the [Apache](https://learn.getgrav.org/basics/requirements#apache-requirements) or [IIS](https://learn.getgrav.org/basics/requirements#iis-requirements) requirements\n\n# QuickStart\n\nThese are the options to get Grav:\n\n### Downloading a Grav Package\n\nYou can download a **ready-built** package from the [Downloads page on https://getgrav.org](https://getgrav.org/downloads)\n\n### With Composer\n\nYou can create a new project with the latest **stable** Grav release with the following command:\n\n```\n$ composer create-project getgrav/grav ~/webroot/grav\n```\n\n### From GitHub\n\n1. Clone the Grav repository from [https://github.com/getgrav/grav]() to a folder in the webroot of your server, e.g. `~/webroot/grav`. Launch a **terminal** or **console** and navigate to the webroot folder:\n   ```\n   $ cd ~/webroot\n   $ git clone https://github.com/getgrav/grav.git\n   ```\n\n2. Install the **plugin** and **theme dependencies** by using the [Grav CLI application](https://learn.getgrav.org/advanced/grav-cli) `bin/grav`:\n   ```\n   $ cd ~/webroot/grav\n   $ bin/grav install\n   ```\n\nCheck out the [install procedures](https://learn.getgrav.org/basics/installation) for more information.\n\n# Adding Functionality\n\nYou can download [plugins](https://getgrav.org/downloads/plugins) or [themes](https://getgrav.org/downloads/themes) manually from the appropriate tab on the [Downloads page on https://getgrav.org](https://getgrav.org/downloads), but the preferred solution is to use the [Grav Package Manager](https://learn.getgrav.org/advanced/grav-gpm) or `GPM`:\n\n```\n$ bin/gpm index\n```\n\nThis will display all the available plugins and then you can install one or more with:\n\n```\n$ bin/gpm install \u003cplugin/theme\u003e\n```\n\n# Updating\n\nTo update Grav you should use the [Grav Package Manager](https://learn.getgrav.org/advanced/grav-gpm) or `GPM`:\n\n```\n$ bin/gpm selfupgrade\n```\n\nTo update plugins and themes:\n\n```\n$ bin/gpm update\n```\n\n\n# Contributing\nWe appreciate any contribution to Grav, whether it is related to bugs, grammar, or simply a suggestion or improvement! Please refer to the [Contributing guide](CONTRIBUTING.md) for more guidance on this topic.\n\n## Security issues\nIf you discover a possible security issue related to Grav or one of its plugins, please send an email to the core team at contact@getgrav.org and we'll address it as soon as possible.\n\n# Getting Started\n\n* [What is Grav?](https://learn.getgrav.org/basics/what-is-grav)\n* [Install](https://learn.getgrav.org/basics/installation) Grav in few seconds\n* Understand the [Configuration](https://learn.getgrav.org/basics/grav-configuration)\n* Take a peek at our available free [Skeletons](https://getgrav.org/downloads/skeletons)\n* If you have questions, jump on our [Slack Room](https://getgrav.org/slack)!\n* Have fun!\n\n# Exploring More\n\n* Have a look at our [Basic Tutorial](https://learn.getgrav.org/basics/basic-tutorial)\n* Dive into more [advanced](https://learn.getgrav.org/advanced) functions\n\n# Backers\nSupport us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/grav#backer)]\n\n\u003ca href=\"https://opencollective.com/grav/backer/0/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/backer/0/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/backer/1/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/backer/1/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/backer/2/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/backer/2/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/backer/3/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/backer/3/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/backer/4/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/backer/4/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/backer/5/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/backer/5/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/backer/6/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/backer/6/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/backer/7/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/backer/7/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/backer/8/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/backer/8/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/backer/9/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/backer/9/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/backer/10/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/backer/10/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/backer/11/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/backer/11/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/backer/12/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/backer/12/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/backer/13/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/backer/13/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/backer/14/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/backer/14/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/backer/15/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/backer/15/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/backer/16/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/backer/16/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/backer/17/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/backer/17/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/backer/18/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/backer/18/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/backer/19/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/backer/19/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/backer/20/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/backer/20/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/backer/21/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/backer/21/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/backer/22/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/backer/22/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/backer/23/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/backer/23/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/backer/24/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/backer/24/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/backer/25/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/backer/25/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/backer/26/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/backer/26/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/backer/27/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/backer/27/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/backer/28/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/backer/28/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/backer/29/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/backer/29/avatar.svg\"\u003e\u003c/a\u003e\n\n\n# Sponsors\nBecome a sponsor and get your logo on our README on Github with a link to your site. [[Become a sponsor](https://opencollective.com/grav#sponsor)]\n\n\u003ca href=\"https://opencollective.com/grav/sponsor/0/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/sponsor/0/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/sponsor/1/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/sponsor/1/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/sponsor/2/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/sponsor/2/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/sponsor/3/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/sponsor/3/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/sponsor/4/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/sponsor/4/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/sponsor/5/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/sponsor/5/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/sponsor/6/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/sponsor/6/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/sponsor/7/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/sponsor/7/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/sponsor/8/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/sponsor/8/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/sponsor/9/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/sponsor/9/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/sponsor/10/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/sponsor/10/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/sponsor/11/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/sponsor/11/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/sponsor/12/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/sponsor/12/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/sponsor/13/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/sponsor/13/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/sponsor/14/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/sponsor/14/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/sponsor/15/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/sponsor/15/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/sponsor/16/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/sponsor/16/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/sponsor/17/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/sponsor/17/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/sponsor/18/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/sponsor/18/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/sponsor/19/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/sponsor/19/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/sponsor/20/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/sponsor/20/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/sponsor/21/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/sponsor/21/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/sponsor/22/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/sponsor/22/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/sponsor/23/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/sponsor/23/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/sponsor/24/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/sponsor/24/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/sponsor/25/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/sponsor/25/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/sponsor/26/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/sponsor/26/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/sponsor/27/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/sponsor/27/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/sponsor/28/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/sponsor/28/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/grav/sponsor/29/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/grav/sponsor/29/avatar.svg\"\u003e\u003c/a\u003e\n\n# License\n\nSee [LICENSE](LICENSE.txt)\n\n\n[gitflow-model]: http://nvie.com/posts/a-successful-git-branching-model/\n[gitflow-extensions]: https://github.com/nvie/gitflow\n\n# Running Tests\n\nFirst install the dev dependencies by running `composer update` from the Grav root.\nThen `composer test` will run the Unit Tests, which should be always executed successfully on any site.\n\nYou can also run a single unit test file, e.g. `composer test tests/unit/Grav/Common/AssetsTest.php`\n","funding_links":["https://opencollective.com/grav","https://opencollective.com/grav/backer/0/website","https://opencollective.com/grav/backer/1/website","https://opencollective.com/grav/backer/2/website","https://opencollective.com/grav/backer/3/website","https://opencollective.com/grav/backer/4/website","https://opencollective.com/grav/backer/5/website","https://opencollective.com/grav/backer/6/website","https://opencollective.com/grav/backer/7/website","https://opencollective.com/grav/backer/8/website","https://opencollective.com/grav/backer/9/website","https://opencollective.com/grav/backer/10/website","https://opencollective.com/grav/backer/11/website","https://opencollective.com/grav/backer/12/website","https://opencollective.com/grav/backer/13/website","https://opencollective.com/grav/backer/14/website","https://opencollective.com/grav/backer/15/website","https://opencollective.com/grav/backer/16/website","https://opencollective.com/grav/backer/17/website","https://opencollective.com/grav/backer/18/website","https://opencollective.com/grav/backer/19/website","https://opencollective.com/grav/backer/20/website","https://opencollective.com/grav/backer/21/website","https://opencollective.com/grav/backer/22/website","https://opencollective.com/grav/backer/23/website","https://opencollective.com/grav/backer/24/website","https://opencollective.com/grav/backer/25/website","https://opencollective.com/grav/backer/26/website","https://opencollective.com/grav/backer/27/website","https://opencollective.com/grav/backer/28/website","https://opencollective.com/grav/backer/29/website"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrupalcommerce%2Fcommerce-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrupalcommerce%2Fcommerce-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrupalcommerce%2Fcommerce-docs/lists"}