Skip to content

Commit 61208d3

Browse files
committed
docs: update banners
1 parent 745c590 commit 61208d3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/content/forms/autocomplete.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ group: forms
66
toc: true
77
bootstrap: true
88
pro_component: true
9+
preview_component: true
910
---
1011

1112
## Overview

docs/layouts/partials/banner.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
{{ end }}
1212
{{ if .Page.Params.preview_component }}
1313
<div class="bg-warning bg-opacity-10 border-start border-start-5 border-start-warning p-4 pb-3 mb-5">
14-
<h3 class="mb-4">Alpha release</h3>
14+
<h3 class="mb-4">Release candidate (RC)</h3>
1515
<p>
16-
This component is in the Alpha phase and has an experimental API, which can be changed in the final release. If you want to use this component, please install <strong>@coreui/coreui-pro {{ .Page.Params.preview_component }}</strong>
16+
This component is in the Release Candidate phase and its API is considered stable. Minor adjustments may still occur before the final release.
1717
</p>
1818
</div>
1919
{{ end }}

0 commit comments

Comments
 (0)