Skip to content

Commit

Permalink
removing all references to the Turbolinks integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Sullivan committed May 16, 2022
1 parent e254c39 commit 461202f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/pages/de/install/auto.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Der Assistent bietet dir nun an, direkt den `install`-Befehl deines Paketmanager
### Installiere offizielle Integrationen (optional)

Du hast nun die Möglichkeit, die Unterstützung für [zusätzliche UI-Frameworks](/de/core-concepts/framework-components/) (React, Svelte, Vue, Solid, Preact, Lit), sowie andere offizielle Astro-Integrationen (Tailwind, Turbolinks, Partytown, Sitemap) zu installieren. Wenn du dich dafür entscheidest, führt der Assistent den Befehl `astro add --yes` aus.
Du hast nun die Möglichkeit, die Unterstützung für [zusätzliche UI-Frameworks](/de/core-concepts/framework-components/) (React, Svelte, Vue, Solid, Preact, Lit), sowie andere offizielle Astro-Integrationen (Tailwind, Partytown, Sitemap) zu installieren. Wenn du dich dafür entscheidest, führt der Assistent den Befehl `astro add --yes` aus.

Um auszuwählen, welche Astro-Integrationen installiert werden sollen, verwende die Pfeiltasten (auf und ab) zur Navigation, und die Leertaste, um die aktuelle Integration zur Auswahl hinzuzufügen oder zu entfernen. Du kannst beliebig viele Integrationen gleichzeitig auswählen, oder auch ganz ohne Auswahl fortfahren.

Expand Down
2 changes: 1 addition & 1 deletion src/pages/en/guides/integrations-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ i18nReady: true
**Astro Integrations** add new functionality and behaviors for your project with only a few lines of code. You can write a custom integration yourself, or grab popular ones from [npm](https://www.npmjs.com/search?q=keywords%3Aastro-component&ranking=popularity).

- Unlock React, Vue, Svelte, Solid, and other popular UI frameworks.
- Integrate tools like Tailwind, Turbolinks, and Partytown with a few lines of code.
- Integrate tools like Tailwind, and Partytown with a few lines of code.
- Add new features to your project, like automatic sitemap generation.
- Write custom code that hooks into the build process, dev server, and more.

Expand Down
2 changes: 1 addition & 1 deletion src/pages/en/install/auto.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The wizard will offer to run an `install` command for you at this time, which is
> ⚠️ If you do not do so at this time, you will need to [install dependencies](/en/install/auto/#2-install-dependencies) after the wizard has finished, before starting your project.
### Install any Official Astro Integrations (optional)
You will be given the option at this time to add any [additional UI frameworks](/en/core-concepts/framework-components/) (React, Svelte, Vue, Solid, Preact, Lit) and then other Astro official integrations (Tailwind, Turbolinks, Partytown, Sitemap) by running `astro add --yes`
You will be given the option at this time to add any [additional UI frameworks](/en/core-concepts/framework-components/) (React, Svelte, Vue, Solid, Preact, Lit) and then other Astro official integrations (Tailwind, Partytown, Sitemap) by running `astro add --yes`


To select which Astro integrations, if any, you would like to include in your project, use the arrow keys (up and down) to navigate and the space bar to toggle between selected states. You can select multiple items at once, or you can continue without selecting any integrations.
Expand Down
2 changes: 1 addition & 1 deletion src/pages/en/reference/configuration-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ Pass a custom [Rehype](https://github.com/remarkjs/remark-rehype) plugin to cust

## Integrations

Extend Astro with custom integrations. Integrations are your one-stop-shop for adding framework support (like Solid.js), new features (like sitemaps), and new libraries (like Partytown and Turbolinks).
Extend Astro with custom integrations. Integrations are your one-stop-shop for adding framework support (like Solid.js), new features (like sitemaps), and new libraries (like Partytown and Tailwind).

Read our [Integrations Guide](/en/guides/integrations-guide/) for help getting started with Astro Integrations.

Expand Down
2 changes: 1 addition & 1 deletion src/pages/en/reference/integrations-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This reference page is for anyone writing their own integration. To learn how to
The official Astro integrations can act as reference for you as you go to build your own integrations.

- **Renderers:** [`lit`](https://github.com/withastro/astro/blob/main/packages/integrations/lit/src/index.ts), [`svelte`](https://github.com/withastro/astro/blob/main/packages/integrations/svelte/src/index.ts), [`react`](https://github.com/withastro/astro/blob/main/packages/integrations/react/src/index.ts), [`preact`](https://github.com/withastro/astro/blob/main/packages/integrations/preact/src/index.ts), [`vue`](https://github.com/withastro/astro/blob/main/packages/integrations/vue/src/index.ts), [`solid`](https://github.com/withastro/astro/blob/main/packages/integrations/solid/src/index.ts)
- **Libraries:** [`tailwind`](https://github.com/withastro/astro/blob/main/packages/integrations/tailwind/src/index.ts), [`partytown`](https://github.com/withastro/astro/blob/main/packages/integrations/partytown/src/index.ts), [`turbolinks`](https://github.com/withastro/astro/blob/main/packages/integrations/turbolinks/src/index.ts)
- **Libraries:** [`tailwind`](https://github.com/withastro/astro/blob/main/packages/integrations/tailwind/src/index.ts), [`partytown`](https://github.com/withastro/astro/blob/main/packages/integrations/partytown/src/index.ts)
- **Features:** [`sitemap`](https://github.com/withastro/astro/blob/main/packages/integrations/sitemap/src/index.ts)

## Quick API Reference
Expand Down
2 changes: 1 addition & 1 deletion src/pages/es/install/auto.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pero esto es opcional.

Usted tendrá la opción de agregar cualquier librería de interfaz de usuario
(React, Svelte, Vue, Solid, Preact, Lit) y entre otras integraciones oficiales
de Astro (Tailwind, Turbolinks, Partytown, Sitemap) ejecutando el comando
de Astro (Tailwind, Partytown, Sitemap) ejecutando el comando
`astro add --yes`

Para seleccionar las integraciones oficiales de Astro que desea incluir, use las
Expand Down
2 changes: 1 addition & 1 deletion src/pages/pt-BR/guides/integrations-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ i18nReady: true
**Integrações Astro** adicionam novas funcionalidades e comportamentos para o seu projeto com apenas algumas linhas de código. Você mesmo pode escrever uma integração customizada ou adicionar uma popular do [npm](https://www.npmjs.com/search?q=keywords%3Aastro-component&ranking=popularity).

- Habilite React, Vue, Svelte, Solid e outros frameworks de UI populares.
- Integre ferramentas como Tailwind, Turbolinks e Partytown com algumas linhas de código.
- Integre ferramentas como Tailwind e Partytown com algumas linhas de código.
- Adicione novas funcionalidades ao seu projeto, como geração de sitemap automático.
- Escreva código customizado que é executado no processo de construção, no servidor de desenvolvimento e mais.

Expand Down
2 changes: 1 addition & 1 deletion src/pages/pt-BR/install/auto.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ O assistente de instalação irá se oferecer para executar o comando `install`
> ⚠️ Se você não deseja fazê-lo neste momento, será necessário [instalar as dependências](#2-instale-as-dependências) após o assistente finalizar e antes de iniciar o seu projeto.
### Instale qualquer Integração Oficial Astro (opcional)
Você terá nesse momento a opção de adicionar qualquer [framework de UI adicional](/pt-BR/core-concepts/framework-components) (React, Svelte, Vue, Solid, Preact, Lit) e também qualquer Integração Oficial Astro (Tailwind, Turbolinks, Partytown, Sitemap) ao executar `astro add --yes`.
Você terá nesse momento a opção de adicionar qualquer [framework de UI adicional](/pt-BR/core-concepts/framework-components) (React, Svelte, Vue, Solid, Preact, Lit) e também qualquer Integração Oficial Astro (Tailwind, Partytown, Sitemap) ao executar `astro add --yes`.

Para selecionar a integração Astro que você deseja incluir em seu projeto, use a teclas direcionais (cima e baixo) para navegar e a barra de espaço para modificar a seleção das opções. Você pode selecionar múltiplos itens de uma vez, ou pode continuar sem selecionar nenhuma integração.

Expand Down
2 changes: 1 addition & 1 deletion src/pages/zh-CN/install/auto.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pnpm create astro@latest
### 安装任一官方 Astro 集成(可选)

此时你可以选择添加任何[额外的 UI 框架](/en/core-concepts/framework-components)(如 React、Svelte、Vue、Solid、Preact、Lit),然后再通过运行 `astro add --yes` 添加其他 Astro 官方集成(如 Tailwind、Turbolinks、Partytown、Sitemap)。
此时你可以选择添加任何[额外的 UI 框架](/en/core-concepts/framework-components)(如 React、Svelte、Vue、Solid、Preact、Lit),然后再通过运行 `astro add --yes` 添加其他 Astro 官方集成(如 Tailwind、Partytown、Sitemap)。

要怎么选择想要再项目中使用的 Astro 集成?使用方向键(向上和向下)导航,空格键在选定的状态之间切换。你可以一次选择多个项目,或者你可以不选择任何集成就直接仅进行下一步。

Expand Down

0 comments on commit 461202f

Please sign in to comment.