This is an automated email from the ASF dual-hosted git repository.
mssun pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-teaclave-website.git.
from 649d08c Start to use vuexpress
new 1a56b1d Add more docs
new 39ccd16 Add Makefile to help build and deploy
new 715da28 Update navigation bar
new 943c128 Update Makefile
The 4 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.yaml | 6 +
.vuepress/config.js | 31 ++-
.vuepress/styles/index.styl | 3 -
.vuepress/theme/LICENSE | 21 ++
.vuepress/theme/components/AlgoliaSearchBox.vue | 170 +++++++++++++++
.vuepress/theme/components/DropdownLink.vue | 230 +++++++++++++++++++++
.vuepress/theme/components/DropdownTransition.vue | 33 +++
.vuepress/theme/components/Home.vue | 184 +++++++++++++++++
.vuepress/theme/components/NavLink.vue | 87 ++++++++
.vuepress/theme/components/NavLinks.vue | 156 ++++++++++++++
.vuepress/theme/components/Navbar.vue | 140 +++++++++++++
.vuepress/theme/components/Page.vue | 31 +++
.vuepress/theme/components/PageEdit.vue | 143 +++++++++++++
.vuepress/theme/components/PageNav.vue | 163 +++++++++++++++
.vuepress/theme/components/Sidebar.vue | 64 ++++++
.vuepress/theme/components/SidebarButton.vue | 40 ++++
.vuepress/theme/components/SidebarGroup.vue | 140 +++++++++++++
.vuepress/theme/components/SidebarLink.vue | 133 ++++++++++++
.vuepress/theme/components/SidebarLinks.vue | 102 +++++++++
.vuepress/theme/global-components/Badge.vue | 44 ++++
.vuepress/theme/index.js | 59 ++++++
.vuepress/theme/layouts/404.vue | 30 +++
.vuepress/theme/layouts/Layout.vue | 151 ++++++++++++++
.vuepress/theme/noopModule.js | 1 +
.vuepress/theme/styles/arrow.styl | 22 ++
.vuepress/theme/styles/code.styl | 137 ++++++++++++
.vuepress/theme/styles/config.styl | 1 +
.vuepress/theme/styles/custom-blocks.styl | 44 ++++
.vuepress/theme/styles/index.styl | 201 ++++++++++++++++++
.vuepress/theme/styles/mobile.styl | 37 ++++
.vuepress/theme/styles/toc.styl | 3 +
.vuepress/theme/styles/wrapper.styl | 9 +
.vuepress/theme/util/index.js | 240 ++++++++++++++++++++++
Makefile | 12 ++
index.md | 3 -
35 files changed, 2863 insertions(+), 8 deletions(-)
create mode 100644 .asf.yaml
delete mode 100644 .vuepress/styles/index.styl
create mode 100644 .vuepress/theme/LICENSE
create mode 100644 .vuepress/theme/components/AlgoliaSearchBox.vue
create mode 100644 .vuepress/theme/components/DropdownLink.vue
create mode 100644 .vuepress/theme/components/DropdownTransition.vue
create mode 100644 .vuepress/theme/components/Home.vue
create mode 100644 .vuepress/theme/components/NavLink.vue
create mode 100644 .vuepress/theme/components/NavLinks.vue
create mode 100644 .vuepress/theme/components/Navbar.vue
create mode 100644 .vuepress/theme/components/Page.vue
create mode 100644 .vuepress/theme/components/PageEdit.vue
create mode 100644 .vuepress/theme/components/PageNav.vue
create mode 100644 .vuepress/theme/components/Sidebar.vue
create mode 100644 .vuepress/theme/components/SidebarButton.vue
create mode 100644 .vuepress/theme/components/SidebarGroup.vue
create mode 100644 .vuepress/theme/components/SidebarLink.vue
create mode 100644 .vuepress/theme/components/SidebarLinks.vue
create mode 100644 .vuepress/theme/global-components/Badge.vue
create mode 100644 .vuepress/theme/index.js
create mode 100644 .vuepress/theme/layouts/404.vue
create mode 100644 .vuepress/theme/layouts/Layout.vue
create mode 100644 .vuepress/theme/noopModule.js
create mode 100644 .vuepress/theme/styles/arrow.styl
create mode 100644 .vuepress/theme/styles/code.styl
create mode 100644 .vuepress/theme/styles/config.styl
create mode 100644 .vuepress/theme/styles/custom-blocks.styl
create mode 100644 .vuepress/theme/styles/index.styl
create mode 100644 .vuepress/theme/styles/mobile.styl
create mode 100644 .vuepress/theme/styles/toc.styl
create mode 100644 .vuepress/theme/styles/wrapper.styl
create mode 100644 .vuepress/theme/util/index.js
create mode 100644 Makefile
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]