Skip to content

Commit

Permalink
Fix docs (#92)
Browse files Browse the repository at this point in the history
Co-authored-by: Sergei Predvoditelev <sergei@predvoditelev.ru>
  • Loading branch information
luizcmarin and vjik authored May 14, 2024
1 parent 74515ab commit d2a797d
Show file tree
Hide file tree
Showing 39 changed files with 32 additions and 1,251 deletions.
6 changes: 3 additions & 3 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

* Redistributions of source code must retain the above copyright
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of Yii Software nor the names of its
* Neither the name of Yii Software nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

Expand Down
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ and plugins in terms of Yii widgets, and thus makes using Bulma components/plugi

## Installation

The package could be installed with [Composer](https://getcomposer.org):

```shell
composer require yiisoft/yii-bulma --prefer-dist
composer require yiisoft/yii-bulma
```

## Install assets
Expand Down Expand Up @@ -68,8 +70,8 @@ Add to composer.json file the following:

Once the changes are made, you can install the assets using the following command:

```php
composer update --prefer-dist
```shell
composer update
```

2. Using the [npm-asset](https://www.npmjs.com/) package manager.
Expand Down Expand Up @@ -146,14 +148,19 @@ $this->setJsFiles($assetManager->getJsFiles());

## Documentation

- [Guides](docs/guide/README.md)
- [Guide](docs/guide/en/README.md)
- [Internals](docs/internals.md)

## Support

If you need help or have a question, the [Yii Forum](https://forum.yiiframework.com/c/yii-3-0/63) is a good place for that.
You may also check out other [Yii Community Resources](https://www.yiiframework.com/community).

## License

The Yii Framework Bulma Integration is free software. It is released under the terms of the BSD License.
Please see [`LICENSE`](./LICENSE.md) for more information.

Maintained by [Yii Software](https://www.yiiframework.com/).

## Support the project

[![Open Collective](https://img.shields.io/badge/Open%20Collective-sponsor-7eadf1?logo=open%20collective&logoColor=7eadf1&labelColor=555555)](https://opencollective.com/yiisoft)
Expand All @@ -165,10 +172,3 @@ You may also check out other [Yii Community Resources](https://www.yiiframework.
[![Telegram](https://img.shields.io/badge/telegram-join-1DA1F2?style=flat&logo=telegram)](https://t.me/yii3en)
[![Facebook](https://img.shields.io/badge/facebook-join-1DA1F2?style=flat&logo=facebook&logoColor=ffffff)](https://www.facebook.com/groups/yiitalk)
[![Slack](https://img.shields.io/badge/slack-join-1DA1F2?style=flat&logo=slack)](https://yiiframework.com/go/slack)

## License

The Yii Framework Bulma Integration is free software. It is released under the terms of the BSD License.
Please see [`LICENSE`](./LICENSE.md) for more information.

Maintained by [Yii Software](https://www.yiiframework.com/).
5 changes: 0 additions & 5 deletions docs/guide/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/guide/en/dropdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<p align="center">
</br>
<img src="images/dropdown.png">
<img src="../images/dropdown.png">
</p>

HTML generated consists of:
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/en/menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<p align="center">
</br>
<img src="images/menu.png">
<img src="../images/menu.png">
</p>

HTML generated consists of:
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/en/message.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<p align="center">
</br>
<img src="images/message.png">
<img src="../images/message.png">
</p>

HTML generated consists of:
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/en/modal.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The modal structure:

<p align="center">
</br>
<img src="images/modal.png">
<img src="../images/modal.png">
</p>

## Usage
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/en/modalcard.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<p align="center">
</br>
<img src="images/modal_card.png">
<img src="../images/modal_card.png">
</p>

The modal structure:
Expand Down
6 changes: 3 additions & 3 deletions docs/guide/en/navbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@

<p align="center">
</br>
<img src="images/navbar.png">
<img src="../images/navbar.png">
</p>

<p align="center">
</br>
<img src="images/navbar-responsive-1.png">
<img src="../images/navbar-responsive-1.png">
</p>

<p align="center">
</br>
<img src="images/navbar-responsive-2.png">
<img src="../images/navbar-responsive-2.png">
</p>

HTML generated consists of:
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/en/panel.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<p align="center">
</br>
<img src="images/panel.png">
<img src="../images/panel.png">
</p>

## Usage
Expand Down
4 changes: 2 additions & 2 deletions docs/guide/en/progressbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
Loading widget looks like the following:

<p align="center">
<img src="images/progressbar.png">
<img src="../images/progressbar.png">
</p>

In progress widget looks like this:

<p align="center">
<img src="images/progressbar-indeterminate.gif">
<img src="../images/progressbar-indeterminate.gif">
</p>

## Usage
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/en/tabs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<p align="center">
</br>
<img src="images/tabs.png">
<img src="../images/tabs.png">
</p>

## Usage
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
17 changes: 0 additions & 17 deletions docs/guide/pt-BR/README.md

This file was deleted.

88 changes: 0 additions & 88 deletions docs/guide/pt-BR/breadcrumbs.md

This file was deleted.

Loading

0 comments on commit d2a797d

Please sign in to comment.