mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-23 13:02:21 +08:00
@@ -32,7 +32,7 @@ import {
|
|||||||
const linkList = [
|
const linkList = [
|
||||||
{
|
{
|
||||||
icon: <GithubIcon />,
|
icon: <GithubIcon />,
|
||||||
title: 'Github',
|
title: 'GitHub',
|
||||||
link: 'https://github.com/toeverything/AFFiNE',
|
link: 'https://github.com/toeverything/AFFiNE',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -66,8 +66,8 @@ const rightLinkList = [
|
|||||||
{
|
{
|
||||||
icon: <DocIcon />,
|
icon: <DocIcon />,
|
||||||
title: 'Check Our Docs',
|
title: 'Check Our Docs',
|
||||||
subTitle: 'Open Source',
|
subTitle: 'docs.AFFiNE.pro',
|
||||||
link: 'https://github.com/toeverything/AFFiNE',
|
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*\`
|
2. Italic: \`*text*\`
|
||||||
3. Underline: \`~text~\`
|
3. Underline: \`~text~\`
|
||||||
4. Strikethrough: \`~~text~~\`
|
4. Strikethrough: \`~~text~~\`
|
||||||
5. Inline code: \`\` \`code\` \`\`
|
5. Inline code: \`\` \`text\` \`\`
|
||||||
6. Heading 1: \`# text\`
|
6. Heading 1: \`# text\`
|
||||||
7. Heading 2: \`## text\`
|
7. Heading 2: \`## text\`
|
||||||
8. Heading 3: \`### text\`
|
8. Heading 3: \`### text\`
|
||||||
|
|||||||
Reference in New Issue
Block a user