awslabs / aws-crt-cpp

C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
Apache License 2.0
73 stars 64 forks source link

Disable jekyll on gh-pages #608

Closed sfod closed 4 months ago

sfod commented 4 months ago

Resolves 404 errors on the pages starting with underscore in the API docs. A broken link example: https://awslabs.github.io/aws-crt-cpp/_mqtt_types_8h.html

Similar to https://github.com/aws/aws-iot-device-sdk-cpp-v2/pull/701

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.