upate tagline
This commit is contained in:
parent
5a6ca2c42c
commit
bcd5902d8b
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
sidebar_position: 4
|
||||
title: Blog
|
||||
description: Codex is building a Decentralized Durability Storage
|
||||
description: Codex is building a Decentralized Durability Storage Engine
|
||||
---
|
||||
import {BlogPosts} from '@site/src/components/mdx/BlogPosts';
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
sidebar_position: 2
|
||||
description: Codex is building a Decentralized Durability Storage
|
||||
description: Codex is building a Decentralized Durability Storage Engine
|
||||
---
|
||||
# How to use Codex
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
sidebar_position: 1
|
||||
title: Home
|
||||
description: Codex is building a Decentralized Durability Storage
|
||||
description: Codex is building a Decentralized Durability Storage Engine
|
||||
---
|
||||
|
||||
import {Hero} from '@site/src/components/mdx/Hero';
|
||||
|
@ -13,7 +13,7 @@ import {TeamList} from '@site/src/components/mdx/TeamList';
|
|||
import {BlogPosts} from '@site/src/components/mdx/BlogPosts';
|
||||
|
||||
<Hero title={"Codex"}
|
||||
subtitle={"Codex is building a Decentralized Durability Storage"}
|
||||
subtitle={"Codex is building a Decentralized Durability Storage Engine"}
|
||||
linkText={"PoC Dagger"}
|
||||
label={"Introduction"}
|
||||
linkUrl={"https://github.com/status-im/nim-codex"}/>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
description: Codex is building a Decentralized Durability Storage
|
||||
description: Codex is building a Decentralized Durability Storage Engine
|
||||
---
|
||||
|
||||
# Codex Students Program
|
||||
|
|
|
@ -8,7 +8,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula')
|
|||
/** @type {import('@docusaurus/types').Config} */
|
||||
const config = {
|
||||
title: 'Codex',
|
||||
tagline: 'Codex is building a Decentralized Durability Engine',
|
||||
tagline: 'Codex is building a Decentralized Durability Engine Engine',
|
||||
url: 'https://codex.storage',
|
||||
baseUrl: '/',
|
||||
onBrokenLinks: 'warn',
|
||||
|
@ -66,7 +66,8 @@ const config = {
|
|||
{ name: 'keywords', content: 'codex, storage' },
|
||||
{
|
||||
name: 'description',
|
||||
content: 'Codex is building a Decentralized Durability Storage',
|
||||
content:
|
||||
'Codex is building a Decentralized Durability Storage Engine',
|
||||
},
|
||||
{ name: 'image', content: 'img/codex-preview-image.png' },
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue