* Styled the dark version for the search bar. Changed some stlyes for both themes.
* Adjusted the SearchFooter glow.
Co-authored-by: Peter Singh <drgaud@hotmail.com>
* Removed search footer glow.
* Added inset shadow for the search modal.
Co-authored-by: V. Tinev <vtinev@2create.studio>
Co-authored-by: Peter Singh <drgaud@hotmail.com>
* [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
* 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>
* 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
* Add Portuguese Translation of Getting Started page
Based on Brazilian Portuguese
* Fix/add improvement sugestions.
* Add missing preposition
* Update file to represent also the region
The Only changes to the existing files were the addition of the lang attribute
* Add language selection for Brazilian Portuguese
* Adding Dir attribute to allow rtl languges to work
* Update docs/src/layouts/MainLayout.astro
Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
Co-authored-by: Fred K. Schott <fkschott@gmail.com>
Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
* 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>
* 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>
* Completely fixes head/doctype stuff
* Remove the .only
* Add a comma following props
* Inject head stuff if there are both head and body elements in the component
* Remove extra debugger;
* Update deploy.md for Cloudflare Pages
- Adding description of how to set up an Astro site in Cloudflare Pages.
- Minor grammatical fix in the “Credits” area. :-) [Sorry, I have OCD about “off of.”]
* Remove sentence fragment
Removing sentence fragment left behind when I was researching the Environment Variable part. :-/
* Update deploy.md (remove misplaced text)
Same as before, but removing potentially misleading reference to Node version (since we explain in "Environment variables (advanced)" part how to resolve).