diff options
author | 2021-08-06 23:46:09 +0300 | |
---|---|---|
committer | 2021-08-06 13:46:09 -0700 | |
commit | 2da7078eff28b329987fa1a9ae2d37ed38a46e04 (patch) | |
tree | eabd3a22f03de23c2bc66a25779e14b9b2524eae /docs/src/config.ts | |
parent | c6b486e4bdad20c1b8b12acd7db03edc02b22a88 (diff) | |
download | astro-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.ts | 1 |
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' }, |