Skip to content

Commit

Permalink
update docs folder links
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Dec 20, 2022
1 parent 40c8ef4 commit 00b79e5
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion docs/guide-de/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Twitter Bootstrap Erweiterung für Yii 2
=======================================

Diese Erweiterung enthält Unterstützung für das [Bootstrap 4 Framework](http://getbootstrap.com/) (auch bekannt als "Twitter Bootstrap")
Diese Erweiterung enthält Unterstützung für das [Bootstrap 4 Framework](https://getbootstrap.com/) (auch bekannt als "Twitter Bootstrap")
Markup und dessen Komponenten. Bootstrap ist eine exzellentes, reponsives Framework welches den clientseitigen
Entwicklungsprozess vehement zu verkürzen vermag.

Expand Down
2 changes: 1 addition & 1 deletion docs/guide-de/assets-setup.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Asset-Konfiguration
===================

Diese Erweiterung beruht auf [Bower](http://bower.io/) und/oder [NPM](https://www.npmjs.org/) Packages für die Asset Installation.
Diese Erweiterung beruht auf [Bower](https://bower.io/) und/oder [NPM](https://www.npmjs.org/) Packages für die Asset Installation.
Bevor Sie diese Erweiterung einsetzen, sollten Sie entscheiden, auf welche Weise Sie diese Packages installieren möchten.

## Verwendung des asset-packagist Repository
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-de/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Installation

## Mittels Composer Package

Der empfohlene Weg zur Installation dieser Erweiterung ist mittels [composer](http://getcomposer.org/download/).
Der empfohlene Weg zur Installation dieser Erweiterung ist mittels [composer](https://getcomposer.org/download/).

Führen Sie entweder folgenden Befehlt aus

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 4](http://getbootstrap.com/) y los componentes del framework
La extensión incluye soporte para el marcado de [Bootstrap 4](https://getbootstrap.com/) 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/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Instalación

## Obteniendo el Paquete de Composer

La mejor manera para instalar esta extensión es a través de [composer](http://getcomposer.org/download/).
La mejor manera para instalar esta extensión es a través de [composer](https://getcomposer.org/download/).

Ejecuta

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

Si deseas incluir el [css de Bootstrap directamente en tus ficheros sass](http://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 sass](https://getbootstrap.com/getting-started/#customizing) 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\bootstrap4\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 4](http://getbootstrap.com/) ("Twitter Bootstrap" としても知られています)
このエクステンションは、マークアップとコンポーネントのフレームワーク [Bootstrap 4](https://getbootstrap.com/) ("Twitter Bootstrap" としても知られています)
に対するサポートを提供します。
Bootstrap は優れた、レスポンシブなフレームワークであり、クライアント・サイドの開発プロセスを大いにスピードアップすることが出来るものです。

Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ja/assets-setup.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
アセットのセットアップ
======================

Bootstrap エクステンションは、アセットのインストールについて、[Bower](http://bower.io/) および/または [NPM](https://www.npmjs.org/) のパッケージに依存しています。
Bootstrap エクステンションは、アセットのインストールについて、[Bower](https://bower.io/) および/または [NPM](https://www.npmjs.org/) のパッケージに依存しています。
Bootstrap パッケージを使う前に、これらのパッケージをあなたのプロジェクトにインストールする方法を決定しなければなりません。


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

## Composer パッケージを取得する

このエクステンションをインストールするのに推奨される方法は [composer](http://getcomposer.org/download/) によるものです。
このエクステンションをインストールするのに推奨される方法は [composer](https://getcomposer.org/download/) によるものです。

下記のコマンドを実行してください。

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

あなたが [Bootstrap CSS をあなたの sass ファイルに直接含める](http://getbootstrap.com/getting-started/#customizing) ことを望む場合は、
あなたが [Bootstrap CSS をあなたの sass ファイルに直接含める](https://getbootstrap.com/getting-started/#customizing) ことを望む場合は、
オリジナルの CSS ファイルがロードされないように無効化する必要があります。
[[yii\bootstrap4\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 4](http://getbootstrap.com/)
A extensão inclui suporte para marcação e componentes ao framework [Bootstrap 4](https://getbootstrap.com/)
(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/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Instalação

## Instalando através do composer

A maneira recomendada para instalar esta extensão é através do [composer](http://getcomposer.org/download/).
A maneira recomendada para instalar esta extensão é através do [composer](https://getcomposer.org/download/).

Então rode

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

Se você quiser incluir o [css do Bootstrap diretamente em seus arquivos sass] (http://getbootstrap.com/getting-started/#customizing)
Se você quiser incluir o [css do Bootstrap diretamente em seus arquivos sass] (https://getbootstrap.com/getting-started/#customizing)
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 4](http://getbootstrap.com/) (также известного как "Twitter Bootstrap"). Bootstrap является прекрасным, отзывчивым фреймворком, который может значительно ускорить процесс разработки на стороне клиента.
Расширение включает поддержку разметки и компонентов фреймворка [Bootstrap 4](https://getbootstrap.com/) (также известного как "Twitter Bootstrap"). Bootstrap является прекрасным, отзывчивым фреймворком, который может значительно ускорить процесс разработки на стороне клиента.

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

Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ru/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Получение расширения через Composer

Предпочтительный способ установки расширения - через [Composer](http://getcomposer.org/download/).
Предпочтительный способ установки расширения - через [Composer](https://getcomposer.org/download/).

Для этого запустите команду

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

Если вы хотите включить [Bootstrap CSS непосредственно в ваши sass-файлы](http://getbootstrap.com/getting-started/#customizing), вам может понадобиться исключить исходные css-файлы Bootstrap из загрузки. Вы можете сделать это, установив пустым свойство `css` пакета [[yii\bootstrap4\BootstrapAsset|BootstrapAsset]]. Для этого вам необходимо настроить [компонент приложения](https://github.com/yiisoft/yii2/blob/master/docs/guide/structure-application-components.md) `assetManager` следующим образом:
Если вы хотите включить [Bootstrap CSS непосредственно в ваши sass-файлы](https://getbootstrap.com/getting-started/#customizing), вам может понадобиться исключить исходные css-файлы Bootstrap из загрузки. Вы можете сделать это, установив пустым свойство `css` пакета [[yii\bootstrap4\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 4](http://getbootstrap.com/) та компонентів фреймворку
З коробки Yii включає підтримку розмітки [Bootstrap 4](https://getbootstrap.com/) та компонентів фреймворку
(також відомий як "Twitter Bootstrap"). Bootstrap є чудовим, адаптивним фреймворком, який може значно прискорити
процес розробки клієнтської частини сайту.

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

## Отримання пакету Composer

Кращим способом для встановлення даного розширення є встановлення через [composer](http://getcomposer.org/download/).
Кращим способом для встановлення даного розширення є встановлення через [composer](https://getcomposer.org/download/).

Запустіть

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

Якщо ви хочете включити [CSS Bootstrap напряму до ваших sass файлів](http://getbootstrap.com/getting-started/#customizing)
Якщо ви хочете включити [CSS Bootstrap напряму до ваших sass файлів](https://getbootstrap.com/getting-started/#customizing)
вам необхідно відключити завантаження оригінальних css файлів bootstrap.
Ви можете зробити це, встановивши CSS властивість [[yii\bootstrap4\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](http://getbootstrap.com/) 标记和组件框架的支持
扩展包括对 [Bootstrap 3](https://getbootstrap.com/) 标记和组件框架的支持
(也称为“Twitter Bootstrap”)。 Bootstrap是一个优秀的,响应式框架,可以大大加快
客户端的开发过程。

Expand Down
2 changes: 1 addition & 1 deletion docs/guide-zh-CN/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## 获取 Composer 包

安装此扩展的首选方式是通过 [composer](http://getcomposer.org/download/).
安装此扩展的首选方式是通过 [composer](https://getcomposer.org/download/).

直接运行

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

如果引入 [直接使用Bootstrap的.sass文件](http://getbootstrap.com/getting-started/#customizing)
如果引入 [直接使用Bootstrap的.sass文件](https://getbootstrap.com/getting-started/#customizing)
则需要禁用原始加载的 css 文件.
通过设置 [[yii\bootstrap4\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 4](http://getbootstrap.com/) markup and components framework
The extension includes support for the [Bootstrap 4](https://getbootstrap.com/) 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/assets-setup.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Assets Setup
============

This extensions relies on [Bower](http://bower.io/) and/or [NPM](https://www.npmjs.org/) packages for the asset installation.
This extensions relies on [Bower](https://bower.io/) and/or [NPM](https://www.npmjs.org/) packages for the asset installation.
Before using this package you should decide in which way you will install those packages in your project.


Expand Down
2 changes: 1 addition & 1 deletion docs/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Installation

## Getting Composer package

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
The preferred way to install this extension is through [composer](https://getcomposer.org/download/).

Either run

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

If you want to include the [Bootstrap css directly in your sass files](http://getbootstrap.com/getting-started/#customizing)
If you want to include the [Bootstrap css directly in your sass files](https://getbootstrap.com/getting-started/#customizing)
you may need to disable the bootstrap css files loaded by this extension.
You can do this by setting the css property of [[yii\bootstrap4\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 00b79e5

Please sign in to comment.