Skip to content

Commit

Permalink
Add meta support (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
boundless-forest authored May 20, 2024
1 parent 6807507 commit f12182f
Show file tree
Hide file tree
Showing 7 changed files with 62 additions and 6 deletions.
2 changes: 2 additions & 0 deletions docs/build/getting-started/wallets.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Available Wallets

This section provides an overview of the wallets that are compatible with the Darwinia ecosystem. The wallets listed below are widely recognized and have a substantial user base, making them the preferred choice for interacting with Darwinia's ecosystem products.

## [MetaMask](https://metamask.io/)

MetaMask is widely recognized as the leading wallet in the Ethereum ecosystem, with a substantial user base comprising millions of individuals. Considering that Darwinia's chain is Ethereum compatible, if you are already familiar with the tools and functionalities of the Ethereum ecosystem, we strongly recommend MetaMask as the preferred wallet for interacting with Darwinia's ecosystem products.
Expand Down
4 changes: 2 additions & 2 deletions docs/community/guide/create-dao.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Create DAO Guide

## Overview
This guide will show you how to create a DAO on [Snapshot](https://snapshot.org/) for Darwinia Chain.

[Snapshot](https://snapshot.org/) is a place where projects can create proposals for people to vote on using cryptocurrency. Snapshot is one of the most popular tools for decentralized organizations (DAOs) looking to query what their audiences think using blockchain technology. It supports numerous Web3 communities, including these most active DAOs like **[Arbitrum DAO](https://snapshot.org/#/arbitrumfoundation.eth)**. The off-chain nature of Snapshot's voting process enhances accessibility and encourages widespread engagement, allowing participants to contribute their voices to governance decisions without financial barriers.
Snapshot is a place where projects can create proposals for people to vote on using cryptocurrency. It supports numerous Web3 communities, including these most active DAOs like **[Arbitrum DAO](https://snapshot.org/#/arbitrumfoundation.eth)**. The off-chain nature of Snapshot's voting process enhances accessibility and encourages widespread engagement, allowing participants to contribute their voices to governance decisions without financial barriers.

Snapshot has already support Darwinia Chain. So, we will show steps to build a DAO on Snapshot for Darwinia Chain.

Expand Down
2 changes: 0 additions & 2 deletions docs/community/guide/transfer-token.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
## Overview

The first crucial step for a newcomer in the Web3 world is understanding how to operate a cryptocurrency wallet. This is a fundamental skill for interacting with blockchain-based systems, and we have designed a beginner-friendly tutorial to help you navigate this new terrain.

## Transfer Using MetaMask
Expand Down
2 changes: 2 additions & 0 deletions docs/learn/faq.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# FAQ

Welcome to our Frequently Asked Questions (FAQs) section This page is designed to provide clear and concise answers to common questions we receive regarding the Darwinia networks. Our goal is to make navigating the complexities of the Darwinia as straightforward as possible. If you have any further questions not covered here, feel free to reach out to us directly. We're always here to help!

## What distinguishes the Darwinia, Crab and Pangolin networks from each other?

See [Chains](../build/getting-started/networks/overview.md)
Expand Down
5 changes: 5 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
site_name: Darwinia Docs
site_url: https://docs.darwinia.network/
site_description: "This is the official documentation for the Darwinia Network. It covers the design, usage and integration guide for Darwinia networks."
copyright: Copyright © Darwinia Network
repo_url: https://github.com/darwinia-network/docs
repo_name: darwinia-network/docs
Expand Down Expand Up @@ -128,6 +129,10 @@ markdown_extensions:

plugins:
- search
- meta-descriptions:
enable_checks: true
max_length: 500
trim: true
- git-authors
- git-revision-date-localized:
fallback_to_build_date: false
Expand Down
51 changes: 50 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mkdocs-material = "^9.5.18"
mkdocs-git-revision-date-localized-plugin = "^1.2.4"
mkdocs-git-authors-plugin = "^0.8.0"
mkdocs-redirects = "^1.2.0"

mkdocs-meta-descriptions-plugin = "^3.0.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit f12182f

Please sign in to comment.