Skip to content

feat(docs): publish protobuf to refdocs#9126

Open
bshaffer wants to merge 12 commits into
mainfrom
add-protobuf-to-refdocs
Open

feat(docs): publish protobuf to refdocs#9126
bshaffer wants to merge 12 commits into
mainfrom
add-protobuf-to-refdocs

Conversation

@bshaffer
Copy link
Copy Markdown
Contributor

@bshaffer bshaffer commented Apr 21, 2026

fixes #9118

TODO

  • Try to fix the broken references in Google\Protobuf\Any instead of hiding them
    • Fixed by checking out the RC release of protobuf v5.35.0, the broken references are fixed in that version.
  • [BLOCKED] Remove the minimum-stability and raise the minimum version to v5.35.0 once is released.
Generating documentation for protobuf
Running phpdoc to generate structure.xml... Done.
Writing output to protobuf-out... Broken xref in \Google\Protobuf\Any: empty
Broken xref in \Google\Protobuf\Any::getTypeUrl(): empty
Broken xref in \Google\Protobuf\Any::setTypeUrl(): empty

@bshaffer bshaffer requested a review from a team as a code owner April 21, 2026 18:55
Comment thread composer.json Outdated
@bshaffer bshaffer force-pushed the add-protobuf-to-refdocs branch from 08fb2e7 to 82a3b68 Compare May 29, 2026 17:08
@bshaffer bshaffer marked this pull request as ready for review May 29, 2026 17:10
@bshaffer bshaffer added the next release PRs to be included in the next release label May 29, 2026
Comment thread .kokoro/docs/publish.sh Outdated
@bshaffer
Copy link
Copy Markdown
Contributor Author

bshaffer commented Jun 1, 2026

Tests are failing because Protobuf 5.x requires PHP 8.2 and we are running our docs pipeline on PHP 8.1. We will need to update the containers on our backend which deploy our documentation before we can make this change

@bshaffer bshaffer added do not merge Indicates a pull request not ready for merge, due to either quality or timing. and removed next release PRs to be included in the next release labels Jun 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do not merge Indicates a pull request not ready for merge, due to either quality or timing.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add google/protobuf to reference documentation

1 participant