Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/learn/astar.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
---
sidebar_position: 1
description: Learn what is the Astar Collective.
image: /img/astar-preview.png
---

import Figure from '/src/components/figure'

# About Astar Network

[Astar Network]: https://astar.network/

## I. A Web3 Collective

<Figure caption="Astar Collective Social Card" src={require('/img/astar-preview.png').default} width="100%" />

Astar is a web3 collective focused on building products that bring users onchain while creating sustainable value for ASTR holders. Rather than operating as a traditional single-chain ecosystem, Astar coordinates multiple products and contributors across different blockchain networks through a unified economic and governance structure.

At the foundation of this collective sits Astar Network, which serves as the anchor point for governance decisions, security mechanisms, and economic coordination across the entire ecosystem. The network ensures that all activities, whether occurring on Ethereum, Base, or other integrated chains, remain connected to a common framework that benefits the broader Astar community.
Expand Down
11 changes: 9 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import rehypeKatex from 'rehype-katex';

const config: Config = {
title: 'Welcome to Astar',
tagline: 'Here you will find documentation on how to develop dApps on Astar.',
tagline: 'Here you can find documentation about the Astar Collective and its ecosystem.',
favicon: 'img/fav.png',

future: {
Expand Down Expand Up @@ -42,6 +42,13 @@ const config: Config = {
content: 'strict-origin-when-cross-origin',
},
},
{
tagName: 'meta',
attributes: {
name: 'twitter:card',
content: 'summary_large_image',
},
},
],

stylesheets: [
Expand Down Expand Up @@ -81,7 +88,7 @@ const config: Config = {
],

themeConfig: {
image: 'img/astar-logo-text.svg',
image: 'img/astar-preview.png',
navbar: {
logo: {
alt: 'Astar',
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function Home(): JSX.Element {
return (
<Layout
title={`${siteConfig.title}`}
description="Astar Network Official Documentation Portal - User Guides, Tutorials, and Tools for Developers."
description="Astar Collective Official Documentation with user guides, tutorials, technical information, and tools for developers."
>
<div className={styles.contentWrapper}>
<Hero />
Expand Down
Binary file added static/img/astar-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.