dart-lang / api.dart.dev

Dart API docs
https://api.dart.dev
BSD 3-Clause "New" or "Revised" License
19 stars 17 forks source link

Fix version handling for major versions besides 1, and update README. #66

Closed jcollins-g closed 6 years ago

jcollins-g commented 6 years ago

Fixes #65 and updates the README to reflect current practices for updating App Engine apps.

Verified by adding some debug code. Before the change, debugging code outputs:

build_gcs_path("2.0.0-dev.1.0", "index.html", "dev") -> "/dartlang-api-docs/gen-dartdocs/2.0.0-dev.1.0/index.html" (/base/data/home/apps/s~dartlang-api/v2-redirect-bugfix.404291629345281918/scripts/redirector.py:140)

After the change:

build_gcs_path("2.0.0-dev.1.0", "index.html", "dev") -> "/dartlang-api-docs/gen-dartdocs/dev/2.0.0-dev.1.0/index.html" (/base/data/home/apps/s~dartlang-api/v2-redirect-bugfix.404291682087747046/scripts/redirector.py:140)

Test code running at https://v2-redirect-bugfix-dot-dartlang-api.appspot.com.