diff options
Diffstat (limited to 'examples/docs/src/config.ts')
-rw-r--r-- | examples/docs/src/config.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/docs/src/config.ts b/examples/docs/src/config.ts index a9001b8ab..a892aedda 100644 --- a/examples/docs/src/config.ts +++ b/examples/docs/src/config.ts @@ -16,6 +16,12 @@ export const KNOWN_LANGUAGES = { English: 'en', }; +// Uncomment this to add an "Edit this page" button to every page of documentation. +// export const GITHUB_EDIT_URL = `https://github.com/snowpackjs/astro/blob/main/docs/`; + +// Uncomment this to add an "Join our Community" button to every page of documentation. +// export const COMMUNITY_INVITE_URL = `https://astro.build/chat`; + // Uncomment this to enable site search. // See "Algolia" section of the README for more information. // export const ALGOLIA = { |