Skip to content

Excluding sections pages from PDF Documentation

Dimitar Nikolov edited this page Apr 3, 2026 · 1 revision

Sections and/or pages can be excluded from the PDF documentation through the docs-builder.yml file. For example:

  wrd-user-guide:
    position: 12
    title: "Web Designer - User Guide"
    pdfHidden: true

Currently, only the API is excluded:

  api:
    position: 300
    title: "API Reference"
    pdfHidden: true

Clone this wiki locally