Skip to content

Commit f4c2e97

Browse files
committed
docs: remove version number from url
1 parent 3a72bac commit f4c2e97

File tree

261 files changed

+206
-127
lines changed

Some content is hidden

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

261 files changed

+206
-127
lines changed

README.md

Lines changed: 2 additions & 2 deletions

config.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
languageCode: "en"
22
title: "CoreUI"
3-
baseURL: "https://coreui.io/docs/"
3+
baseURL: "https://coreui.io/docs/test/"
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"
@@ -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-eBONPC6n+WdGHCYY5sQbAA9aq+Bu6452Gf2naXp0IfliKwikP8z13yJ0kaO4rd6Y"
7172
js: "https://cdn.jsdelivr.net/npm/@coreui/[email protected]/dist/js/coreui.min.js"
72-
js_hash: "sha384-2rRtqxwgmDQGWnWEYOtz1aFKQajfQe8X0CA+3bDSAjbwVecR9geDFn4kBiaZxke1"
73+
js_hash: "sha384-7/+Tb9TtfnEFZUMPhxgzDnd5OTnHu0qUI2+ePeBdyzIr5qCmOQ2OPEWSWACT7Z5Z"
7374
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/[email protected]/dist/js/coreui.bundle.min.js"
74-
js_bundle_hash: "sha384-17pOXfLH6r4tWshLBlj6J41DVqNMt9ECaHytAUXMqZBhdFi4lxRuCPJBiB9O8FVl"
75+
js_bundle_hash: "sha384-7KrxmBlr0Slm8VwVYMSZSosZDZ4ZAtTMZdHUerY46mQGo8GNsVpobPlOKVEQEvaw"
7576
popper: "https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
7677
popper_hash: "sha384-ThCKQ0fDhFQh8PSFLvjhmjy7oRKp5gRbY+bcEnQWtRhuvli/qxsn0xMcMmzXkuIa"

docs/content/4.1/_index.html

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/content/_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
layout: redirect
33
sitemap_exclude: true
4-
redirect: "/docs/4.1/getting-started/introduction/"
4+
redirect: "/docs/getting-started/introduction/"
55
---

docs/content/4.1/components/avatar.md renamed to docs/content/components/avatar.md

Lines changed: 7 additions & 7 deletions

0 commit comments

Comments
 (0)