diff --git a/docs/index.md b/docs/index.md index cb9c426f..2236cd8d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -72,13 +72,16 @@ aelf is a high-performance, cloud-native, layer-1 blockchain with Mainnet nodes ## 🔖 Resources +- [Whitepaper 2.0](/resources/whitepaper-2/) - Featuring AI + Blockchain +- [Whitepaper 1.0](/resources/whitepaper/) - The original aelf Whitepaper +- [Tokenomics](/resources/tokenomics/) - Economic and Governance - [Integration Guide](/resources/integration-guide/) - Learn how to integrate with other tools and DApps - [Wallet and Block Explorer](/resources/wallet-and-block-explorer/) - Manage your assets and explore aelf's blockchain data - [AetherLink](/resources/aetherLink/) - Transfer tamper-proof data from off-chain to on-chain - [Browser Extension](/resources/browser-extension/) - Explore Portkey wallet and other extensions - [DevOps](/resources/devops/) - Tools to build and deploy efficiently - [Protobuf Extension](/resources/protobuf-extension/) - An open-source gRPC -- [Whitepapers](/resources/whitepaper-2/) - aelf Whitepapers +- [Contribution Guide](/resources/contribution/) - Contribute to aelf diff --git a/docs/resources/aetherLink/index.md b/docs/resources/aetherLink/index.md index 2d3b15be..9eed21c2 100644 --- a/docs/resources/aetherLink/index.md +++ b/docs/resources/aetherLink/index.md @@ -1,5 +1,5 @@ --- -sidebar_position: 3 +sidebar_position: 6 title: AetherLink description: Transfer tamper-proof data from off-chain to on-chain --- diff --git a/docs/resources/browser-extension/index.md b/docs/resources/browser-extension/index.md index 29f7d50d..fe90fe16 100644 --- a/docs/resources/browser-extension/index.md +++ b/docs/resources/browser-extension/index.md @@ -1,5 +1,5 @@ --- -sidebar_position: 4 +sidebar_position: 7 title: Browser Extension description: Explore Portkey wallet and other extensions image: /img/Logo.aelf.svg @@ -46,15 +46,34 @@ For those using QQ Browser and similar, you can add the extension manually. To access the complete data structure, [click here](#data-format). For an extension demo, refer to the provided examples. -- [Check Extension Demo](#demo-of-checking-the-extension) -- [GET_CHAIN_STATUS](#get_chain_status) -- [CALL_AELF_CHAIN](#call_aelf_chain) -- [LOGIN](#login) -- [INIT_AELF_CONTRACT](#init_aelf_contract) -- [CALL_AELF_CONTRACT / CALL_AELF_CONTRACT_READONLY](#call_aelf_contract--call_aelf_contract_readonly) -- [CHECK_PERMISSION](#check_permission) -- [SET_CONTRACT_PERMISSION](#set_contract_permission) -- [REMOVE_METHODS_WHITELIST](#remove_methods_whitelist) +- [aelf-web-extension](#aelf-web-extension) + - [Introduction](#introduction) + - [For Users](#for-users) + - [Release Version](#release-version) + - [Development Version](#development-version) + - [Notice](#notice) + - [For DApp Developers](#for-dapp-developers) + - [Interaction Flow](#interaction-flow) + - [How to Use](#how-to-use) + - [Data Format](#data-format) + - [Demo of Checking the Extension](#demo-of-checking-the-extension) + - [GET\_CHAIN\_STATUS](#get_chain_status) + - [Token Transfer](#token-transfer) + - [Expected Result :](#expected-result-) + - [CALL\_AELF\_CHAIN](#call_aelf_chain) + - [Expected Result :](#expected-result--1) + - [LOGIN](#login) + - [INIT\_AELF\_CONTRACT](#init_aelf_contract) + - [Expected Result :](#expected-result--2) + - [CALL\_AELF\_CONTRACT / CALL\_AELF\_CONTRACT\_READONLY](#call_aelf_contract--call_aelf_contract_readonly) + - [CHECK\_PERMISSION](#check_permission) + - [Expected Result :](#expected-result--3) + - [SET\_CONTRACT\_PERMISSION](#set_contract_permission) + - [Expected Result](#expected-result) + - [REMOVE\_METHODS\_WHITELIST](#remove_methods_whitelist) + - [Expected Result](#expected-result-1) + - [For Extension Developers](#for-extension-developers) + - [Project Information](#project-information) ## Data Format diff --git a/docs/resources/contribution/index.md b/docs/resources/contribution/index.md index eac41673..23dbb63c 100644 --- a/docs/resources/contribution/index.md +++ b/docs/resources/contribution/index.md @@ -1,7 +1,7 @@ --- -sidebar_position: 10 +sidebar_position: 11 title: Contribution Guide -description: contribution guide +description: Contribute to aelf --- aelf is an [open source](https://github.com/aelfproject) and community driven project. This guide is aims to help anyone wants to contribute to the project. diff --git a/docs/resources/devops/index.md b/docs/resources/devops/index.md index fd9bbe1f..9bcfdc77 100644 --- a/docs/resources/devops/index.md +++ b/docs/resources/devops/index.md @@ -1,5 +1,5 @@ --- -sidebar_position: 5 +sidebar_position: 9 title: DevOps description: Tools to build and deploy efficiently image: /img/Logo.aelf.svg diff --git a/docs/resources/integration-guide/index.md b/docs/resources/integration-guide/index.md index 50a1c4ba..bcc35385 100644 --- a/docs/resources/integration-guide/index.md +++ b/docs/resources/integration-guide/index.md @@ -1,5 +1,5 @@ --- -sidebar_position: 1 +sidebar_position: 4 title: Integration Guide description: Learn how to integrate with other tools and DApps --- diff --git a/docs/resources/protobuf-extension/index.md b/docs/resources/protobuf-extension/index.md index f977bb5f..60fda838 100644 --- a/docs/resources/protobuf-extension/index.md +++ b/docs/resources/protobuf-extension/index.md @@ -1,5 +1,5 @@ --- -sidebar_position: 7 +sidebar_position: 10 title: Protobuf Extension description: An open-source gRPC --- diff --git a/docs/resources/tokenomics/index.md b/docs/resources/tokenomics/index.md new file mode 100644 index 00000000..dc98e58e --- /dev/null +++ b/docs/resources/tokenomics/index.md @@ -0,0 +1,7 @@ +--- +sidebar_position: 3 +title: Tokenomics +description: Economic and Governance +--- + +Please refer to the [Economic and Governance Whitepaper (Original)](pathname:///pdf/aelf_Economic_and_Governance_Whitepaper_v1.2_en.pdf). diff --git a/docs/resources/wallet-and-block-explorer/index.md b/docs/resources/wallet-and-block-explorer/index.md index 8cbaf0c2..d5e52bc9 100644 --- a/docs/resources/wallet-and-block-explorer/index.md +++ b/docs/resources/wallet-and-block-explorer/index.md @@ -1,5 +1,5 @@ --- -sidebar_position: 2 +sidebar_position: 5 title: Wallet and Block Explorer description: Manage your assets and explore aelf's blockchain data --- diff --git a/docs/resources/whitepaper-2/_category_.json b/docs/resources/whitepaper-2/_category_.json index 579d46f3..36c73c7e 100644 --- a/docs/resources/whitepaper-2/_category_.json +++ b/docs/resources/whitepaper-2/_category_.json @@ -1,9 +1,9 @@ { - "position": 7, + "position": 1, "label": "Whitepaper 2.0", "collapsible": true, "collapsed": true, "customProps": { - "description": "aelf's updated Whitepaper v2.0 featuring AI + Blockchain" + "description": "Featuring AI + Blockchain" } } diff --git a/docs/resources/whitepaper/index.md b/docs/resources/whitepaper/index.md index 76bedf0d..68a36bff 100644 --- a/docs/resources/whitepaper/index.md +++ b/docs/resources/whitepaper/index.md @@ -1,15 +1,7 @@ --- -sidebar_position: 9 +sidebar_position: 2 title: Whitepaper 1.0 description: The original aelf Whitepaper --- -# Whitepapers - -## Infrastructure - -To learn more about aelf infrastructure, please refer to the [Whitepaper 1.0 (Original)](pathname:///pdf/aelf_whitepaper_v1.7_en.pdf). - -## Governance - -To learn more about aelf governance, please refer to the [Economic and Governance Whitepaper (Original)](pathname:///pdf/aelf_Economic_and_Governance_Whitepaper_v1.2_en.pdf). +Please refer to the [Whitepaper 1.0 (Original)](pathname:///pdf/aelf_whitepaper_v1.7_en.pdf).