{"id":13617846,"url":"https://github.com/PrestaShop/docs","last_synced_at":"2025-04-14T06:36:00.471Z","repository":{"id":37396934,"uuid":"55243300","full_name":"PrestaShop/docs","owner":"PrestaShop","description":"PrestaShop technical documentation","archived":false,"fork":false,"pushed_at":"2025-04-12T01:55:05.000Z","size":61145,"stargazers_count":125,"open_issues_count":141,"forks_count":493,"subscribers_count":43,"default_branch":"8.x","last_synced_at":"2025-04-14T06:00:20.374Z","etag":null,"topics":["developer-documentation","documentation","hacktoberfest","service"],"latest_commit_sha":null,"homepage":"https://devdocs.prestashop-project.org/","language":"Scala","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/PrestaShop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2016-04-01T15:40:38.000Z","updated_at":"2025-04-11T08:56:44.000Z","dependencies_parsed_at":"2023-10-11T19:59:41.813Z","dependency_job_id":"5443a521-f43f-4c82-b861-49114d0602f0","html_url":"https://github.com/PrestaShop/docs","commit_stats":{"total_commits":2945,"total_committers":268,"mean_commits":"10.988805970149254","dds":0.8950764006791172,"last_synced_commit":"c5adfbd9c706de38b32044ffe66677702343f3d7"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrestaShop%2Fdocs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrestaShop%2Fdocs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrestaShop%2Fdocs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrestaShop%2Fdocs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PrestaShop","download_url":"https://codeload.github.com/PrestaShop/docs/tar.gz/refs/heads/8.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248830404,"owners_count":21168272,"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":["developer-documentation","documentation","hacktoberfest","service"],"created_at":"2024-08-01T20:01:49.169Z","updated_at":"2025-04-14T06:36:00.413Z","avatar_url":"https://github.com/PrestaShop.png","language":"Scala","readme":"# PrestaShop Technical Documentation\n\n[![Build](https://github.com/PrestaShop/docs/actions/workflows/build.yml/badge.svg)](https://github.com/PrestaShop/docs/actions/workflows/build.yml)\n[![DevDocs Site update](https://github.com/PrestaShop/docs/actions/workflows/update-site.yml/badge.svg)](https://github.com/PrestaShop/docs/actions/workflows/update-site.yml)\n\nThis documentation is available at [https://devdocs.prestashop-project.org/](https://devdocs.prestashop-project.org/)\n\n## Contributing\n\nContributions are more than welcome! [Find out how](https://devdocs.prestashop-project.org/8/contribute/documentation/how/).\n\n\u003e [!NOTE]\n\u003e This repository has specific contribution rules, please [read them](https://github.com/PrestaShop/docs/blob/8.x/.github/CONTRIBUTION_PROCESS.md).\n\n## Rendering the site locally\n\nSee https://github.com/PrestaShop/devdocs-site/\n\n## Deployment\n\nThe deployment pipeline is documented on the [sources repository for DevDocs](https://github.com/PrestaShop/devdocs-site).\n\n## License\n\nContent from this documentation is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/).\n\n## Maintaining Hook list referential\n\nA complete referential of hook and informations on each hook is located in `modules/concepts/hooks/list-of-hooks/`. \n\nThis referential can be generated with a script, crawling all: \n\n- PrestaShop (core) codebase\n- all native modules\n- all native themes\n\nIn the documentation, a hook is described in yaml format: \n\n```yaml\n---\nTitle: string #name of the hook\nhidden: boolean[true] #must be true\nhookTitle: string #title for the description\ndescription: string #description sentence\norigin: string #core, module or theme\nfiles:\n    -\n        theme: string #theme name only if origin=theme\n        module: string #module name only if origin=module\n        url: string #url of the file on github\n        file: string #path of the file\nlocations:\n    - string #back office, front office or both\ntype: string #action or display\nhookAliases:\n    - string #old hook name or alias\narray_return: boolean #true or false if the hook has an `$array_return` parameter set to `true`\ncheck_exceptions: boolean #true or false if the hook has a `$check_exceptions` parameter set to `false`\nchain: boolean #true or false if the hook has a `$chain` parameter set to `true` \n---\n```\n\nThis YAML structure enables the shortcode `hookDescriptor` to generate an HTML page with condensed information for documentation, and allows the search script to search within this metadata.\n\nNext, add the shortcode in the page's content: \n\n```\n{{% hookDescriptor %}}\n```\n\nFinally, if available, add a section with a code example and parameters details: \n\n```\n## Parameters details\n[...]\n\n## Call of the Hook in the origin file\n[...]\n```","funding_links":[],"categories":["Scala"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPrestaShop%2Fdocs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPrestaShop%2Fdocs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPrestaShop%2Fdocs/lists"}