Skip to content

Add Customization Parameters #20

Open
@PierreEtienneJ

Description

@PierreEtienneJ

Currently, the project provides automated API documentation similar to Sphinx's auto-api.
However, there is limited flexibility in customizing the generated output.

Describe the solution you'd like

To improve customization, I propose introducing two new parameters:

  • rust_root_pages (str, default: "api/crates") Allows users to change the root path for generated pages.
  • rust_enable_auto_pages (bool, default: True) If set to False, prevents automatic page generation.

These parameters will provide users with greater control over how documentation is structured and generated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions