PrestaShop / docs

PrestaShop technical documentation
https://devdocs.prestashop-project.org/
Other
120 stars 478 forks source link

[EPIC] Write and adapt developer documentation for v9 #1846

Open MatShir opened 4 months ago

MatShir commented 4 months ago

We need to create the 9.x branch for the developer documentation, and populate it with the v9 added and changed content:

API documentation

Symfony layout

To do: better describe each item, how to organize it, how to integrate it into devdocs

kpodemski commented 2 months ago

Requires a better understanding of the impact:

  1. https://github.com/PrestaShop/PrestaShop/pull/33775
  2. https://github.com/PrestaShop/PrestaShop/pull/33223 - before and after recommendations + improvements for the https://devdocs.prestashop-project.org/9/development/components/context/
  3. Changes to translations may require even more details, especially regarding the usage of a new translation method, possibly adding a way to easily export .xlf for a module, etc. (https://github.com/PrestaShop/PrestaShop/pull/30415, https://github.com/PrestaShop/PrestaShop/pull/31900)
  4. Add to docs about ObjectModel: https://github.com/PrestaShop/PrestaShop/pull/33624

To be continued.

kpodemski commented 2 months ago

Hooks to document:

  1. actionBackOfficeLoginForm
  2. actionEmployeeRequestPasswordResetForm
  3. actionPresentCategory
  4. actionPresentSupplier
  5. actionPresentManufacturer
  6. actionPresentStore
kpodemski commented 1 month ago

Remember about adding Carriers page to the list of migrated pages (behind the feature flag).