Skip to content

Commit

Permalink
update getbootstrap links
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Jan 15, 2023
1 parent 8bf4ff0 commit 4602447
Show file tree
Hide file tree
Showing 22 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<p align="center">
<a href="https://getbootstrap.com/" target="_blank" rel="external">
<a href="https://getbootstrap.com/docs/3.4/" target="_blank" rel="external">
<img src="https://v4-alpha.getbootstrap.com/assets/brand/bootstrap-solid.svg" height="80px">
</a>
<h1 align="center">Twitter Bootstrap Extension for Yii 2</h1>
<br>
</p>

This is the Twitter Bootstrap extension for [Yii framework 2.0](https://www.yiiframework.com). It encapsulates [Bootstrap 3](https://getbootstrap.com/) components
This is the Twitter Bootstrap extension for [Yii framework 2.0](https://www.yiiframework.com). It encapsulates [Bootstrap 3](https://getbootstrap.com/docs/3.4/) components
and plugins in terms of Yii widgets, and thus makes using Bootstrap components/plugins
in Yii applications extremely easy.

Expand Down
2 changes: 1 addition & 1 deletion docs/guide-es/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Extensión Twitter Bootstrap para Yii 2
======================================

La extensión incluye soporte para el marcado de [Bootstrap 3](https://getbootstrap.com/) y los componentes del framework
La extensión incluye soporte para el marcado de [Bootstrap 3](https://getbootstrap.com/docs/3.4/) y los componentes del framework
(también conocido como "Twitter Bootstrap"). Bootstrap es un excelente framework responsivo que puede acelerar
enormemente el proceso de desarrollo del lado del cliente.

Expand Down
2 changes: 1 addition & 1 deletion docs/guide-es/basic-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Uso Básico
==========

Yii no se ajusta a los conceptos básicos de bootstrap dentro del código PHP, desde el HTML es muy simple en si mismo
en este caso. Puedes encontrar los detalles sobre el uso de los conceptos básicos en la [web de bootstrap](https://getbootstrap.com/css/). Yii proporciona una manera de incluir los assets de bootstrap en tus páginas añadiendo una única linea a `AppAsset.php` localizado en tu
en este caso. Puedes encontrar los detalles sobre el uso de los conceptos básicos en la [web de bootstrap](https://getbootstrap.com/docs/3.4/css/). Yii proporciona una manera de incluir los assets de bootstrap en tus páginas añadiendo una única linea a `AppAsset.php` localizado en tu
directorio `@app/assets`:

```php
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-es/topics-less.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Usando directamente los ficheros .less de Bootstrap
===================================================

Si deseas incluir el [css de Bootstrap directamente en tus ficheros less](https://getbootstrap.com/getting-started/#customizing) puedes necesitar deshabilitar los ficheros css de bootstrap originales para ser cargados.
Si deseas incluir el [css de Bootstrap directamente en tus ficheros less](https://getbootstrap.com/docs/3.4/customize/) puedes necesitar deshabilitar los ficheros css de bootstrap originales para ser cargados.
Puedes hacer esto mediante la configuración de la propiedad css de [[yii\bootstrap\BootstrapAsset|BootstrapAsset]] asignando
un array vacio.
Para esto necesitas configurar el `assetManager` [componente de aplicación](https://github.com/yiisoft/yii2/blob/master/docs/guide-es/structure-application-components.md) como se muestra a continuación:
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ja/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Yii 2 Twitter Bootstrap エクステンション
========================================

このエクステンションは、マークアップとコンポーネントのフレームワーク [Bootstrap 3](https://getbootstrap.com/)
このエクステンションは、マークアップとコンポーネントのフレームワーク [Bootstrap 3](https://getbootstrap.com/docs/3.4/)
("Twitter Bootstrap" としても知られています) に対するサポートを提供します。
Bootstrap は優れた、レスポンシブなフレームワークであり、クライアント・サイドの開発プロセスを大いにスピードアップすることが出来るものです。

Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ja/basic-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
================

Yii は bootstrap の基礎を PHP コードでラップすることをしていません。なぜなら、この場合の HTML コードがそれ自体として非常にシンプルだからです。
bootstrap の基礎を使用することに関する詳細は、[bootstrap ドキュメント・ウェブ・サイト](https://getbootstrap.com/css/) で見ることが出来ます。
bootstrap の基礎を使用することに関する詳細は、[bootstrap ドキュメント・ウェブ・サイト](https://getbootstrap.com/docs/3.4/css/) で見ることが出来ます。
それでも、Yii はあなたのページに bootstrap のアセットをインクルードするための便利な方法を提供しています。
`@app/assets` ディレクトリに配置されている `AppAsset.php` に一行を加えるだけで大丈夫です。

Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ja/topics-less.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Bootstrap の .less ファイルを直接に使う
=======================================

あなたが [Bootstrap CSS をあなたの less ファイルに直接含める](https://getbootstrap.com/getting-started/#customizing) ことを望む場合は、
あなたが [Bootstrap CSS をあなたの less ファイルに直接含める](https://getbootstrap.com/docs/3.4/customize/) ことを望む場合は、
オリジナルの CSS ファイルがロードされないように無効化する必要があります。
[[yii\bootstrap\BootstrapAsset|BootstrapAsset]]`css` プロパティを空に設定することによって、そうすることが出来ます。
そのためには、`assetManager` [アプリケーション・コンポーネント](https://github.com/yiisoft/yii2/blob/master/docs/guide-ja/structure-application-components.md) を以下のように構成します。
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-pt-BR/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Extenção Twitter Bootstrap para Yii 2
=====================================

A extensão inclui suporte para marcação e componentes ao framework [Bootstrap 3](https://getbootstrap.com/)
A extensão inclui suporte para marcação e componentes ao framework [Bootstrap 3](https://getbootstrap.com/docs/3.4/)
(também conhecido como "Bootstrap Twitter"). Bootstrap é um excelente framework ágil, que pode acelerar bastante o
do lado do cliente do seu processo de desenvolvimento.

Expand Down
2 changes: 1 addition & 1 deletion docs/guide-pt-BR/basic-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Uso Básico
===========

O Yii Não registra os componentes básicos do bootstrap em código PHP visto que esse HTML é muito simples, por si só.
Você pode encontrar detalhes sobre como usar o básico no [site documentação do Bootstrap] (https://getbootstrap.com/css/). O Yii ainda fornece uma
Você pode encontrar detalhes sobre como usar o básico no [site documentação do Bootstrap] (https://getbootstrap.com/docs/3.4/css/). O Yii ainda fornece uma
forma conveniente para incluir assets de bootstrap em suas páginas com uma única linha adicionado ao arquivo `AppAsset.php` localizado no seu
diretório `@app/assets`:

Expand Down
2 changes: 1 addition & 1 deletion docs/guide-pt-BR/topics-less.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Usando arquivos .less diretamente do Bootstrap
===========================================

Se você quiser incluir o [css do Bootstrap diretamente em seus arquivos less] (https://getbootstrap.com/getting-started/#customizing)
Se você quiser incluir o [css do Bootstrap diretamente em seus arquivos less] (https://getbootstrap.com/docs/3.4/customize/)
talvez você precise desativar os arquivos css do Bootstrap originais que são carregados.
Você pode fazer isso definindo a propriedade css do [[yii \ inicialização \ BootstrapAsset | BootstrapAsset]] e deixe estar vazio.
Para isso, você precisa configurar o `assetManager` [application component](https://github.com/yiisoft/yii2/blob/master/docs/guide/structure-application-components.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ru/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Расширение Twitter Bootstrap для Yii 2
=====================================

Расшинение включает поддержку разметки и компонентов фреймворка [Bootstrap 3](https://getbootstrap.com/) (также известного как "Twitter Bootstrap"). Bootstrap является прекрасным, отзывчивым фреймворком, который может значительно ускорить процесс разработки на стороне клиента.
Расшинение включает поддержку разметки и компонентов фреймворка [Bootstrap 3](https://getbootstrap.com/docs/3.4/) (также известного как "Twitter Bootstrap"). Bootstrap является прекрасным, отзывчивым фреймворком, который может значительно ускорить процесс разработки на стороне клиента.

Ядро Bootstrap представлено двумя частями:

Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ru/basic-usage.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Базовое использование
===========

Yii не оборачивает базовый Bootstrap в PHP код, поскольку HTML, в этом случае, прост сам по себе. Вы можете найти подробную информацию об использовании на [сайте документации bootstrap](https://getbootstrap.com/css/). Тем не менее, Yii обеспечивает удобный способ включения bootstrap assets на ваших страницах добавленим одной строки в `AppAsset.php` расположенной в вашей `@app/assets` директории:
Yii не оборачивает базовый Bootstrap в PHP код, поскольку HTML, в этом случае, прост сам по себе. Вы можете найти подробную информацию об использовании на [сайте документации bootstrap](https://getbootstrap.com/docs/3.4/customize/css/). Тем не менее, Yii обеспечивает удобный способ включения bootstrap assets на ваших страницах добавленим одной строки в `AppAsset.php` расположенной в вашей `@app/assets` директории:

```php
public $depends = [
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ru/topics-less.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Использование .less файлов Bootstrap напрямую
===========================================

Если вы хотите включить [Bootstrap CSS непосредственно в ваши less файлы](https://getbootstrap.com/getting-started/#customizing), вам может понадобится отключить исходные css bootstrap файлы из загрузки. Вы можете сделать это установив [[yii\bootstrap\BootstrapAsset|BootstrapAsset]] свойство пустым. Для этого вам необходимо настроить [компонент приложения](https://github.com/yiisoft/yii2/blob/master/docs/guide/structure-application-components.md) `assetManager` следующим образом:
Если вы хотите включить [Bootstrap CSS непосредственно в ваши less файлы](https://getbootstrap.com/docs/3.4/customize/), вам может понадобится отключить исходные css bootstrap файлы из загрузки. Вы можете сделать это установив [[yii\bootstrap\BootstrapAsset|BootstrapAsset]] свойство пустым. Для этого вам необходимо настроить [компонент приложения](https://github.com/yiisoft/yii2/blob/master/docs/guide/structure-application-components.md) `assetManager` следующим образом:

```php
'assetManager' => [
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-uk/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Розширення Twitter Bootstrap для Yii 2
======================================

З коробки Yii включає підтримку розмітки [Bootstrap 3](https://getbootstrap.com/) та компонентів фреймворку
З коробки Yii включає підтримку розмітки [Bootstrap 3](https://getbootstrap.com/docs/3.4/) та компонентів фреймворку
(також відомий як "Twitter Bootstrap"). Bootstrap є чудовим, адаптивним фреймворком, який може значно прискорити
процес розробки клієнтської частини сайту.

Expand Down
2 changes: 1 addition & 1 deletion docs/guide-uk/basic-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
===================

Yii не загортає основи bootstrap в код PHP, оскільки в цьому випадку, сам по собі HTML є дуже простим.
Ви можете знайти детальну інформацію щодо використання основ на [сайті документації bootstrap](https://getbootstrap.com/css/).
Ви можете знайти детальну інформацію щодо використання основ на [сайті документації bootstrap](https://getbootstrap.com/docs/3.4/css/).
Проте Yii забезпечує зручний спосіб підключення ресурсів bootstrap до ваших сторінок за допомогою додання всього одного рядка до файлу
`AppAsset.php`, розташованого в каталозі `@app/assets`:

Expand Down
2 changes: 1 addition & 1 deletion docs/guide-uk/topics-less.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Використання .less файлів в Bootstrap
=====================================

Якщо ви хочете включити [CSS Bootstrap напряму до ваших less файлів](https://getbootstrap.com/getting-started/#customizing)
Якщо ви хочете включити [CSS Bootstrap напряму до ваших less файлів](https://getbootstrap.com/docs/3.4/customize/)
вам необхідно відключити завантаження оригінальних css файлів bootstrap.
Ви можете зробити це, встановивши CSS властивість [[yii\bootstrap\BootstrapAsset|BootstrapAsset]] порожньою.
Для цього вам необхідно налаштувати [компонент додатка](https://github.com/yiisoft/yii2/blob/master/docs/guide/structure-application-components.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-zh-CN/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
基于Yii 2 的 Twitter Bootstrap 扩展
=====================================

扩展包括对 [Bootstrap 3](https://getbootstrap.com/) 标记和组件框架的支持
扩展包括对 [Bootstrap 3](https://getbootstrap.com/docs/3.4/) 标记和组件框架的支持
(也称为“Twitter Bootstrap”)。 Bootstrap是一个优秀的,响应式框架,可以大大加快
客户端的开发过程。

Expand Down
2 changes: 1 addition & 1 deletion docs/guide-zh-CN/basic-usage.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
使用
===========

Yii不会将 bootstrap 合并到PHP代码中,因为HTML本身是非常简单的。猛击 [bootstrap 文档页](https://getbootstrap.com/css/) 查看如何使用 bootstrap. 但是 Yii 还是提供了在框架中更为方便的管理和使用 bootstrap的方式,在 `@app/assets` 路径下的 `AppAsset.php` 文件中,添加如下代码即可:
Yii不会将 bootstrap 合并到PHP代码中,因为HTML本身是非常简单的。猛击 [bootstrap 文档页](https://getbootstrap.com/docs/3.4/css/) 查看如何使用 bootstrap. 但是 Yii 还是提供了在框架中更为方便的管理和使用 bootstrap的方式,在 `@app/assets` 路径下的 `AppAsset.php` 文件中,添加如下代码即可:

```php
public $depends = [
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-zh-CN/topics-less.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
直接使用Bootstrap的.less文件
=======================================

如果引入 [直接使用Bootstrap的.less文件](https://getbootstrap.com/getting-started/#customizing)
如果引入 [直接使用Bootstrap的.less文件](https://getbootstrap.com/docs/3.4/customize/)
则需要禁用原始加载的 css 文件.
通过设置 [[yii\bootstrap\BootstrapAsset|BootstrapAsset]] 的 css 属性为空即可.
为此,需要配置 `assetManager` [应用组件](https://github.com/yiisoft/yii2/blob/master/docs/guide/structure-application-components.md) 为如下:
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Twitter Bootstrap Extension for Yii 2
=====================================

The extension includes support for the [Bootstrap 3](https://getbootstrap.com/) markup and components framework
The extension includes support for the [Bootstrap 3](https://getbootstrap.com/docs/3.4/) markup and components framework
(also known as "Twitter Bootstrap"). Bootstrap is an excellent, responsive framework that can greatly speed up the
client-side of your development process.

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/basic-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Basic Usage
===========

Yii doesn't wrap the bootstrap basics into PHP code since HTML is very simple by itself in this case. You can find details
about using the basics at [bootstrap documentation website](https://getbootstrap.com/css/). Still Yii provides a
about using the basics at [bootstrap documentation website](https://getbootstrap.com/docs/3.4/css/). Still Yii provides a
convenient way to include bootstrap assets in your pages with a single line added to `AppAsset.php` located in your
`@app/assets` directory:

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/topics-less.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Using the .less files of Bootstrap directly
===========================================

If you want to include the [Bootstrap css directly in your less files](https://getbootstrap.com/getting-started/#customizing)
If you want to include the [Bootstrap css directly in your less files](https://getbootstrap.com/docs/3.4/customize/)
you may need to disable the original bootstrap css files to be loaded.
You can do this by setting the css property of the [[yii\bootstrap\BootstrapAsset|BootstrapAsset]] to be empty.
For this you need to configure the `assetManager` [application component](https://github.com/yiisoft/yii2/blob/master/docs/guide/structure-application-components.md) as follows:
Expand Down

0 comments on commit 4602447

Please sign in to comment.