Documentation (in-app)
The Documentazione menu inside the PIM (the authenticated app at
/b2b/pim/documentation) is separate from this public developer
portal — it's end-user help, rendered with i18n translation keys and
not exposed publicly.
In-app endpoints
The in-app docs module is read-only and content-driven; there is no REST surface to configure. Adding new sections is a code-only change:
- Add the section slug to the content map in
src/components/pim/docs/DocSectionPage.tsx. - Add the translation keys to
src/lib/i18n/locales/{en,it,sk}.tsunderpages.pim.documentation.*.
Developer docs (this portal)
- Content lives in
content/developers/pim/*.mdx. - The navigation order is set in
content/developers/pim/_sections.ts. - Every MDX file exports a
metadataobject for page title and meta description.