diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index 41d2133..93563e9 100644
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -1,7 +1,14 @@
module.exports = {
title: 'BitXHub文档',
description: 'BitXHub部署文档、使用文档、设计文档站',
+ base: '/bitxhub/',
themeConfig: {
+ logo: '/images/logo.png',
+ nav: [
+ {text: '官网', link: 'https://bitxhub.hyperchain.cn'},
+ {text: 'Github', link: 'https://github.com/meshplus/bitxhub'},
+ ],
+
sidebar: [
{
title: '快速开始',
diff --git a/docs/.vuepress/public/images/banner.png b/docs/.vuepress/public/images/banner.png
new file mode 100644
index 0000000..ba46689
Binary files /dev/null and b/docs/.vuepress/public/images/banner.png differ
diff --git a/docs/.vuepress/public/images/logo.png b/docs/.vuepress/public/images/logo.png
new file mode 100644
index 0000000..e42cbb3
Binary files /dev/null and b/docs/.vuepress/public/images/logo.png differ
diff --git a/docs/README.md b/docs/README.md
index 410c3d6..8f2472d 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1,3 +1,6 @@
+
+
+
# BitXHub 传递链间价值
BitXHub采用中继机制提供安全高效的跨链服务,解决了跨链交易的捕获、传输以及验证等核心难题,专注于异构联盟链间的账本互操作,支持资产互换、数据互通及服务互补,为区块链互联网络的形成与价值孤岛的互通提供可靠的底层技术支撑。
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..165bd69
--- /dev/null
+++ b/package.json
@@ -0,0 +1,17 @@
+{
+ "name": "bitxhub",
+ "version": "1.2.0",
+ "description": "Interchain protocol ",
+ "main": "index.js",
+ "repository": "git@github.com:meshplus/bitxhub.git",
+ "author": "Aiden X ",
+ "license": "Apache-2.0",
+ "scripts": {
+ "docs:dev": "vuepress dev docs",
+ "docs:build": "vuepress build docs",
+ "docs:deploy": "cd docs && bash deploy.sh"
+ },
+ "dependencies": {
+ "vuepress": "^1.5.4"
+ }
+}