summaryrefslogtreecommitdiff
path: root/docs/src/config.ts
diff options
context:
space:
mode:
authorGravatar V. Tinev <54780475+vtinev@users.noreply.github.com> 2021-08-06 23:46:09 +0300
committerGravatar GitHub <noreply@github.com> 2021-08-06 13:46:09 -0700
commit2da7078eff28b329987fa1a9ae2d37ed38a46e04 (patch)
treeeabd3a22f03de23c2bc66a25779e14b9b2524eae /docs/src/config.ts
parentc6b486e4bdad20c1b8b12acd7db03edc02b22a88 (diff)
downloadastro-2da7078eff28b329987fa1a9ae2d37ed38a46e04.tar.gz
astro-2da7078eff28b329987fa1a9ae2d37ed38a46e04.tar.zst
astro-2da7078eff28b329987fa1a9ae2d37ed38a46e04.zip
[Docs] Added an "Aliases" page under Guides. [En] (#1042)
* Styled the dark version for the search bar. Changed some stlyes for both themes. * [Docs] Added an "Aliases" page under Guides. [EN] * [Docs] Added "Aliases" page under Guides. Removed styles from another PR. * Revert theme.css. * Revert Search.css. * Edited the text. Co-authored-by: Peter Singh <drgaud@hotmail.com> * Text edits after review. * Apply suggestions from documentation review. Co-authored-by: Fred K. Schott <fkschott@gmail.com> Co-authored-by: V. Tinev <vtinev@2create.studio> Co-authored-by: Peter Singh <drgaud@hotmail.com> Co-authored-by: Fred K. Schott <fkschott@gmail.com>
Diffstat (limited to 'docs/src/config.ts')
-rw-r--r--docs/src/config.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/config.ts b/docs/src/config.ts
index 6fafece89..3dea10f6c 100644
--- a/docs/src/config.ts
+++ b/docs/src/config.ts
@@ -20,6 +20,7 @@ export const SIDEBAR = {
{ text: 'Data Fetching', link: 'guides/data-fetching' },
{ text: 'Markdown', link: 'guides/markdown-content' },
{ text: 'Supported Imports', link: 'guides/imports' },
+ { text: 'Aliases', link: 'guides/aliases' },
{ text: 'Deploy a Website', link: 'guides/deploy' },
{ text: 'Publish a Component', link: 'guides/publish-to-npm' },