mirror of
https://github.com/logos-storage/logos-storage-docs.git
synced 2026-01-02 13:23:07 +00:00
* Updates learn and network docs * Removes codex networks, removes "join the testnet" on main page * updates es and ko run files to match english one * Removes networks panel from main page
27 lines
686 B
Markdown
27 lines
686 B
Markdown
---
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
layout: home
|
|
|
|
hero:
|
|
name: Codex
|
|
text: Decentralised data storage platform
|
|
tagline: Codex is a durable, decentralised data storage protocol, created so the world community can preserve its most important knowledge without risk of censorship.
|
|
actions:
|
|
- theme: brand
|
|
text: What is Codex?
|
|
link: /learn/what-is-codex
|
|
- theme: alt
|
|
text: Quick start
|
|
link: /learn/quick-start
|
|
|
|
features:
|
|
- title: Learn
|
|
details: Get more information about Codex
|
|
link: /learn/what-is-codex
|
|
icon: 📚
|
|
- title: Developers
|
|
details: Build Codex
|
|
link: /developers/api
|
|
icon: 🏗️
|
|
---
|