Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
* 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>
|
|
|
|
* 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
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
This reverts commit 7f14ea6e3805a4931ce15925f4dddc37e1405fde.
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
* 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>
|
|
* Revert "Revert "Fixes duplicate head content (#995)" (#1001)"
This reverts commit b1959f0fed34ddc4c109c75ce32541b74efff13d.
* Handle markdown layouts
* Adding a changeset
|
|
|
|
* 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>
|
|
|
|
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
* Revert "Fixes duplicate head content (#995)"
This reverts commit 268a36f3999ce1255e759561e3591498c2a59554.
* Changeset
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
* fix preact render to modify server-rendered code
* add changeset
|
|
|
|
* 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;
|
|
|
|
* Make fetch available in all component types
This makes `globalThis.fetch` available in all components.
* Adds a changeset
|
|
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
* 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).
|
|
|
|
- Added missing but required link attribute
- Added note on how to create a full text feed
|
|
Align the lit component with the astro import and usage of it.
|
|
* fix: Exclude remote srcset URLs
Fixed #985
* chore: add changeset for 'Exclude remote srcset URLs'
|