This is an automated email from the ASF dual-hosted git repository.
gerben pushed a change to branch asf-site
in repository
https://gitbox.apache.org/repos/asf/incubator-annotator-website.git.
from acd3441 Fix shell syntax highlighting
new ab5ef68 Add missing dependency
new 4c7f6d7 Fixes & updates
new 0e52fd5 Warn that docs are for v0.2, show npm dev tag
new 7007fd7 Build the website content
new 89767bc Add .asf.yml
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.asf.yml | 2 +
annotator | 2 +-
content/demo/main.js | 120 ++++++++++--
content/docs/api/assets/js/search.js | 2 +-
content/docs/api/index.html | 12 ++
content/docs/api/interfaces/selector.chunk.html | 12 ++
content/docs/api/interfaces/selector.chunker.html | 12 ++
.../docs/api/interfaces/selector.chunkrange.html | 12 ++
.../docs/api/interfaces/selector.cssselector.html | 12 ++
.../selector.describetextquoteoptions.html | 12 ++
content/docs/api/interfaces/selector.matcher.html | 12 ++
.../api/interfaces/selector.rangeselector.html | 12 ++
.../docs/api/interfaces/selector.selector-1.html | 12 ++
.../interfaces/selector.textpositionselector.html | 12 ++
.../api/interfaces/selector.textquoteselector.html | 12 ++
content/docs/api/modules/dom.html | 212 ++++++++++++++-------
content/docs/api/modules/selector.html | 12 ++
content/docs/develop/index.html | 24 ++-
content/docs/getting-started/index.html | 78 +++-----
content/docs/index.html | 27 ++-
content/index.html | 10 +
package.json | 1 +
src/_includes/docs_nav.hbs | 2 +
src/docs/develop.md | 2 +-
src/docs/getting-started.md | 20 +-
src/docs/index.md | 24 +--
yarn.lock | 92 ++++++++-
27 files changed, 580 insertions(+), 182 deletions(-)
create mode 100644 .asf.yml