mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
docs: add link for farewell
This commit is contained in:
parent
801e3d68f5
commit
e82637ce9a
2 changed files with 4 additions and 0 deletions
|
|
@ -22,6 +22,9 @@ export function Footer(props: Props) {
|
|||
>
|
||||
{VERSION}
|
||||
</Link>
|
||||
<Link href={wikiLinks.bye} target="_blank" rel="noopener noreferrer">
|
||||
👋 About to say good bye.
|
||||
</Link>
|
||||
<RoundIconButton
|
||||
aria-label={'settings'}
|
||||
icon={GearIcon}
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ export const wikiLinks = {
|
|||
copySnippet: `${WIKI_HOME_LINK}/Copy-file-and-snippet`,
|
||||
createAccessToken: `${WIKI_HOME_LINK}/Access-token-for-Gitako`,
|
||||
pjaxMode: `${WIKI_HOME_LINK}/Pjax-Mode`,
|
||||
bye: `${WIKI_HOME_LINK}/About-to-say-good-bye`,
|
||||
}
|
||||
|
||||
const moreFields: SimpleConfigField<'copySnippetButton' | 'codeFolding' | 'pjaxMode'>[] =
|
||||
|
|
|
|||
Loading…
Reference in a new issue