-
Notifications
You must be signed in to change notification settings - Fork 429
/
Copy pathsite.ts
27 lines (22 loc) · 1.08 KB
/
site.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
export const SITE = {
title: "Chainlink Documentation",
description:
"Simple, clean, and comprehensive documentation for any developer to learn, experiment, and build with the Chainlink platform. Start building now.",
defaultLanguage: "en_US",
}
export const PAGE = {
titleFallback: "Chainlink Documentation",
}
export const OPEN_GRAPH = {
image: {
src: "/images/og.png",
alt: "Simple, clean, and comprehensive documentation for any developer to learn, experiment, and build with the Chainlink platform. Start building now.",
},
twitter: "chainlink",
}
// Uncomment this to add an "Edit this page" button to every page of documentation.
export const GITHUB_EDIT_URL = `https://github.com/smartcontractkit/documentation/tree/main/`
// Uncomment this to add an "Edit this page" button to every page of documentation.
export const TRANSLATION_FEEDBACK_URL = `https://chainlinkcommunity.typeform.com/to/bV6ux9R7/`
// Uncomment this to add an "Join our Community" button to every page of documentation.
export const COMMUNITY_INVITE_URL = `https://discord.com/invite/aSK4zew`