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.
feat(dart_doc_syncer): sync selected projects and other improvements
While maintain the ability to sync a single project by name,
this commit obviates the need to maintain a list of examples to sync.
Now dart_doc_syncer considers any example project with
a doc syncer data file (`.docsync.json`) as a potential candidate for
syncing.
Multiple projects can be synced at a time by use of
the `--match <path-regexp>` command-line option.
Other changes:
- Dry-run no longer forces verbosity.
- Updates to README.md file generation.
- docsync.json "schema" has 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.
- New command-line flags (see command help for details):
- An ng.io branch other than master can be specified.
- `--keep-tmp`, `--no-push`.
- Tmp directory is set to ~/tmp if it exists instead of the script bin
folder.
Note, the behavior of `sync_add` has not be changed.
0 commit comments