Skip to content

Commit 04d253c

Browse files
committed
docs: remove version number from url
2 parents 62794f1 + f4c2e97 commit 04d253c

File tree

299 files changed

+5535
-6262
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

299 files changed

+5535
-6262
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
contact_links:
22
- name: Ask a question
3-
url: https://community.coreui.io/
3+
url: https://github.com/coreui/coreui/discussions
44
about: Ask and discuss questions with other CoreUI community members

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<p align="center">
1010
Open Source UI Components Library built on top of Bootstrap 5.
1111
<br>
12-
<a href="https://coreui.io/docs/4.1/"><strong>Explore CoreUI docs »</strong></a>
12+
<a href="https://coreui.io/docs/"><strong>Explore CoreUI docs »</strong></a>
1313
<br>
1414
<br>
1515
<a href="https://github.com/coreui/coreui/issues/new?template=bug_report.md">Report bug</a>
@@ -45,7 +45,7 @@ Several quick start options are available:
4545
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/coreui`
4646
- Install with [Composer](https://getcomposer.org/): `composer require coreui/coreui:4.1.0`
4747

48-
Read the [Getting started page](https://coreui.io/docs/4.1/getting-started/introduction/) for information on the framework contents, templates and examples, and more.
48+
Read the [Getting started page](https://coreui.io/docs/getting-started/introduction/) for information on the framework contents, templates and examples, and more.
4949

5050

5151
## Status

config.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
languageCode: "en"
22
title: "CoreUI"
33
baseURL: "https://coreui.io/docs/"
4+
canonifyURLs: true
45
enableInlineShortcodes: true
56

67
markup:
@@ -25,7 +26,7 @@ publishDir: "_gh_pages"
2526
module:
2627
mounts:
2728
- source: dist
28-
target: static/4.1/dist
29+
target: static/dist
2930
- source: docs/assets
3031
target: assets
3132
- source: docs/content
@@ -36,16 +37,16 @@ module:
3637
target: layouts
3738
- source: docs/static
3839
target: static
39-
- source: docs/static/4.1/assets/img/favicons/apple-touch-icon.png
40+
- source: docs/static/assets/img/favicons/apple-touch-icon.png
4041
target: static/apple-touch-icon.png
41-
- source: docs/static/4.1/assets/img/favicons/favicon.ico
42+
- source: docs/static/assets/img/favicons/favicon.ico
4243
target: static/favicon.ico
4344

4445
params:
4546
description: "Open Source Ui Components library built on top of Bootstrap 5."
4647
authors: "Lukasz Holeczek, Andrzej Kopanski"
47-
social_image_path: /4.1/assets/brand/coreui-social.jpg
48-
social_logo_path: /4.1/assets/brand/coreui-social-logo.png
48+
social_image_path: /assets/brand/coreui-social.jpg
49+
social_logo_path: /assets/brand/coreui-social-logo.png
4950

5051
current_version: "4.1.0"
5152
current_ruby_version: "4.1.0"
@@ -54,7 +55,7 @@ params:
5455
github_org: "https://github.com/coreui"
5556
repo: "https://github.com/coreui/coreui"
5657
twitter: "core_ui"
57-
community: "https://community.coreui.io/"
58+
community: "https://github.com/coreui/coreui/discussions"
5859
blog: "https://coreui.io/blog/"
5960
icons: "https://icons.coreui.io/"
6061

@@ -69,8 +70,8 @@ params:
6970
css_rtl: "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/coreui.rtl.min.css"
7071
css_rtl_hash: "sha384-/MAUZUV+dh2nDvEE5NIcV0htwQDwYzxhljL39QcHgEj9yrqT93WJU1A7VA/Alc0U"
7172
js: "https://cdn.jsdelivr.net/npm/@coreui/[email protected]/dist/js/coreui.min.js"
72-
js_hash: "sha384-Wup2+VgScxcR/mgqxkf+wR1odkDFo5HSfvwprGVTc3SAdcpj2paGHxOgF7z7nE0I"
73+
js_hash: "sha384-WwzRTsOtFf4JE4z8cveD91clsJe2gqCq4N168E3mROD9S8V9TmO/MEa5L8ssecUm"
7374
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/[email protected]/dist/js/coreui.bundle.min.js"
74-
js_bundle_hash: "sha384-CYI4AskcOOUbgXyjrkNZzI5Mbi6ZXe1RWn29fPG/MBZArrlwrfk8u49XbAkCHmzu"
75+
js_bundle_hash: "sha384-xrIl/D1LLvXm2eAIEikcV4kDtg/8t0OyMXYhb4v8gWYWAN0lvuEzXiHkPpDsXl9x"
7576
popper: "https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
76-
popper_hash: "sha384-ThCKQ0fDhFQh8PSFLvjhmjy7oRKp5gRbY+bcEnQWtRhuvli/qxsn0xMcMmzXkuIa"
77+
popper_hash: "sha384-q9CRHqZndzlxGLOj+xrdLDJa9ittGte1NksRmgJKeCV9DrM7Kz868XYqsKWPpAmn"

dist/css/coreui.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.rtl.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/coreui.bundle.js

Lines changed: 29 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/coreui.bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/coreui.bundle.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/coreui.bundle.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/coreui.esm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)