Skip to content

Commit 2eff89a

Browse files
committed
hands-on image and titles revisited
1 parent b3ef83a commit 2eff89a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.vitepress/config.mts

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { defineConfig } from 'vitepress'
22

33
// https://vitepress.dev/reference/site-config
44
export default defineConfig({
5-
title: "Zencode W3C VC",
6-
description: "Dyne.org W3C VC based on W3C standard and implemented using Zencode.",
5+
title: "Verifiable credentials in Zencode",
6+
description: "Simple implementation guide for W3C verifiable credentials using Zencode: easy, secure and interoperable.",
77
base: "/zencode-w3c-vc/",
88
srcDir: "./src",
99
themeConfig: {

src/index.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
layout: home
44

55
hero:
6-
name: "Zencode W3C VC"
6+
name: "Zencode VC journey"
77
text: "Verifiable credentials for your applications"
88
tagline: 'Easy, secure, interoperable'
9+
image:
10+
src: https://dyne.org/images/logos/black-transparent-Icon.svg
11+
alt: Quick hands-on guide
912
actions:
1013
- theme: brand
1114
text: 💥 MLDSA (Post-Quantum)

0 commit comments

Comments
 (0)