Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
aurexav committed Apr 24, 2024
1 parent 18150d8 commit 76eba4e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/deploy-stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion docs/msgport/workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 76eba4e

Please sign in to comment.