Skip to content

Commit acec2ec

Browse files
committed
Merge branch 'main' of github.com:matestack/matestack-ui-bootstrap into main
2 parents c404f9e + acf64f9 commit acec2ec

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

.github/workflows/dockerpush.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
name: specs
22

3-
on: [push]
4-
3+
on:
4+
push:
5+
paths-ignore:
6+
- 'docs/**'
7+
- 'README.md'
8+
- 'CHANGELOG.md'
59
jobs:
610
test_7_0_ruby_3_0:
711
runs-on: ubuntu-latest

docs/SUMMARY.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
* [Welcome](README.md)
44
* [Migrate to 3.0](migrate-from-2.x-to-3.0.md)
5+
* [Back to 2.1](https://docs.matestack.io/matestack-ui-bootstrap/v/2.1/)
56

67
## Getting Started
78

@@ -26,22 +27,22 @@
2627
* [Badge](api/components/badge.md)
2728
* [Breadcrumb](api/components/breadcrumb.md)
2829
* [Button](api/components/button.md)
29-
* [ButtonGroup](api/components/button_group.md)
30+
* [ButtonGroup](api/components/button\_group.md)
3031
* [Card](api/components/card.md)
3132
* [Carousel](api/components/carousel.md)
3233
* [Chart](api/components/chart.md)
3334
* [Close](api/components/close.md)
3435
* [Collapse](api/components/collapse.md)
3536
* [Dropdown](api/components/dropdown.md)
36-
* [ListGroup](api/components/list_group.md)
37+
* [ListGroup](api/components/list\_group.md)
3738
* [Modal](api/components/modal.md)
38-
* [Nav](api/components/tab_nav.md)
39+
* [Nav](api/components/tab\_nav.md)
3940
* [Navbar](api/components/navbar.md)
4041
* [Pagination](api/components/pagination.md)
4142
* [Popover](api/components/popover.md)
4243
* [Progress](api/components/progress.md)
4344
* [Scrollspy](api/components/scrollspy.md)
44-
* [Smart collection](api/components/smart_collection.md)
45+
* [Smart collection](api/components/smart\_collection.md)
4546
* [Spinner](api/components/spinner.md)
4647
* [Toast](api/components/toast.md)
4748
* [Tooltip](api/components/tooltip.md)

0 commit comments

Comments
 (0)