diff options
author | 2021-08-26 15:18:45 -0700 | |
---|---|---|
committer | 2021-08-26 15:18:45 -0700 | |
commit | e0c39fb217537f89818006ca88731cd765df4fb5 (patch) | |
tree | 3074105bbaf9068b2e8fdff2ac0b927c5d554cad /examples/docs/src/config.ts | |
parent | 9f2b1d6071fc09c25242b9bfe001eec50bdf3ae0 (diff) | |
download | astro-e0c39fb217537f89818006ca88731cd765df4fb5.tar.gz astro-e0c39fb217537f89818006ca88731cd765df4fb5.tar.zst astro-e0c39fb217537f89818006ca88731cd765df4fb5.zip |
improve introduction page of example/docs
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 = { |