summaryrefslogtreecommitdiff
path: root/docs/src/config.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-09-07📘 DOC: New "Publish to npm" documentation (#1323)Gravatar Fred K. Schott 1-2/+2
* new publish docs * Minor cleanup - Removed trailing whitespaces. - Fixed a typo where `components` was misspelled. - Moved all links to references at the bottom of the file. - On line 162, I added bash for the file tree example as it was used for the previous example on line 29. - Added a new line between examples that had a DO and DO NOT. - The code snippet from line 85 is a good example. Having that li'l space made it much nicer to read. * cleanup publish docs * add note on experimental nature of npm package support Co-authored-by: Devin W. Leaman <git@4lch4.email>
2021-09-06scale back the examples pageGravatar Fred K. Schott 1-1/+1
2021-08-30docs: translate astro vs other docs to zh comparing-astro-vs-other-tools.md ↵Gravatar Xinyuan Wang 1-0/+4
(#1199) * translate getting-started.md into ZH (CN & TW) * fix translate the title for getting-started.md * add zh CN & TW config in Docs * fix config "locale" * fix config.ts add route for CN & TW * fix installation.md Next Steps title 's level * translate quick-start.md & installation.md & examples.md into ZH (CN ) * Add lang variable to docs frontmatter for translations * Update docs/src/pages/zh-TW/getting-started.md Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> * docs: translate astro vs other docs to zh comparing-astro-vs-other-tools.md * Version Packages * [ci] yarn format * fix: Merge conflicts * docs: add the part of gatsby * [ci] yarn format Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: ChelesteWang <ChelesteWang@users.noreply.github.com>
2021-08-27Add danish translation of the getting started page (#1243)Gravatar Mikkel Tønder 1-0/+4
* Add danish translation of the getting started page * Add danish to KNOWN_LANGUAGES
2021-08-25added bengali translation of the getting started page (#1215)Gravatar Rafid Muhymin Wafi 1-0/+4
2021-08-25[ci] yarn formatGravatar matthewp 1-1/+1
2021-08-25Arabic getting-started translation (#1166)Gravatar حمد بنقالي 1-0/+4
Co-authored-by: = <=>
2021-08-24[ci] yarn formatGravatar FredKSchott 1-1/+1
2021-08-23[i18n][Docs] Add Korean Translation of Getting Started page (#1189)Gravatar Joohoon Cha 1-0/+4
* translate getting-started.md into KR * add kr to KNOWN_LANGUAGES * add kr config to sidebar * add kr option to the language selector
2021-08-23Add Astro `<Debug/>` component (#675)Gravatar Caleb Jasik 1-0/+1
* Initial MVP Debug component * Document the prettifying of the input * Just make `<Debug/>` a wrapper around `<Prism/>` lol * feat: add details/summary debug component * chore: remove Props (unused) * fix: prefer `div` to semantic elements * chore: format * fix: prop-drill `class` into components * fix: ensure `astro/components` are evaluated lazily * feat(debug): export debug component from `astro/debug` * fix: minimal example local snowpack config * docs: add debugging docs * chore: add changeset * docs: update debug docs Co-authored-by: Nate Moore <nate@skypack.dev>
2021-08-16docs: added 2 pages in French (#1114)Gravatar Gautier Ben Aïm 1-1/+3
2021-08-13docs: rename sidebar "Components" to "Component Syntax"Gravatar Fred K. Schott 1-1/+1
2021-08-11Add file-based routing /w dynamic paths (#1010)Gravatar Fred K. Schott 1-2/+4
* wip: add file-based routing * add pagination tests and nested pagination support
2021-08-06[Docs] Added an "Aliases" page under Guides. [En] (#1042)Gravatar V. Tinev 1-0/+1
* 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>
2021-08-06[ADD][i18n][Docs] French translation of getting started page (#1040)Gravatar Philippe L'ATTENTION 1-0/+4
* [ADD][i18n][Docs] French translation of getting started page - Add Sidebar translated menus - Add lang code fr to language selection - Add french translated getting-started page * [ADD][i18n][Docs] Adding 'fr' key to known langs for automatic redirect
2021-08-06[ci] yarn formatGravatar FredKSchott 1-2/+2
2021-08-05Added Bulgarian translation for the Getting Started page. (#1032)Gravatar V. Tinev 1-0/+4
* Added translation for the Getting Started page. * Removed remaining English text from the translated version. * Added Bulgarian as a known langugage (index.astro). * Added Bulgarian as a known langugage (index.astro). Co-authored-by: V. Tinev <vtiev@2create.studio>
2021-08-05Docs: Add zh-tw translation for Setup (#980)Gravatar YM 1-2/+5
* Add zh-tw translation of quick start in doc * Add translation into zh-tw for Install in docs * Update getting started for zh-tw * Update language label for Traditional Chinese * Update toc titles for zh-hant-TW * Update lang attribute for zh-TW * Add zh-tw translation of example in doc * Update sidebar items for zh-TW in Docs
2021-08-04Add spanish getting-started translation (#988)Gravatar Jesus Gil 1-0/+4
* Add spanish getting-started translation Translated getting-started page to spanish. Added spanish links to config.ts, and spanish option to header language dropdown. * add language code to frontmatter Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-08-04Docs/add german translation (#1005)Gravatar Joshua Stübner 1-0/+4
* feat: add German getting started page * feat: add missing links to German page to config and LanguageSelect * feat: remove two dashes because that's considered bad practice * Update LanguageSelect.tsx Co-authored-by: Joshua <joshua.stuebner@bloxxter.com> Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-08-04docs(translate):translate getting-started.md into ZH (CN & TW) (#979)Gravatar Xinyuan Wang 1-0/+11
* translate getting-started.md into ZH (CN & TW) * fix translate the title for getting-started.md * add zh CN & TW config in Docs * fix config "locale" * fix config.ts add route for CN & TW * fix installation.md Next Steps title 's level * translate quick-start.md & installation.md & examples.md into ZH (CN ) * Add lang variable to docs frontmatter for translations * Update docs/src/pages/zh-TW/getting-started.md Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
2021-08-02[ci] yarn formatGravatar FredKSchott 1-8/+7
2021-08-01full translation (#967)Gravatar Fred K. Schott 1-53/+47
2021-07-31[ci] yarn formatGravatar FredKSchott 1-1/+1
2021-07-30Docs site cleanup (#948)Gravatar Fred K. Schott 1-23/+7
* add language selector * docs site cleanup * review feedback * code review comments
2021-07-27DOC: revisions made to the setup section (#864)Gravatar Peter Singh 1-1/+1
* this is the last time im changing these files.... * This is Thats these two files finished off... * Updated the section setup, a bit * trying to resolve the conflict Co-authored-by: Matthew Phillips <matthew@matthewphillips.info>
2021-07-21slight homepage redesign (#789)Gravatar Fred K. Schott 1-1/+1
2021-07-20Docs/ Add MetaData component for Open Graph and Twitter embeds (#784)Gravatar Caleb Jasik 1-0/+12
* Docs/ Add MetaData component for Open Graph and Twitter embeds * Switch twitter card type to `summary_large_image` * Add a version tag to the default-og-image url for cache busting * Update docs/src/config.ts Co-authored-by: Fred K. Schott <fkschott@gmail.com> * Incorporate changes from review * Construct `canonicalImageSrc` from `Astro.site`, which is not useful now, but could be if #788 is implemented Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-07-20docs: fix the templating setup for the `<title/>` in `MainLayout.astro` (#779)Gravatar Caleb Jasik 1-0/+4
2021-07-19add comparison docs (#718)Gravatar Fred K. Schott 1-0/+1
2021-07-16New getting started guideGravatar Fred K. Schott 1-0/+1
2021-07-16Revert "New getting started guide (#715)"Gravatar Fred K. Schott 1-1/+0
This reverts commit 2827f077baab6674a8ee47f3006e82ce991118b8.
2021-07-16New getting started guide (#715)Gravatar Fred K. Schott 1-0/+1
* New getting started guide * style: small style tweaks * style: theme updates * chore: add redirect * style: theme tweaks * fix: clamp logo height * style: fix sidebar width Co-authored-by: Nate Moore <nate@skypack.dev>
2021-07-15merge in docs site (#705)Gravatar Fred K. Schott 1-0/+67