Open whesse opened 9 years ago
This site is using docgen to generate the documentation, but docgen has been replaced with dartdoc. Dartdoc has different command line options, and may create the documentation in a different format as well.
A temporary fix is to change the config.json file loaded by the client builder to fetch 1.12 stable instead of the most recent dev version. There is a also a fetch_dart_sdk function in the demon startup script, that should be changed too. The address of the stable SDK is http://storage.googleapis.com/dart-archive/channels/stable/release/1.12.1/sdk/dartsdk-linux-x64-release.zip
@sethladd
This site is using docgen to generate the documentation, but docgen has been replaced with dartdoc. Dartdoc has different command line options, and may create the documentation in a different format as well.
A temporary fix is to change the config.json file loaded by the client builder to fetch 1.12 stable instead of the most recent dev version. There is a also a fetch_dart_sdk function in the demon startup script, that should be changed too. The address of the stable SDK is http://storage.googleapis.com/dart-archive/channels/stable/release/1.12.1/sdk/dartsdk-linux-x64-release.zip
@sethladd