Skip to content

Commit

Permalink
docs: add blog for blocklet site
Browse files Browse the repository at this point in the history
  • Loading branch information
linchen1987 committed Apr 11, 2023
1 parent 6bde0e7 commit 63facdb
Show file tree
Hide file tree
Showing 23 changed files with 189 additions and 25 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.125 (April 11, 2023)

- docs: add blog for blocklet site

## 0.1.124 (April 03, 2023)

- ci: update ci to fit new app structure
Expand Down Expand Up @@ -119,7 +123,7 @@

## 0.1.94 (October 27, 2022)

- docs(faq): how to check the componrnt service port in blocklet
- docs(faq): how to check the component service port in blocklet

## 0.1.93 (October 26, 2022)

Expand Down
2 changes: 1 addition & 1 deletion developer/docs/blocklet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository:
type: git
url: git+https://github.com/blocklet/blocklet-site.git
specVersion: 1.2.8
version: 0.1.124
version: 0.1.125
logo: logo.png
files:
- hooks/post-start.js
Expand Down
2 changes: 1 addition & 1 deletion developer/docs/pages/faq/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ArcBlock officially provides 2 Blocklet Store:

**Blocklet store is decentralized, you can deploy your own Blocklet store on your own Blocklet Server!**

## How to check the componrnt service port in Blocklet?
## How to check the component service port in Blocklet?

Developers should **NOT** use the service port of Blocklet components directly in their code.

Expand Down
2 changes: 1 addition & 1 deletion developer/pages/blocklet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository:
type: git
url: git+https://github.com/blocklet/blocklet-site.git
specVersion: 1.2.8
version: 0.1.124
version: 0.1.125
logo: logo.png
files: []
interfaces:
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.124
0.1.125
17 changes: 17 additions & 0 deletions website/docs/.blocklet-page/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,20 @@ themeConfig:
colors:
primary: '#1DC1C7'
secondary: '#F0FDFF'
sidebar:
en:
- text: Blog
link: /blog
items:
- text: Blocklet Server 1.16.0 Release Blog
link: /blog/blocklet-server-1-16
- text: FAQ
link: /faq
zh:
- text: 博客
link: /blog
items:
- text: Blocklet Server 发布 1.16.0
link: /blog/blocklet-server-1-16
- text: 常见问题
link: /faq
2 changes: 1 addition & 1 deletion website/docs/blocklet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository:
type: git
url: git+https://github.com/blocklet/blocklet-site.git
specVersion: 1.2.8
version: 0.1.124
version: 0.1.125
logo: logo.png
files: []
interfaces:
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions website/docs/pages/blog/blocklet-server-1-16/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
layout: Documentation
title: Blocklet Server 1.16.0 Release Blog
---

Blocklet Server 1.16.0 is officially released. This update puts the application concept at the core, and comprehensively upgrades Blocklet from the aspects of application DID management, asset management, data backup, application migration, and application structure. We aim to provide a more intelligent, flexible, secure and convenient application experience, allowing users and developers to be more free to be creative and focus on creation. The following is the specific content of this update.

## Application DID management integration to DID Wallet

Our latest upgrade integrates DID management of applications into DID Wallet, allowing users to manage their own applications and on-chain assets more easily and securely. Now, you can easily control your digital life with DID Wallet, so you can use blockchain applications with more confidence and peace of mind.

![](./images/1.png)

![](./images/2.png)


## Backup and migrate apps using DID Spaces

We have brought the DID Spaces for users, which allows users to back up their applications to DID Spaces, and easily migrate applications to another Blocklet Server when needed. It even allows users to directly back up application data to DID Spaces without being aware of the existence of Blocklet Server, and then directly deploy the application to a serverless environment. This improvement will greatly enhance the user's application management and migration experience, making users feel relaxed and happy.


![](./images/3.png)

![](./images/4.png)


## Application structure upgrade

We have also upgraded the application structure. The new application structure improves the composability, stability and performance of the application, creating a more flexible application combination experience for you. You can now modify the mount point of any component, delete any component, easily achieve personalized needs, and create more freedom.

![](./images/5.png)


## Blocklet software DID management integrated into DID Wallet

We are committed to providing developers with a more convenient development and management experience. Our latest upgrade integrates the DID management of Blocklet software into DID Wallet, making it easier for developers to view the revenue from selling and sharing their software, helping developers to focus on creating and optimizing their Blocklets. Let DID Wallet become a powerful assistant for developers to create and manage Blocklets.

We will continue to be committed to providing users with the best products and services, making application and asset management easier and more convenient. We will continue to provide developers with a more efficient and comfortable development experience. Thank you for your support and trust in Blocklet Server. We welcome you to use the latest version of Blocklet Server and build a better future together.
38 changes: 38 additions & 0 deletions website/docs/pages/blog/blocklet-server-1-16/index.zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
layout: Documentation
title: Blocklet Server 发布 1.16.0
---

Blocklet Server 1.16.0 正式发布,本次更新将应用概念置于核心地位,从应用的 DID 管理、资产管理、数据备份、应用迁移和应用结构等方面对 Blocklet 进行全面升级。我们旨在提供更加智能、灵活、安全和便捷的应用体验,让用户和开发者更加自由地发挥创造力和专注于创作。以下是本次更新的具体内容。

## 应用 DID 管理整合到 DID Wallet

我们的最新升级将应用的 DID 管理整合到了 DID Wallet 中,让用户能够更加轻松和安全地管理自己的应用和链上资产。现在,你可以使用 DID Wallet 轻松掌控你的数字生活,从而更加自信和放心地使用区块链应用。

![](./images/1.png)

![](./images/2.png)


## 使用 DID Spaces 备份和迁移应用

我们为用户引入了 DID Spaces 功能,这个功能让用户可以将自己的应用备份到 DID Spaces 中,并在需要的时候便捷地将应用迁移到另一个 Blocklet Server 中。甚至可以让用户在不感知 Blocklet Server 存在的情况下,直接将应用的数据备份到 DID Spaces 中,然后直接将应用部署到 serverless 环境中。这一改进将极大地提升用户的应用管理和迁移体验,让用户感觉轻松愉悦。


![](./images/3.png)

![](./images/4.png)


## 应用结构升级

我们还升级了应用结构,全新的应用结构提高了应用的可组合能力、稳定性和性能,为你打造更加灵活的应用组合体验。你现在可以修改任何组件的挂载点,删除任何组件,轻松实现个性化需求,更自由地发挥创造力。

![](./images/5.png)


## Blocklet 软件 DID 管理整合到 DID Wallet

我们致力于为开发者提供更加便捷的开发和管理体验。我们的最新升级将 Blocklet 软件的 DID 管理整合到 DID Wallet 中,使开发者可以更轻松地查看自己的软件售卖和分成所得的收益,帮助开发者专注于创作和优化他们的 Blocklet。让 DID Wallet 成为开发者创作和管理 Blocklet 的得力助手。

我们将继续致力于为用户提供最好的产品和服务,让应用和资产管理变得更加简单和方便。我们也会不断为开发者提供更加高效和舒适的开发体验。感谢您一直以来对Blocklet Server的支持和信任,我们欢迎您使用最新版本的Blocklet Server,一起打造更好的未来。
7 changes: 7 additions & 0 deletions website/docs/pages/blog/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: Documentation
title: Blog
description: Blog for Blocklet and Blocklet Server
---

- [Blocklet Server 1.16.0 Release Blog](/blog/blocklet-server-1-16)
7 changes: 7 additions & 0 deletions website/docs/pages/blog/index.zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: Documentation
title: 文章
description: Blocklet and Blocklet Server 的文章
---

- [Blocklet Server 发布 1.16.0](/blog/blocklet-server-1-16)
30 changes: 30 additions & 0 deletions website/docs/pages/faq/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: 'FAQ'
description: 'FAQ'
layout: 'documentation'
---

## What is Blocklet?

Blocklet is a decentralized application or component that running in Blocklet Server.

Blocklet runs in Blocklet Server instead of your mobile phone or computer, so Blocklet can provide you with services 24 hours a day.

Blocklet is a decentralized application built on the basis of blockchain technology, which inherently has multiple functions such as digital identity verification, smart contract execution, data storage and management, and security token issuance.

Blocklet is composable, you can combine multiple Blocklet components together to build your exclusive Blocklet application.

## What is Blocklet Server?

Blocklet Server is a hosting platform for Blocklet, which provides a running environment and basic services for Blocklet.

## What is Blocklet Store?

Blocklet Store is the distribution platform for Blocklets. The Blocklet Store allows you to discover, buy and install Blocklets.

ArcBlock officially provides 2 Blocklet Store:

1. [https://store.blocklet.dev](https://store.blocklet.dev): Provides production-ready Blocklets
2. [https://dev.store.blocklet.dev](https://dev.store.blocklet.dev): Provide sample/demo Blocklets for learning and experience

**Blocklet store is decentralized, you can deploy your own Blocklet store on your own Blocklet Server!**
30 changes: 30 additions & 0 deletions website/docs/pages/faq/index.zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: '常见问题'
description: '常见问题'
layout: 'documentation'
---

## Blocklet 是什么?

Blocklet 是一种去中心化的应用程序或组件,它可以运行在 Blocklet Server中。

Blocklet 运行在 Blocklet Server 中而不是你手机或电脑中,因此 Blocklet 可以 24 小时不间断地为你提供服务。

Blocklet 是基于区块链技术构建的去中心化应用程序,天生具有数字身份验证、智能合约执行、数据存储和管理、安全令牌发行等多种功能。

Blocklet是可组合的,你可以将多个 Blocklet 组件组合在一起,构建出你的专属 Blocklet 应用程序。

## Blocklet Server 是什么?

Blocklet Server 是 Blocklet 的托管平台,它为 Blocklet 提供了运行环境和基础服务。

## 什么是 Blocklet 商店?

Blocklet 商店是 Blocklet 的发行平台。Blocklet 商店允许您发现、购买和安装 Blocklets.

ArcBlock 官方提供了 2 个 Blocklet 商店:

1. [https://store.blocklet.dev](https://store.blocklet.dev):提供生产就绪的 Blocklet
2. [https://dev.store.blocklet.dev](https://dev.store.blocklet.dev):提供样本/演示 Blocklet,用于学习和体验

**Blocklet 商店是去中心化的,你可以在自己的 Blocklet Server 部署你自己的 Blocklet 商店!**
2 changes: 1 addition & 1 deletion website/docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ layout: empty
hide: true
blocks:
name: Redirect
url: /introduction
url: /faq
---
2 changes: 1 addition & 1 deletion website/docs/pages/index.zh.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ layout: empty
hide: true
blocks:
name: Redirect
url: /introduction
url: /faq
---
7 changes: 0 additions & 7 deletions website/docs/pages/introduction/index.mdx

This file was deleted.

7 changes: 0 additions & 7 deletions website/docs/pages/introduction/index.zh.mdx

This file was deleted.

13 changes: 10 additions & 3 deletions website/pages/blocklet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository:
type: git
url: git+https://github.com/blocklet/blocklet-site.git
specVersion: 1.2.8
version: 0.1.124
version: 0.1.125
logo: logo.png
files: []
interfaces:
Expand Down Expand Up @@ -68,6 +68,13 @@ navigation:
en: Support
zh: 支持
link:
en: /docs/en
zh: /docs/zh
en: /docs/en/faq
zh: /docs/zh/faq
- id: blog
title:
en: Blog
zh: 博客
link:
en: /docs/en/blog
zh: /docs/zh/blog
components: []

0 comments on commit 63facdb

Please sign in to comment.