You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 14, 2021. It is now read-only.
Merge pull request #13 from chalin/chalin-new-sync-all-option-0604
feat(dart_doc_syncer): sync selected projects and other improvements
+ Fatal errors from git commands are now reported (rather than ignored).
docsync.json "schema" and SyncData class have changed:
name is now taken to represent the example folder name; e.g., 'architecture'; it is omitted from the data file since its value can be derived.
+ Added title, e.g. 'Architecture Overview'.
+ Added docPart, e.g. 'guide' (from 'guide/architecture').
docHref and liveExampleHref can now be relative URIs.
+ By default gh-pages not built unless there our source changes (this makes processing all examples much quicker); use --force-build to change this default behavior.
+ New command-line flags (see command help for details):
+ An ng.io branch other than master can be specified.
--keep-tmp, --no-push, --force-build
+ Tmp directory is set to ~/tmp or /tmp if possible, otherwise fallback to script bin folder.
+ Dry-run no longer forces verbosity.
+ Updates to README.md file generation.
0 commit comments