docs: Add javadoc for interactions.{services,models,errors}, switch to mvn dokka:dokka.#946
Open
copybara-service[bot] wants to merge 1 commit intomainfrom
Open
docs: Add javadoc for interactions.{services,models,errors}, switch to mvn dokka:dokka.#946copybara-service[bot] wants to merge 1 commit intomainfrom
mvn dokka:dokka.#946copybara-service[bot] wants to merge 1 commit intomainfrom
Conversation
30afb51 to
d8c6c95
Compare
mvn dokka:dokka.
d8c6c95 to
c1deeee
Compare
7c207a1 to
18ee927
Compare
…o `mvn dokka:dokka`. 1. Created packages.md and updated the pom.xml to point to it - This allows Dokka to correctly populate the "Description" column on the main landing page table, which was previously empty for many packages. 2. Marked packages as experimental - Added bold EXPERIMENTAL: tags to the descriptions of all interactions packages in packages.md. 3. Updated Documentation Workflows - .github/workflows/publish-javadoc.yml - chang the command from `mvn dokka:javadoc` to `mvn dokka:dokka`. This switches the public documentation website to Dokka's native HTML format, which correctly handles Markdown and mixed Java/Kotlin sources. - Moved examples-and-javadoc.yml to pre-release tests, and use `run mvn -B -ntp package -DskipTests=true`. this is more inline with how we run releases. PiperOrigin-RevId: 900199054
18ee927 to
6a4c30c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
docs: Add javadoc for interactions.{services,models,errors}, switch to
mvn dokka:dokka.mvn dokka:javadoctomvn dokka:dokka. This switches the public documentation website to Dokka's native HTML format, which correctly handles Markdown and mixed Java/Kotlin sources.run mvn -B -ntp package -DskipTests=true. this is more inline with how we run releases.