Skip to content

Commit

Permalink
fix(doc): add to sidebar and remove alpha warnings (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksandre authored Sep 19, 2024
1 parent 8b61f78 commit 08715c0
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 61 deletions.
4 changes: 2 additions & 2 deletions docs/.vuepress/configs/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ export const sidebar: Record<string, SidebarConfig> = {
'/build/sdk/v2/tokens.md',
'/build/sdk/v2/sponsoring.md',
'/build/sdk/v2/indexer.md',
'/build/sdk/v2/evm.md',
'/build/sdk/v2/dapps.md',
]
},
{
text: 'EVM',
children: [
'/build/evm',
'/build/evm/',
'/build/evm/accounts.md',
'/build/evm/evm-from-substrate.md',
{
text: 'Smart contracts',
link: '/build/evm/smart-contracts/index.md',
Expand Down
35 changes: 0 additions & 35 deletions docs/build/evm/evm-from-substrate.md

This file was deleted.

4 changes: 3 additions & 1 deletion docs/build/evm/smart-contracts/collection-helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ This precompiled contract enables the creation of native collections and tokens

Below are examples of how to use this precompiled contract with ethers.js and hardhat.

> If you're unfamiliar with setting up a Hardhat project, refer to the official documentation: https://hardhat.org/docs
:::tip
If you're unfamiliar with setting up a Hardhat project, refer to the official documentation: [https://hardhat.org/docs](https://hardhat.org/docs)
:::

### Connect to contract

Expand Down
4 changes: 0 additions & 4 deletions docs/build/sdk/v2/balances.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Balances

::: warning
The Unique SDK v2 is in alpha and may contain bugs or incomplete features. For production use or to access more stable functionality, please refer to the [documentation for the previous version](../getting-started.md) of the SDK.
:::

## Prerequisite

Follow the [Getting started guide](./quick-start.md) to install required libraries, receive test network OPL tokens, and initialize SDK.
Expand Down
4 changes: 0 additions & 4 deletions docs/build/sdk/v2/collections.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Collections

::: warning
The Unique SDK v2 is in alpha and may contain bugs or incomplete features. For production use or to access more stable functionality, please refer to the [documentation for the previous version](../getting-started.md) of the SDK.
:::

[[toc]]

## Intro
Expand Down
4 changes: 0 additions & 4 deletions docs/build/sdk/v2/indexer.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Unique SDK indexer

::: warning
The Unique SDK v2 is in alpha and may contain bugs or incomplete features. For production use or to access more stable functionality, please refer to the [documentation for the previous version](../getting-started.md) of the SDK.
:::

[[toc]]


Expand Down
4 changes: 0 additions & 4 deletions docs/build/sdk/v2/quick-start.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Unique SDK quick start

::: warning
The Unique SDK v2 is in alpha and may contain bugs or incomplete features. For production use or to access more stable functionality, please refer to the [documentation for the previous version](../getting-started.md) of the SDK.
:::

The SDK facilitates seamless integration of Unique Network's capabilities into the web3 application, bypassing the need for direct low-level API interaction. It enables you to effortlessly mint collections and tokens, manage account balances, and more.

All transactions require a fee so that you can use Opal tokens for test purposes. You can get them free in [Telegram faucet bot](https://t.me/unique2faucet_opal_bot).
Expand Down
3 changes: 0 additions & 3 deletions docs/build/sdk/v2/sponsoring.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Collection sponsoring

::: warning
The Unique SDK v2 is in alpha and may contain bugs or incomplete features. For production use or to access more stable functionality, please refer to the [documentation for the previous version](../getting-started.md) of the SDK.
:::

In Unique Network, transactions can be sponsored, allowing for a gasless experience where the sponsor covers the transaction fees. This enables seamless and cost-free transfers of NFTs and the execution of smart contracts, even for accounts without native tokens.

Expand Down
4 changes: 0 additions & 4 deletions docs/build/sdk/v2/tokens.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# NFTs

::: warning
The Unique SDK v2 is in alpha and may contain bugs or incomplete features. For production use or to access more stable functionality, please refer to the [documentation for the previous version](../getting-started.md) of the SDK.
:::

[[toc]]

## Intro
Expand Down

0 comments on commit 08715c0

Please sign in to comment.