From 76eba4ea30fa76939b6677ca0b28f629097a02cf Mon Sep 17 00:00:00 2001 From: Xavier Lau Date: Wed, 24 Apr 2024 15:39:27 +0800 Subject: [PATCH] Rename --- .github/workflows/deploy-dev.yml | 2 +- .github/workflows/deploy-stg.yml | 2 +- README.md | 2 +- docs/msgport/workflow.md | 2 +- mkdocs.yml | 8 ++++---- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index f4085b4..af401a6 100644 --- a/.github/workflows/deploy-dev.yml +++ b/.github/workflows/deploy-dev.yml @@ -40,5 +40,5 @@ jobs: enable_cache: true enable_notify_comment: true enable_notify_slack: true - slack_channel: darwinia-document + slack_channel: darwinia-docs slack_webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }} diff --git a/.github/workflows/deploy-stg.yml b/.github/workflows/deploy-stg.yml index 70ce77f..618cd18 100644 --- a/.github/workflows/deploy-stg.yml +++ b/.github/workflows/deploy-stg.yml @@ -40,5 +40,5 @@ jobs: script_run: false enable_cache: true enable_notify_slack: true - slack_channel: darwinia-document + slack_channel: darwinia-docs slack_webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }} diff --git a/README.md b/README.md index 98f89f5..f769dfb 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ To build the documentation on your local machine, ensure you have Python and pip ```sh # Clone the repository. -git clone https://github.com/darwinia-network/document.git && document +git clone https://github.com/darwinia-network/docs.git && docs # Install necessary dependencies. pip install mkdocs-material mkdocs-git-authors-plugin mkdocs-git-revision-date-localized-plugin # View the documentation in your browser at `http://127.0.0.1:8000`. diff --git a/docs/msgport/workflow.md b/docs/msgport/workflow.md index 00af199..7888ce5 100644 --- a/docs/msgport/workflow.md +++ b/docs/msgport/workflow.md @@ -72,7 +72,7 @@ Prior to initiating a cross chain transaction, it's essential to determine the c Message fees play a critical role in the design of a cross-chain messaging protocol. They represent not just the cost of incorporating cross-chain functionality into your applications, but they also impact the user experience of your application. A thoughtfully constructed fee mechanism is crucial for success. -The fee structure for Msgport is implemented through the [Msgport API](https://github.com/darwinia-network/darwinia-msgport-api). For detailed information on the fee design, please refer to the [Msgport API Document](../msgport/api.md). Additionally, you can explore the [Pangolin > Sepolia Message Demo](../msgport/tutorial/script-demo.md) to see how the fee mechanism is applied in practice. +The fee structure for Msgport is implemented through the [Msgport API](https://github.com/darwinia-network/darwinia-msgport-api). For detailed information on the fee design, please refer to the [Msgport API Docs](../msgport/api.md). Additionally, you can explore the [Pangolin > Sepolia Message Demo](../msgport/tutorial/script-demo.md) to see how the fee mechanism is applied in practice. ### Send message in source chain application diff --git a/mkdocs.yml b/mkdocs.yml index f8fc6e6..6395eaf 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,8 +1,8 @@ -site_name: Darwinia Document +site_name: Darwinia Docs copyright: Copyright © Darwinia Network -repo_url: https://github.com/darwinia-network/document -repo_name: darwinia-network/document -edit_uri: https://github.com/darwinia-network/document/edit/main/docs +repo_url: https://github.com/darwinia-network/docs +repo_name: darwinia-network/docs +edit_uri: https://github.com/darwinia-network/docs/edit/main/docs theme: name: material logo: resource/pics/darwinia-logo.png