mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-11 07:06:28 +08:00
@@ -32,7 +32,7 @@ import {
|
||||
const linkList = [
|
||||
{
|
||||
icon: <GithubIcon />,
|
||||
title: 'Github',
|
||||
title: 'GitHub',
|
||||
link: 'https://github.com/toeverything/AFFiNE',
|
||||
},
|
||||
{
|
||||
@@ -66,8 +66,8 @@ const rightLinkList = [
|
||||
{
|
||||
icon: <DocIcon />,
|
||||
title: 'Check Our Docs',
|
||||
subTitle: 'Open Source',
|
||||
link: 'https://github.com/toeverything/AFFiNE',
|
||||
subTitle: 'docs.AFFiNE.pro',
|
||||
link: 'https://docs.affine.pro',
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@ There are also some things you should consider about this AFFiNE Alpha including
|
||||
2. Italic: \`*text*\`
|
||||
3. Underline: \`~text~\`
|
||||
4. Strikethrough: \`~~text~~\`
|
||||
5. Inline code: \`\` \`code\` \`\`
|
||||
5. Inline code: \`\` \`text\` \`\`
|
||||
6. Heading 1: \`# text\`
|
||||
7. Heading 2: \`## text\`
|
||||
8. Heading 3: \`### text\`
|
||||
|
||||
Reference in New Issue
Block a user