mirror of
https://github.com/logos-storage/logos-storage-docs.git
synced 2026-01-03 22:03:09 +00:00
30 lines
858 B
Markdown
30 lines
858 B
Markdown
---
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
layout: home
|
|
|
|
# It would be great if the /versions/0.0.1 links below could somehow use
|
|
# LATEST_VERSION from versions.ts
|
|
|
|
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: ./versions/0.0.1/learn/what-is-codex
|
|
- theme: alt
|
|
text: Quick start
|
|
link: ./versions/0.0.1/learn/quick-start
|
|
|
|
features:
|
|
- title: Learn
|
|
details: Get more information about Codex
|
|
link: ./versions/0.0.1/learn/what-is-codex
|
|
icon: 📚
|
|
- title: Developers
|
|
details: Build Codex
|
|
link: ./versions/0.0.1/developers/api
|
|
icon: 🏗️
|
|
---
|