Skip to content

Conversation

@adiati98
Copy link
Contributor

Description

This PR adds build-docs file to the commands/web folder to use ddev build-docs to build the HTML.

How to test

  1. Pull this PR to your local.
  2. Run ddev start.
  3. Run ddev build-docs. It builds the docs.

As comparison:

  1. In your terminal, navigate to the default 5.x branch.

  2. Run ddev start.

  3. Run ddev build-docs. You should see below error message:

    Error: unknown command "build-docs" for "ddev"
    Run 'ddev --help' for usage.
  4. Run ddev exec make html. It builds the docs.

Linked issue

Closes #270

Screenshots or screen recordings

@adiati98 adiati98 requested a review from a team as a code owner September 19, 2025 06:53
@adiati98 adiati98 requested review from favour-chibueze and removed request for a team September 19, 2025 06:53
@RCheesley RCheesley merged commit a7d030e into mautic:5.x Sep 30, 2025
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEAT]: Add ddev build-docs command

2 participants