Skip to content

Commit a008e68

Browse files
committed
docs: update content
1 parent 126519e commit a008e68

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

docs/content/templates/customize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ your-project/
4141

4242
Every Sass variable in CoreUI for Bootstrap includes the `!default` flag allowing you to override the variable's default value in your own Sass without modifying CoreUI's source code. Copy and paste variables as needed, modify their values, and remove the `!default` flag. If a variable has already been assigned, then it won't be re-assigned by the default values in CoreUI.
4343

44-
You will find the complete list of CoreUI's variables in `node_modules/@coreui/coreui/scss/_variables.scss`. Some variables are set to `null`, these variables don't output the property unless they are overridden in your configuration. You can also find a specific component variables list in **Customizing** section ex. [Alerts - Customizing]({{< docsref "/components/alerts#customizing" >}})
44+
You will find the complete list of CoreUI's variables in `node_modules/@coreui/coreui/scss/_variables.scss` or `node_modules/@coreui/coreui-pro/scss/_variables.scss` if you use CoreUI PRO. Some variables are set to `null`, these variables don't output the property unless they are overridden in your configuration. You can also find a specific component variables list in **Customizing** section ex. [Alerts - Customizing]({{< docsref "/components/alerts#customizing" >}})
4545

4646
Here's an example that changes the `background-color` and `color` for the `<body>` when importing and compiling CoreUI for Bootstrap via npm:
4747

docs/content/templates/download.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,24 @@ Should you require [build tools]({{< docsref "/getting-started/build-tools#tooli
1717

1818
<a href="{{< param "download_template.website" >}}" class="btn btn-primary">Download</a>
1919

20+
### PRO Templates
21+
22+
If you have a valid PRO license you can [re-download](https://coreui.io/download/) on our website. In case if your license has been expired, or you don't have a PRO license please visit our [visit](https://coreui.io/pricing/) to buy one.
23+
24+
<a href="https://coreui.io/download/" class="btn btn-primary">Download PRO</a>
25+
<a href="https://coreui.io/pricing/" class="btn btn-primary">Buy PRO</a>
26+
2027
### Clone repo
2128

2229
You can also fork [CoreUI Bootstrap Admin Template's repository](https://github.com/coreui/coreui-free-bootstrap-admin-template.git).
2330

2431
```sh
2532
git clone https://github.com/coreui/coreui-free-bootstrap-admin-template.git my-project
2633
```
34+
35+
If you have a valid Enterprise subscription you can fork [CoreUI PRO Bootstrap Admin Template's repository](https://github.com/coreui/coreui-pro-bootstrap-admin-template.git).
36+
37+
```sh
38+
git clone https://github.com/coreui/coreui-pro-bootstrap-admin-template.git my-project
39+
```
40+

docs/content/templates/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ CoreUI Bootstrap Admin Templates uses [npm scripts](https://docs.npmjs.com/misc/
1313
To use our build system and run our admin template locally, you'll need a copy of source files and Node. Follow these steps and you should be ready to rock:
1414

1515
1. [Download and install Node.js](https://nodejs.org/en/download/), which we use to manage our dependencies.
16-
2. [Download CoreUI Admin Template]({{< docsref "/templates/download" >}}).
16+
2. [Download CoreUI Admin Template]({{< docsref "/templates/download" >}}) or [Download CoreUI PRO Admin Template](https://coreui.io/download/).
1717
3. Navigate to the root template directory and run `npm install` to install our local dependencies listed in `package.json`.
1818

1919
When completed, you'll be able to run the various commands provided from the command line.

0 commit comments

Comments
 (0)