This is an automated email from the ASF dual-hosted git repository.

mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 26d63c5  Move souces into the site dir to avoid conflict with README.md
26d63c5 is described below

commit 26d63c521e68f4182ef17673b364d0c429130243
Author: Mingshen Sun <[email protected]>
AuthorDate: Tue May 19 21:57:02 2020 -0700

    Move souces into the site dir to avoid conflict with README.md
---
 {.vuepress => site/.vuepress}/config.js                               | 0
 {.vuepress => site/.vuepress}/theme/LICENSE                           | 0
 {.vuepress => site/.vuepress}/theme/components/AlgoliaSearchBox.vue   | 0
 {.vuepress => site/.vuepress}/theme/components/DropdownLink.vue       | 0
 {.vuepress => site/.vuepress}/theme/components/DropdownTransition.vue | 0
 {.vuepress => site/.vuepress}/theme/components/Home.vue               | 0
 {.vuepress => site/.vuepress}/theme/components/NavLink.vue            | 0
 {.vuepress => site/.vuepress}/theme/components/NavLinks.vue           | 0
 {.vuepress => site/.vuepress}/theme/components/Navbar.vue             | 0
 {.vuepress => site/.vuepress}/theme/components/Page.vue               | 0
 {.vuepress => site/.vuepress}/theme/components/PageEdit.vue           | 0
 {.vuepress => site/.vuepress}/theme/components/PageNav.vue            | 0
 {.vuepress => site/.vuepress}/theme/components/Sidebar.vue            | 0
 {.vuepress => site/.vuepress}/theme/components/SidebarButton.vue      | 0
 {.vuepress => site/.vuepress}/theme/components/SidebarGroup.vue       | 0
 {.vuepress => site/.vuepress}/theme/components/SidebarLink.vue        | 0
 {.vuepress => site/.vuepress}/theme/components/SidebarLinks.vue       | 0
 {.vuepress => site/.vuepress}/theme/global-components/Badge.vue       | 0
 {.vuepress => site/.vuepress}/theme/index.js                          | 0
 {.vuepress => site/.vuepress}/theme/layouts/404.vue                   | 0
 {.vuepress => site/.vuepress}/theme/layouts/Layout.vue                | 0
 {.vuepress => site/.vuepress}/theme/noopModule.js                     | 0
 {.vuepress => site/.vuepress}/theme/styles/arrow.styl                 | 0
 {.vuepress => site/.vuepress}/theme/styles/code.styl                  | 0
 {.vuepress => site/.vuepress}/theme/styles/config.styl                | 0
 {.vuepress => site/.vuepress}/theme/styles/custom-blocks.styl         | 0
 {.vuepress => site/.vuepress}/theme/styles/index.styl                 | 0
 {.vuepress => site/.vuepress}/theme/styles/mobile.styl                | 0
 {.vuepress => site/.vuepress}/theme/styles/toc.styl                   | 0
 {.vuepress => site/.vuepress}/theme/styles/wrapper.styl               | 0
 {.vuepress => site/.vuepress}/theme/util/index.js                     | 0
 Makefile => site/Makefile                                             | 2 +-
 index.md => site/index.md                                             | 0
 package.json => site/package.json                                     | 0
 yarn.lock => site/yarn.lock                                           | 0
 35 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/.vuepress/config.js b/site/.vuepress/config.js
similarity index 100%
rename from .vuepress/config.js
rename to site/.vuepress/config.js
diff --git a/.vuepress/theme/LICENSE b/site/.vuepress/theme/LICENSE
similarity index 100%
rename from .vuepress/theme/LICENSE
rename to site/.vuepress/theme/LICENSE
diff --git a/.vuepress/theme/components/AlgoliaSearchBox.vue 
b/site/.vuepress/theme/components/AlgoliaSearchBox.vue
similarity index 100%
rename from .vuepress/theme/components/AlgoliaSearchBox.vue
rename to site/.vuepress/theme/components/AlgoliaSearchBox.vue
diff --git a/.vuepress/theme/components/DropdownLink.vue 
b/site/.vuepress/theme/components/DropdownLink.vue
similarity index 100%
rename from .vuepress/theme/components/DropdownLink.vue
rename to site/.vuepress/theme/components/DropdownLink.vue
diff --git a/.vuepress/theme/components/DropdownTransition.vue 
b/site/.vuepress/theme/components/DropdownTransition.vue
similarity index 100%
rename from .vuepress/theme/components/DropdownTransition.vue
rename to site/.vuepress/theme/components/DropdownTransition.vue
diff --git a/.vuepress/theme/components/Home.vue 
b/site/.vuepress/theme/components/Home.vue
similarity index 100%
rename from .vuepress/theme/components/Home.vue
rename to site/.vuepress/theme/components/Home.vue
diff --git a/.vuepress/theme/components/NavLink.vue 
b/site/.vuepress/theme/components/NavLink.vue
similarity index 100%
rename from .vuepress/theme/components/NavLink.vue
rename to site/.vuepress/theme/components/NavLink.vue
diff --git a/.vuepress/theme/components/NavLinks.vue 
b/site/.vuepress/theme/components/NavLinks.vue
similarity index 100%
rename from .vuepress/theme/components/NavLinks.vue
rename to site/.vuepress/theme/components/NavLinks.vue
diff --git a/.vuepress/theme/components/Navbar.vue 
b/site/.vuepress/theme/components/Navbar.vue
similarity index 100%
rename from .vuepress/theme/components/Navbar.vue
rename to site/.vuepress/theme/components/Navbar.vue
diff --git a/.vuepress/theme/components/Page.vue 
b/site/.vuepress/theme/components/Page.vue
similarity index 100%
rename from .vuepress/theme/components/Page.vue
rename to site/.vuepress/theme/components/Page.vue
diff --git a/.vuepress/theme/components/PageEdit.vue 
b/site/.vuepress/theme/components/PageEdit.vue
similarity index 100%
rename from .vuepress/theme/components/PageEdit.vue
rename to site/.vuepress/theme/components/PageEdit.vue
diff --git a/.vuepress/theme/components/PageNav.vue 
b/site/.vuepress/theme/components/PageNav.vue
similarity index 100%
rename from .vuepress/theme/components/PageNav.vue
rename to site/.vuepress/theme/components/PageNav.vue
diff --git a/.vuepress/theme/components/Sidebar.vue 
b/site/.vuepress/theme/components/Sidebar.vue
similarity index 100%
rename from .vuepress/theme/components/Sidebar.vue
rename to site/.vuepress/theme/components/Sidebar.vue
diff --git a/.vuepress/theme/components/SidebarButton.vue 
b/site/.vuepress/theme/components/SidebarButton.vue
similarity index 100%
rename from .vuepress/theme/components/SidebarButton.vue
rename to site/.vuepress/theme/components/SidebarButton.vue
diff --git a/.vuepress/theme/components/SidebarGroup.vue 
b/site/.vuepress/theme/components/SidebarGroup.vue
similarity index 100%
rename from .vuepress/theme/components/SidebarGroup.vue
rename to site/.vuepress/theme/components/SidebarGroup.vue
diff --git a/.vuepress/theme/components/SidebarLink.vue 
b/site/.vuepress/theme/components/SidebarLink.vue
similarity index 100%
rename from .vuepress/theme/components/SidebarLink.vue
rename to site/.vuepress/theme/components/SidebarLink.vue
diff --git a/.vuepress/theme/components/SidebarLinks.vue 
b/site/.vuepress/theme/components/SidebarLinks.vue
similarity index 100%
rename from .vuepress/theme/components/SidebarLinks.vue
rename to site/.vuepress/theme/components/SidebarLinks.vue
diff --git a/.vuepress/theme/global-components/Badge.vue 
b/site/.vuepress/theme/global-components/Badge.vue
similarity index 100%
rename from .vuepress/theme/global-components/Badge.vue
rename to site/.vuepress/theme/global-components/Badge.vue
diff --git a/.vuepress/theme/index.js b/site/.vuepress/theme/index.js
similarity index 100%
rename from .vuepress/theme/index.js
rename to site/.vuepress/theme/index.js
diff --git a/.vuepress/theme/layouts/404.vue 
b/site/.vuepress/theme/layouts/404.vue
similarity index 100%
rename from .vuepress/theme/layouts/404.vue
rename to site/.vuepress/theme/layouts/404.vue
diff --git a/.vuepress/theme/layouts/Layout.vue 
b/site/.vuepress/theme/layouts/Layout.vue
similarity index 100%
rename from .vuepress/theme/layouts/Layout.vue
rename to site/.vuepress/theme/layouts/Layout.vue
diff --git a/.vuepress/theme/noopModule.js b/site/.vuepress/theme/noopModule.js
similarity index 100%
rename from .vuepress/theme/noopModule.js
rename to site/.vuepress/theme/noopModule.js
diff --git a/.vuepress/theme/styles/arrow.styl 
b/site/.vuepress/theme/styles/arrow.styl
similarity index 100%
rename from .vuepress/theme/styles/arrow.styl
rename to site/.vuepress/theme/styles/arrow.styl
diff --git a/.vuepress/theme/styles/code.styl 
b/site/.vuepress/theme/styles/code.styl
similarity index 100%
rename from .vuepress/theme/styles/code.styl
rename to site/.vuepress/theme/styles/code.styl
diff --git a/.vuepress/theme/styles/config.styl 
b/site/.vuepress/theme/styles/config.styl
similarity index 100%
rename from .vuepress/theme/styles/config.styl
rename to site/.vuepress/theme/styles/config.styl
diff --git a/.vuepress/theme/styles/custom-blocks.styl 
b/site/.vuepress/theme/styles/custom-blocks.styl
similarity index 100%
rename from .vuepress/theme/styles/custom-blocks.styl
rename to site/.vuepress/theme/styles/custom-blocks.styl
diff --git a/.vuepress/theme/styles/index.styl 
b/site/.vuepress/theme/styles/index.styl
similarity index 100%
rename from .vuepress/theme/styles/index.styl
rename to site/.vuepress/theme/styles/index.styl
diff --git a/.vuepress/theme/styles/mobile.styl 
b/site/.vuepress/theme/styles/mobile.styl
similarity index 100%
rename from .vuepress/theme/styles/mobile.styl
rename to site/.vuepress/theme/styles/mobile.styl
diff --git a/.vuepress/theme/styles/toc.styl 
b/site/.vuepress/theme/styles/toc.styl
similarity index 100%
rename from .vuepress/theme/styles/toc.styl
rename to site/.vuepress/theme/styles/toc.styl
diff --git a/.vuepress/theme/styles/wrapper.styl 
b/site/.vuepress/theme/styles/wrapper.styl
similarity index 100%
rename from .vuepress/theme/styles/wrapper.styl
rename to site/.vuepress/theme/styles/wrapper.styl
diff --git a/.vuepress/theme/util/index.js b/site/.vuepress/theme/util/index.js
similarity index 100%
rename from .vuepress/theme/util/index.js
rename to site/.vuepress/theme/util/index.js
diff --git a/Makefile b/site/Makefile
similarity index 94%
rename from Makefile
rename to site/Makefile
index da9d17b..3fe0c6c 100644
--- a/Makefile
+++ b/site/Makefile
@@ -13,7 +13,7 @@ dev:
 build:
        git clone https://github.com/apache/incubator-teaclave.git teaclave || 
cd teaclave && git pull
        vuepress build -d dist
-       cp .asf.yaml dist
+       cp ../.asf.yaml dist
 
 clean:
        rm -rf dist teaclave
diff --git a/index.md b/site/index.md
similarity index 100%
rename from index.md
rename to site/index.md
diff --git a/package.json b/site/package.json
similarity index 100%
rename from package.json
rename to site/package.json
diff --git a/yarn.lock b/site/yarn.lock
similarity index 100%
rename from yarn.lock
rename to site/yarn.lock


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to