We have a single
.hmxp project that contains documentation for different parts of one product. For each part, we’ve created a separate section on the website, e.g., https://.../help/platform/, https://.../help/projects/, etc. For publishing, we use
Include options: we have tags like PLATFORM, PROJECTS, etc. We publish articles with different tags into separate folders, then upload them to the repository and deploy the individual sections.
Issue: We currently need to move the Projects section inside the Platform section, and we need the URL to reflect this nesting.
That means:
- In the tree on the website, the Projects section should appear alongside other sections under Platform (so Project articles need to be included in the same tree as Platform).
- When navigating to articles from the Projects section, the URL should show the nested structure: https://.../help/platform/projects/article.html.
How can we achieve this? Is it possible to set up a nested section (folder) in Help + Manual?