Skip to content

Commit

Permalink
fix: correct some url (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
LancelotLewis authored Apr 27, 2022
1 parent be9c2e6 commit 8a82ae8
Show file tree
Hide file tree
Showing 17 changed files with 92 additions and 86 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.6.1 (四月 27, 2022)

- fix: correct some url

## 0.6.0 (April 21, 2022)

- chore: reorganize docs
Expand Down
12 changes: 6 additions & 6 deletions blocklet.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: '@arcblock/abtnode-docs'
version: 0.6.0
version: 0.6.1
description: >-
Blocklet Server Documentation, a help documentation for quickly get started
with Blocklet Server.
Expand All @@ -13,17 +13,17 @@ keywords:
- ABTNode
repository:
type: git
url: 'git+https://github.com/ArcBlock/abtnode-docs.git'
url: git+https://github.com/ArcBlock/abtnode-docs.git
author:
name: wangshijun
email: [email protected]
url: 'http://github.com/wangshijun'
url: http://github.com/wangshijun
license: MIT
homepage: 'https://github.com/ArcBlock/abtnode-docs-power-user#readme'
homepage: https://github.com/ArcBlock/abtnode-docs-power-user#readme
group: static
title: Blocklet Server Docs
community: 'https://gitter.im/ArcBlock/community'
documentation: 'https://docs.arcblock.io'
community: https://gitter.im/ArcBlock/community
documentation: https://docs.arcblock.io
support: [email protected]
specVersion: 1.2.4
did: z8ia5NLSuFwhPimBJHRdPmp6yx9fG8rcFex4b
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcblock/abtnode-docs",
"version": "0.6.0",
"version": "0.6.1",
"description": "Blocklet Server Documentation, a help documentation for quickly get started with Blocklet Server.",
"main": "index.js",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion src/blocklet/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Previously, you have deployed the Blocklet Server and have installed blocklets f
## Contents

- [Basic Management](./basic-operations)
- [Configure Blocklet](./environments)
- [Configure Blocklet](./configuration)
- [Core Blocklets](./core-blocklets)
2 changes: 1 addition & 1 deletion src/blocklet/index.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ tags:
本章将介绍 Blocklet 相关内容,包括:

- [基本管理操作](./basic-operations):介绍了 Blocklet 的启动,停止,重启动操作
- [环境变量管理](./environments):介绍了 Blocklet 运行在 Blocklet Server 中的环境变量
- [环境变量管理](./configuration):介绍了 Blocklet 运行在 Blocklet Server 中的环境变量
- [核心 Blocklet](./core-blocklets):介绍了 ArcBlock 官方提供的核心 Blocklet
6 changes: 3 additions & 3 deletions src/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ categories:
- /developer/blocklet-cli
- /developer/blocklet-spec
- /developer/blocklet-sdk
- /developer/auth-service
- /developer/send-notification
- /developer/service-auth
- /developer/service-notification
- /developer/composable-blocklet
- /developer/blocklet-hooks
- /developer/blocklet-scripts
- /developer/bundle-blocklets
- /developer/publish-blocklets
locales:
Expand Down
15 changes: 5 additions & 10 deletions src/developer/index.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,15 @@ tags:

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

- [下载资源](./resources)
- [配置开发环境](./config-dev-env)
- [Blocklet Server CLI 工具](./abtnode-cli)
- [Blocklet Server CLI 工具](./blocklet-cli)
- [Blocklet CLI 工具](./blocklet-cli)
- [创建静态 Blocklet](./static-blocklets)
- [创建 DApp Blocklet](./dapp-blocklets)
- [Blocklet 规范](./blocklet-spec)
- [Blocklet SDK](./blocklet-sdk)
- [Auth 服务](./auth-service)
- [向 DID Wallet 发送消息](./send-notification)
- [Auth 服务](./service-auth)
- [向 DID Wallet 发送消息](./service-notification)
- [使用 DID Connect](./did-connect)
- [可组合的 Blocklet](./composable-blocklet)
- [Blocklet 生命周期钩子](./blocklet-hooks)
- [Blocklet 生命周期钩子](./blocklet-scripts)
- [打包 Blocklet](./bundle-blocklets)
- [发布 Blocklet](./publish-blocklets)
- [在 Codespaces 中开发 Blocklets](./blocklet-codespaces)
- [Docker Registry](./docker-registry)
- [在 Codespaces 中开发 Blocklets](../faq/with-codespaces)
17 changes: 17 additions & 0 deletions src/faq/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: 'FAQ'
description: 'FAQ'
keywords: 'blocklet server, blocklet'
author: 'zhanghan'
category: ''
layout: 'documentation'
tags:
- 'blocklet server'
---

There is a list of FAQ:

- [Setup blocklet dev environment](./setup-env): Instructions on how setup blocklet development environment.
- [Mirrors or Alternative Services](./resources): Use mirrors or alternative services if the defaults does not work.
- [Storage Structure](./storage-structure): Storage Structure.
- [Developing Blocklets with Codespaces](./with-codespaces): Codespaces is an online development environment, hosted by GitHub, that allows you to develop entirely in the cloud.
16 changes: 16 additions & 0 deletions src/faq/index.zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: '节点入门'
description: '节点入门'
keywords: 'blocklet server, blocklet'
author: 'nate'
category: ''
layout: 'documentation'
tags:
- 'blocklet server'
---

这个章节,从什么是 Blocklet Server ,到一步步配置启动 Blocklet Server ,完整的带大家熟悉并使用 Blocklet Server 。

- [节点功能概览](./overview):Blocklet Server 功能概览
- [如何获取 Blocklet Server ](./setup):从 0 到 1 安装 Blocklet Server 的详细教程
- [配置并启动 Blocklet Server ](./access):一步一步详细的介绍如何配置,启动和停止 Blocklet Server
2 changes: 1 addition & 1 deletion src/faq/with-docker/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The data generated by the node is placed in the /data/abtnode directory in the c

## 3. Registries

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)
We also provide Docker images in the Github Container Registry and AWS ECR, so you can choose the appropriate Registry for your scenario

Currently our Docker images are published to 3 registries:

Expand Down
2 changes: 1 addition & 1 deletion src/faq/with-docker/index.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ docker run -d -p 80:80 -p 443:443 -v <your host directory>:/data/abtnode arcblo

节点产生的数据放在容器的 `/data/abtnode` 目录下,建议不要把数据放在容器中,保持容器无状态。

我们还提供了 Github Container Registry 和 AWS ECR 镜像源,大家可以根据自己的场景选择合适的源[详情.](../../developer/docker-registry)
我们还提供了 Github Container Registry 和 AWS ECR 镜像源,大家可以根据自己的场景选择合适的源

## 3. 镜像源

Expand Down
46 changes: 19 additions & 27 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,51 +15,43 @@ tags:
Welcome to Blocklet Server documentation

- [Introduction](./introduction)
- [Blocklet Server Overview](./introduction/abtnode-overview)
- [Blocklet Server Setup](./introduction/abtnode-setup)
- [Blocklet Server Access](./introduction/abtnode-access)
- [Blocklet Server Overview](./introduction/overview)
- [Blocklet Server Setup](./introduction/setup)
- [Blocklet Server Access](./introduction/access)
- [Blocklet Store](./Store)
- [Find and install blocklet](./Store/find-and-install)
- [Upgrade/downgrade blocklet](./Store/upgrade-downgrade)
- [Blocklet Management](./blocklet)
- [Basic Operations](./blocklet/basic-operations)
- [Blocklet Environments](./blocklet/environments)
- [Blocklet Configuration](./blocklet/configuration)
- [Core Blocklets](./blocklet/core-blocklets)
- [Router](./router)
- [What is Service Gateway](./router/what-is-router)
- [Service Gateway Usage](./router/basic-usage)
- [Binding domain names to node](./bind-domain-to-node)
- [Certificates for localhost](./router/certificates-for-localhost)
- [Router](./settings/router)
- [What is Service Gateway](./settings/router/what-is-router)
- [Service Gateway Usage](./settings/router/basic-usage)
- [Binding domain names to node](./settings/router/bind-domain-to-node)
- [Certificates for localhost](./settings/router/certificates-for-localhost)
- [Logs](./logs)
- [Runtime Logs](./logs/blocklet-logs)
- [Lifecycle Logs](./logs/abtnode-logs)
- [Settings](./node-settings)
- [Basic Setting](./node-settings/basic)
- [Access Keys](./ode-settings/access-keys)
- [Integrations](./ode-settings/integrations)
- [Lifecycle Logs](./logs/server-logs)
- [Settings](./settings)
- [Basic Setting](./settings/basic)
- [Access Keys](./settings/access-keys)
- [Integrations](./settings/integrations)
- [Production Deployment](./deployment)
- [Production Best Practice](./deployment/best-practice)
- [Deploy with AWS AMI](./deployment/from-aws-ami)
- [Run behind Reverse Proxy](./deployment/behind-reverse-proxy)
- [Misc](./misc)
- [Member Management](./misc/member-management)
- [GraphQL Console](./misc/graphql-console)
- [Generate wildcard HTTPS certificate](./generate-wildcard-https-certificate)
- [Developer Guide](./developer)
- [Configuring the development environment](./developer/config-dev-env)
- [Blocklet Server CLI](./developer/abtnode-cli)
- [Blocklet Server CLI](./developer/blocklet-cli)
- [Blocklet CLI](./developer/blocklet-cli)
- [Create Static Blocklets](./developer/static-blocklets)
- [Create DApp Blocklets](./developer/dapp-blocklets)
- [Blocklet Specification](./developer/blocklet-spec)
- [Blocklet SDK](./developer/blocklet-sdk)
- [Configure Auth Service](./developer/auth-service)
- [Send notification to DID Wallet](./developer/send-notification)
- [Configure Auth Service](./developer/service-auth)
- [Send notification to DID Wallet](./developer/service-notification)
- [Use DID Connect](./developer/did-connect)
- [Composable blocklet](./developer/composable-blocklet)
- [Blocklet Hooks](./developer/blocklet-hooks)
- [Blocklet Scripts](./developer/blocklet-scripts)
- [Bundle Blocklets](./developer/bundle-blocklets)
- [Publish Blocklets](./developer/publish-blocklets)
- [Blocklet Store](./developer/blocklet-store)
- [Developing Blocklets with Codespaces](./developer/blocklet-codespaces)
- [Docker Registry](./developer/docker-registry)
- [Developing Blocklets with Codespaces](./faq/with-codespaces)
36 changes: 14 additions & 22 deletions src/index.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,44 +17,36 @@ tags:
欢迎访问 Blocklet Server 的文档

- [介绍](./introduction)
- [节点功能概览](./introduction/abtnode-overview)
- [如何获取 Blocklet Server ](./introduction/abtnode-setup)
- [配置并启动 Blocklet Server ](./introduction/abtnode-access)
- [节点功能概览](./introduction/overview)
- [如何获取 Blocklet Server ](./introduction/setup)
- [配置并启动 Blocklet Server ](./introduction/access)
- [Blocklet 市场](./Store)
- [查找和安装 Blocklet](./Store/find-and-install)
- [升级或降级 Blocklet](./Store/upgrade-downgrade)
- [Blocklet 管理](./blocklet)
- [基本管理操作](./blocklet/basic-operations)
- [环境变量管理](./blocklet/environments)
- [环境变量管理](./blocklet/configuration)
- [核心 Blocklet 介绍](./blocklet/core-blocklets)
- [路由](./router)
- [什么是节点路由](./router/what-is-router)
- [路由基本用法](./router/basic-usage)
- [给节点绑定域名](./bind-domain-to-node)
- [localhost 证书](./router/certificates-for-localhost)
- [路由](./settings/srouter)
- [什么是节点路由](./settings/router/what-is-router)
- [路由基本用法](./settings/router/basic-usage)
- [给节点绑定域名](./settings/router/bind-domain-to-node)
- [localhost 证书](./settings/router/certificates-for-localhost)
- [部署指南](./deployment)
- [部署最佳实践](./deployment/best-practice)
- [在 AWS 上部署](./deployment/from-aws-ami)
- [运行在反向代理后面](./deployment/behind-reverse-proxy)
- [其他功能](./misc)
- [节点配置](./misc/node-settings)
- [成员管理](./misc/member-management)
- [GraphQL 控制台](./misc/graphql-console)
- [开发者指南](./developer)
- [配置开发环境](./developer/config-dev-env)
- [Blocklet Server CLI 工具](./developer/abtnode-cli)
- [Blocklet Server CLI 工具](./developer/blocklet-cli)
- [Blocklet CLI 工具](./developer/blocklet-cli)
- [创建静态 Blocklet](./developer/static-blocklets)
- [创建动态 Blocklet](./developer/dapp-blocklets)
- [Blocklet 规范](./developer/blocklet-spec)
- [Blocklet SDK](./developer/blocklet-sdk)
- [配置 Auth Service](./developer/auth-service)
- [向 DID Wallet 发送消息](./developer/send-notification)
- [配置 Auth Service](./developer/service-auth)
- [向 DID Wallet 发送消息](./developer/service-notification)
- [使用 DID Connect](./developer/did-connect)
- [可组合的 Blocklet](./developer/composable-blocklet)
- [Blocklet 生命周期钩子](./developer/blocklet-hooks)
- [Blocklet 生命周期钩子](./developer/blocklet-scripts)
- [打包 Blocklet](./developer/bundle-blocklets)
- [发布 Blocklet](./developer/publish-blocklets)
- [Blocklet 商店](./developer/blocklet-store)
- [在 Codespaces 中开发 Blocklets](./developer/blocklet-codespaces)
- [Docker Registry](./developer/docker-registry)
- [在 Codespaces 中开发 Blocklets](./faq/with-codespaces)
10 changes: 0 additions & 10 deletions src/introduction/overview/index.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,4 @@ Blocklet Server 已安装的 Blocklet 列表。

Blocklet Server 的路由配置。详细功能请前往:[路由管理](/zh/router)

## 配置

![](./images/abtnode-overview-5-zh.png)

Blocklet Server 配置功能。详细功能请前往:[其他功能](/zh/misc)

## 试验台

![](./images/abtnode-overview-6-zh.png)

Blocklet Server 提供的 GraphQL 试验台功能页面。详情请前往:[GraphQL 试验台](/zh/misc/graphql-console)
2 changes: 1 addition & 1 deletion src/settings/router/bind-domain-to-node/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ In Blocklet Server, you can bind multiple domains to a site or node itself. All

4. Final Application Routing: Click to deploy URL mapping

This is how to customize the domain name for the node, and you can use it to access the node once it is added. If you need to enable HTTPS, you can refer to: [Bind a domain name to a site and enable SSL](/router/bind-domain-and-ssl).
This is how to customize the domain name for the node, and you can use it to access the node once it is added. If you need to enable HTTPS, you can refer to: [Bind a domain name to a site and enable SSL](/settings/router/bind-domain-and-ssl).

## Attention

Expand Down
2 changes: 1 addition & 1 deletion src/settings/router/bind-domain-to-node/index.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Blocklet Server 会为每一个节点分配一个 HTTPS 地址: `https://{public

4. 最后应用路由: 点击部署 URL 映射

这就是给节点自定义域名的方法,添加完成后就可以使用该域名访问节点了。如果需要启动 HTTPS, 可以参考: [给站点绑定域名以及启用 SSL](/router/bind-domain-and-ssl).
这就是给节点自定义域名的方法,添加完成后就可以使用该域名访问节点了。如果需要启动 HTTPS, 可以参考: [给站点绑定域名以及启用 SSL](/settings/router/bind-domain-and-ssl).

## 注意

Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.6.1

0 comments on commit 8a82ae8

Please sign in to comment.