Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add main section overviews; subsection index cards #440

Merged
merged 6 commits into from
Aug 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/learn/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Greetings! We are delighted to welcome you to the educational segment of the Ast

Whether you're an aspiring developer or a newcomer to the world of blockchain, this section provides comprehensive insights into the inner workings of Astar network. Starting from the basics such as accounts, we delve into the intricate protocols that fuel the functionality of Astar.

To expand your knowledge on building applications or utilizing various toolson Astar, we recommend exploring the build section.
To expand your knowledge about building applications or utilizing various tools on Astar, we recommend exploring the [build](/docs/build) section.

## Foundations
[About Astar](/docs/learn/astar)
Expand All @@ -23,6 +23,6 @@ To expand your knowledge on building applications or utilizing various toolson A

[Networks](/docs/learn/networks)

[Interoperability](/docs/learn/interoperability/xcm)
[Multichain Interoperability](/docs/learn/interoperability/xcm)

[Proxy Accounts](/docs/learn/Proxies.md)
10 changes: 10 additions & 0 deletions docs/tutorials/index.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# Tutorials

## Overview

In the following sections you will find hands-on tutorials covering various aspects of Astar Network.

```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';

<DocCardList items={useCurrentSidebarCategory().items}/>
```
10 changes: 10 additions & 0 deletions docs/use/index.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# Use

## Overview

In the following sections you will find all the help you need to create & manage accounts, and transact on Astar Network.

```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';

<DocCardList items={useCurrentSidebarCategory().items}/>
```