docs: add logo

This commit is contained in:
Aiden X 2020-09-01 19:56:46 +08:00
parent 18263042a8
commit dfa806e6fb
5 changed files with 27 additions and 0 deletions

View File

@ -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: '快速开始',

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

View File

@ -1,3 +1,6 @@
<img :src="$withBase('/images/banner.png')" alt="BitXHub banner">
# BitXHub 传递链间价值
BitXHub采用中继机制提供安全高效的跨链服务解决了跨链交易的捕获、传输以及验证等核心难题专注于异构联盟链间的账本互操作支持资产互换、数据互通及服务互补为区块链互联网络的形成与价值孤岛的互通提供可靠的底层技术支撑。

17
package.json Normal file
View File

@ -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 <caichao.xu@gmail.com>",
"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"
}
}