Age | Commit message (Collapse) | Author | Files | Lines |
|
* Remove docs from monorepo
* Update PULL_REQUEST_TEMPLATE.md
* Update relative doc references with links or todo
|
|
* Fix visibility of focused skip link on docs site
The `sr-only` utility class used on the “Skip to Content” link at the top of each page in the docs is designed to be paired with the `focus:not-sr-only` class. `focus:not-sr-only` was missing on the skip link, meaning it was never shown even when focused.
* Fix visibility of focused skip link in docs example project
Apply the same fix as ac890b56 to the same component in the docs starter project.
|
|
* Move english pages under `/en` and fix broken links hopefully
* Add meta refresh tags for `/` to `/en/` url moves + make `/index.astro` work without js
* update languageselect for new en format
Co-authored-by: Fred K. Schott <fkschott@gmail.com>
|
|
|
|
|
|
|
|
Fixes #1963
|
|
|
|
* update docs site to leverage astro v0.21
* fix resolutions
* fix docsearch import
* Resolve `@docsearch/react` is a cross-execution-context-friendly way
* chore: update astro version
* fix: remove line highlighting syntax
* fix: braces inside of attr string
* Match current astro version
* Trim leading newline in MainLayout.astro template
* Move card grid styles into Layout
Co-authored-by: Nate Moore <nate@skypack.dev>
|
|
This both lets browsers reflect this color + provides Discord embeds a nice accent color
|
|
|
|
* add docsearch language facet and initialize Algolia with the language facet filter
* disable facetFilters in docsearch
revisit implementation once Astro docs have been indexed by lang
|
|
|
|
|
|
|
|
|
|
* Add Vercel sponsorship logo
Also normalize other logos
* Add Vercel logo to www
* Add logos to docs
|
|
|
|
|
|
* add getting started in russian
* add russian in the lang selector
* add russian in blog post
* minor changes
* translation for the comments in the code
Co-authored-by: Alex <bespoyasov@me.com>
* changes from @nlopin
Co-authored-by: Nikolai Lopin <lopinopulos@gmail.com>
* sync with original docs #1464
* accept changes from @nlopin with slight changes
Co-authored-by: Alex <bespoyasov@me.com>
Co-authored-by: Nikolai Lopin <lopinopulos@gmail.com>
|
|
|
|
|
|
* Adds a changeset
* Add types to examples and docs
* Make changes based on review feedback
* Avoid using the variable named props
* Make path a const
|
|
|
|
|
|
|
|
|
|
|
|
* Fix URL normalization for the Left Sidebar in docs
* Move the fix into `util.ts` as suggested by @FredKSchott
|
|
* Add danish translation of the getting started page
* Add danish to KNOWN_LANGUAGES
|
|
|
|
Co-authored-by: = <=>
|
|
|
|
* translate getting-started.md into KR
* add kr to KNOWN_LANGUAGES
* add kr config to sidebar
* add kr option to the language selector
|
|
* Testing out adding a `titleClosure` to the `HeadSEO.astro` component
I think the api needs a bit of improvement, but the basic idea is you can pass this in to a published astro component for specifying how you want it to format your title!
* Refactor to make it pretty
* Rename the `titleClosure()` prop to `formatTitle()` to be more clear
* Use title, with site title as the fallback (#1143)
See og:title guidance (https://developers.facebook.com/docs/sharing/webmasters/)
Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com>
|
|
|
|
|
|
|
|
|
|
* docs: fix select language in Safari (#1127)
* docs: fix select language top position
* docs: fix select language position
|
|
|
|
* add support for truely unique astro root uids
* update test to test uniqueness
|
|
|
|
* 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
|
|
* 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>
|