Skip to content

Commit

Permalink
docs: add some topic intro pages (#2041)
Browse files Browse the repository at this point in the history
* doc: add getting-started homepage

* doc: add tutorial homepage

* doc: add rooch framework homepage

---------

Co-authored-by: jolestar <[email protected]>
  • Loading branch information
geometryolife and jolestar authored Jul 1, 2024
1 parent 83aaa80 commit e562729
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/website/pages/build/getting-started.en-US.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Getting started

This part mainly introduces some basic uses of Rooch, including installation, switching networks, obtaining accounts, obtaining tokens, creating contracts, publishing contracts, etc.
3 changes: 3 additions & 0 deletions docs/website/pages/build/getting-started.zh-CN.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 入门

这部分主要介绍 Rooch 的一些基本使用,包括安装、切换网络、获取账户、获取代币、创建合约、发布合约等。
3 changes: 3 additions & 0 deletions docs/website/pages/build/rooch-framework.en-US.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Rooch framwork

This part mainly introduces some basic concepts and features provided by the Rooch framework, such as private generics, structure, hash and timestamps.
3 changes: 3 additions & 0 deletions docs/website/pages/build/rooch-framework.zh-CN.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Rooch framwork

这部分主要介绍一些基本概念和 Rooch 框架提供的特性,如私有泛型、结构体、哈希、时间戳。
3 changes: 3 additions & 0 deletions docs/website/pages/build/tutorial.en-US.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Tutorial

This part mainly introduces the complete process of Rooch development contract through a Counter example and a Blog Demo program.
3 changes: 3 additions & 0 deletions docs/website/pages/build/tutorial.zh-CN.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 教程

这部分主要通过一个计数器例子和一个博客 Demo 程序介绍 Rooch 开发合约的完整流程。

0 comments on commit e562729

Please sign in to comment.