# vavr-docs **Repository Path**: mirrors_vavr-io/vavr-docs ## Basic Information - **Project Name**: vavr-docs - **Description**: Source of https://docs.vavr.io - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README = Vavr Documentation This is the source of the http://docs.vavr.io/[Vavr documentation]. == Performing Updates * Ensure that `GITHUB_USER` and `GITHUB_TOKEN` variables are set in your environment. * Update the version in `gradle.properties`. Please note that the version in the Maven section of `getting_started.adoc` currently has to be updated manually. * Write documentation and test results with `./gradlew asciidoc`. If the Vavr API has changed, some code example tests might fail. * Then `git commit`, `git push` and `./gradlew publishGhPages`