Skip to content

Commit 8a82ae8

Browse files
author
zhanghan
authored
fix: correct some url (#139)
1 parent be9c2e6 commit 8a82ae8

17 files changed

Lines changed: 92 additions & 86 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.1 (四月 27, 2022)
2+
3+
- fix: correct some url
4+
15
## 0.6.0 (April 21, 2022)
26

37
- chore: reorganize docs

blocklet.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: '@arcblock/abtnode-docs'
2-
version: 0.6.0
2+
version: 0.6.1
33
description: >-
44
Blocklet Server Documentation, a help documentation for quickly get started
55
with Blocklet Server.
@@ -13,17 +13,17 @@ keywords:
1313
- ABTNode
1414
repository:
1515
type: git
16-
url: 'git+https://github.com/ArcBlock/abtnode-docs.git'
16+
url: git+https://github.com/ArcBlock/abtnode-docs.git
1717
author:
1818
name: wangshijun
1919
email: wangshijun2010@gmail.com
20-
url: 'http://github.com/wangshijun'
20+
url: http://github.com/wangshijun
2121
license: MIT
22-
homepage: 'https://github.com/ArcBlock/abtnode-docs-power-user#readme'
22+
homepage: https://github.com/ArcBlock/abtnode-docs-power-user#readme
2323
group: static
2424
title: Blocklet Server Docs
25-
community: 'https://gitter.im/ArcBlock/community'
26-
documentation: 'https://docs.arcblock.io'
25+
community: https://gitter.im/ArcBlock/community
26+
documentation: https://docs.arcblock.io
2727
support: support@arcblock.io
2828
specVersion: 1.2.4
2929
did: z8ia5NLSuFwhPimBJHRdPmp6yx9fG8rcFex4b

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arcblock/abtnode-docs",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Blocklet Server Documentation, a help documentation for quickly get started with Blocklet Server.",
55
"main": "index.js",
66
"publishConfig": {

src/blocklet/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ Previously, you have deployed the Blocklet Server and have installed blocklets f
1414
## Contents
1515

1616
- [Basic Management](./basic-operations)
17-
- [Configure Blocklet](./environments)
17+
- [Configure Blocklet](./configuration)
1818
- [Core Blocklets](./core-blocklets)

src/blocklet/index.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ tags:
1212
本章将介绍 Blocklet 相关内容,包括:
1313

1414
- [基本管理操作](./basic-operations):介绍了 Blocklet 的启动,停止,重启动操作
15-
- [环境变量管理](./environments):介绍了 Blocklet 运行在 Blocklet Server 中的环境变量
15+
- [环境变量管理](./configuration):介绍了 Blocklet 运行在 Blocklet Server 中的环境变量
1616
- [核心 Blocklet](./core-blocklets):介绍了 ArcBlock 官方提供的核心 Blocklet

src/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ categories:
7474
- /developer/blocklet-cli
7575
- /developer/blocklet-spec
7676
- /developer/blocklet-sdk
77-
- /developer/auth-service
78-
- /developer/send-notification
77+
- /developer/service-auth
78+
- /developer/service-notification
7979
- /developer/composable-blocklet
80-
- /developer/blocklet-hooks
80+
- /developer/blocklet-scripts
8181
- /developer/bundle-blocklets
8282
- /developer/publish-blocklets
8383
locales:

src/developer/index.zh.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,15 @@ tags:
1111

1212
如果你是开发者,并且正准备在 Blocklet Server 上进行开发,这一章节为你而准备:
1313

14-
- [下载资源](./resources)
15-
- [配置开发环境](./config-dev-env)
16-
- [Blocklet Server CLI 工具](./abtnode-cli)
14+
- [Blocklet Server CLI 工具](./blocklet-cli)
1715
- [Blocklet CLI 工具](./blocklet-cli)
18-
- [创建静态 Blocklet](./static-blocklets)
19-
- [创建 DApp Blocklet](./dapp-blocklets)
2016
- [Blocklet 规范](./blocklet-spec)
2117
- [Blocklet SDK](./blocklet-sdk)
22-
- [Auth 服务](./auth-service)
23-
- [向 DID Wallet 发送消息](./send-notification)
18+
- [Auth 服务](./service-auth)
19+
- [向 DID Wallet 发送消息](./service-notification)
2420
- [使用 DID Connect](./did-connect)
2521
- [可组合的 Blocklet](./composable-blocklet)
26-
- [Blocklet 生命周期钩子](./blocklet-hooks)
22+
- [Blocklet 生命周期钩子](./blocklet-scripts)
2723
- [打包 Blocklet](./bundle-blocklets)
2824
- [发布 Blocklet](./publish-blocklets)
29-
- [在 Codespaces 中开发 Blocklets](./blocklet-codespaces)
30-
- [Docker Registry](./docker-registry)
25+
- [在 Codespaces 中开发 Blocklets](../faq/with-codespaces)

src/faq/index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: 'FAQ'
3+
description: 'FAQ'
4+
keywords: 'blocklet server, blocklet'
5+
author: 'zhanghan'
6+
category: ''
7+
layout: 'documentation'
8+
tags:
9+
- 'blocklet server'
10+
---
11+
12+
There is a list of FAQ:
13+
14+
- [Setup blocklet dev environment](./setup-env): Instructions on how setup blocklet development environment.
15+
- [Mirrors or Alternative Services](./resources): Use mirrors or alternative services if the defaults does not work.
16+
- [Storage Structure](./storage-structure): Storage Structure.
17+
- [Developing Blocklets with Codespaces](./with-codespaces): Codespaces is an online development environment, hosted by GitHub, that allows you to develop entirely in the cloud.

src/faq/index.zh.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: '节点入门'
3+
description: '节点入门'
4+
keywords: 'blocklet server, blocklet'
5+
author: 'nate'
6+
category: ''
7+
layout: 'documentation'
8+
tags:
9+
- 'blocklet server'
10+
---
11+
12+
这个章节,从什么是 Blocklet Server ,到一步步配置启动 Blocklet Server ,完整的带大家熟悉并使用 Blocklet Server 。
13+
14+
- [节点功能概览](./overview):Blocklet Server 功能概览
15+
- [如何获取 Blocklet Server ](./setup):从 0 到 1 安装 Blocklet Server 的详细教程
16+
- [配置并启动 Blocklet Server ](./access):一步一步详细的介绍如何配置,启动和停止 Blocklet Server

src/faq/with-docker/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The data generated by the node is placed in the /data/abtnode directory in the c
2626

2727
## 3. Registries
2828

29-
We also provide Docker images in the Github Container Registry and AWS ECR, so you can choose the appropriate Registry for your scenario, [details.](../../developer/docker-registry)
29+
We also provide Docker images in the Github Container Registry and AWS ECR, so you can choose the appropriate Registry for your scenario
3030

3131
Currently our Docker images are published to 3 registries:
3232

0 commit comments

Comments
 (0)