This is an automated email from the ASF dual-hosted git repository. gerben pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-annotator-website.git
commit b4483d93f9b3d522534188a0b77150059ecb6621 Merge: 407e246 6973523 Author: Gerben <[email protected]> AuthorDate: Sun May 9 13:49:04 2021 +0200 Merge branch 'include-typedoc' into asf-site .eleventy.js | 5 ++ package.json | 6 +- src/_includes/page_footer.hbs | 35 +++++++++ src/_includes/page_header.hbs | 16 ++++ src/_layouts/default.hbs | 40 ++++++++++ src/_layouts/default.liquid | 99 ------------------------ src/_layouts/docs.hbs | 18 +++++ src/docs/getting-started.md | 2 +- src/docs/index.md | 2 +- src/index.html | 91 +--------------------- typedoc_theme/layouts/default.hbs | 38 +++++++++ typedoc_theme/partials/page_footer.hbs | 1 + typedoc_theme/partials/page_header.hbs | 1 + typedoc_theme/partials/typedoc_breadcrumbs.hbs | 12 +++ typedoc_theme/partials/typedoc_h1_title.hbs | 21 +++++ typedoc_theme/partials/typedoc_main_content.hbs | 28 +++++++ typedoc_theme/partials/typedoc_search_widget.hbs | 18 +++++ typedoc_theme/partials/website_default.hbs | 1 + 18 files changed, 243 insertions(+), 191 deletions(-)
