Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 23, 2025

Updates documentation site for GraphQL Java 25.0 release, maintaining only master and latest versioned docs per repository policy.

Changes

  • Created v25 documentation via yarn run docusaurus docs:version v25
  • Updated version references to 25.0 in documentation/getting-started.mdx (Maven/Gradle examples)
  • Updated configuration lastVersion: "v25" in docusaurus.config.js
  • Removed v24 documentation (directory, sidebars, versions.json entry) to maintain master + 1 version policy

Result

Documentation now serves:

  • /documentation/master - development version (25.0)
  • /documentation/ - latest stable (v25, 25.0)
<dependency>
    <groupId>com.graphql-java</groupId>
    <artifactId>graphql-java</artifactId>
    <version>25.0</version>
</dependency>
Original prompt

can you read the readme in this repo. what i want to do is upload to a major version of graphql java, this time being 25.0. can you run the docusaurus command to create a new version, can you update the master version's numbers to 25.0, and remove one older version of the docs so we only show master, latest, a 1 version behind worth of documentation.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: dondonz <13839920+dondonz@users.noreply.github.com>
Copilot AI changed the title [WIP] Update documentation for GraphQL Java to version 25.0 Upgrade documentation to GraphQL Java 25.0 Nov 23, 2025
Copilot AI requested a review from dondonz November 23, 2025 05:59
@dondonz dondonz marked this pull request as ready for review November 23, 2025 06:13
@dondonz dondonz merged commit 93efb0d into master Nov 23, 2025
@dondonz dondonz deleted the copilot/update-graphql-java-version-25 branch November 23, 2025 06:13
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.

2 participants