SiyaoIsHiding opened a new pull request, #2054: URL: https://github.com/apache/cassandra-java-driver/pull/2054
Using the tool [mkdocs](https://www.mkdocs.org/) to build our doc. Changes mainly consist of the following parts: 1. Adding `mkdocs.yaml` for configuration, and removing the obsolete`docs.yaml` 2. Symlinks. It's a workaround of the bug that mkdocs does not recognize relevant paths that start with `../` 3. Fixing Javadoc errors in `DefaultDriverOption` and `CqlVector` 4. Plugin goals' configuration in `pom.xml` to aggregate javadocs from multiple modules 5. Build script `build-doc.sh` to generate & aggregate javadoc, move them to under `manual/` path, build doc with `mkdocs`, and then remove the javadoc under `manual/` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

