From 63433e050e586aa00df7cc3937dc4f58c5e962d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Moreira?= Date: Wed, 13 Dec 2023 16:14:25 +0100 Subject: [PATCH] Update docs to use Drupal 10 and Bootstrap 5 --- DISTRIBUTION-README.md | 4 ++-- README.md | 2 +- clarin_bootstrap.info.yml | 2 +- composer.json | 2 +- scss/style.scss | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DISTRIBUTION-README.md b/DISTRIBUTION-README.md index 56be264..6c64fe7 100644 --- a/DISTRIBUTION-README.md +++ b/DISTRIBUTION-README.md @@ -1,6 +1,6 @@ -# CLARIN Bootstrap Barrio sub-theme for Drupal 8. +# CLARIN Bootstrap Barrio sub-theme for Drupal 10. -The CLARIN theme for Drupal 8 is a sub-theme of [Bootstrap Barrio](https://www.drupal.org/project/bootstrap_barrio) Bootstrap 4 theme. +The CLARIN theme for Drupal 10 is a sub-theme of [Bootstrap Barrio](https://www.drupal.org/project/bootstrap_barrio) Bootstrap 5 theme. Here you will find the sub-theme distribution files and releases. Additionally, this repository can be used as a [composer VCS](https://getcomposer.org/doc/05-repositories.md#vcs), see bellow for details. diff --git a/README.md b/README.md index 5b735a8..ef84d1a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ CONTENTS OF THIS FILE INTRODUCTION ------------ -Source repository for the CLARIN [Bootstrap Barrio](https://www.drupal.org/project/bootstrap_barrio) sub-theme for Drupal 8. +Source repository for the CLARIN [Bootstrap Barrio](https://www.drupal.org/project/bootstrap_barrio) sub-theme for Drupal 10. The continuous integration system builds this repository and publishes the theme files to [the theme distribution repository](https://github.com/clarin-eric/clarin-drupal-bootstrap-theme-dist) which can be used as a [composer VCS](https://getcomposer.org/doc/05-repositories.md#vcs). diff --git a/clarin_bootstrap.info.yml b/clarin_bootstrap.info.yml index 649b043..4f52607 100644 --- a/clarin_bootstrap.info.yml +++ b/clarin_bootstrap.info.yml @@ -1,4 +1,4 @@ -name: CLARIN Bootstrap 4 theme +name: CLARIN Bootstrap 5 theme type: theme description: 'CLARIN custom theme based on Bootstrap Barrio SubTheme.' # version: VERSION diff --git a/composer.json b/composer.json index c115a06..cec99cc 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "drupal/clarin_bootstrap", "type": "drupal-theme", - "description": "A Bootstrap Barrio sub-theme for Drupal 8 developed for the CLARIN website", + "description": "A Bootstrap Barrio sub-theme for Drupal 10 developed for the CLARIN website", "homepage": "https://github.com/clarin-eric/clarin-drupal-bootstrap-theme", "license": "GPL-3.0+", "require": { diff --git a/scss/style.scss b/scss/style.scss index 8e7551b..514be6d 100644 --- a/scss/style.scss +++ b/scss/style.scss @@ -1,6 +1,6 @@ /* Theme Name: CLARIN Bootstrap 5 theme -Description: A Bootstrap Barrio sub-theme for Drupal 8 developed for the CLARIN website +Description: A Bootstrap Barrio sub-theme for Drupal 10 developed for the CLARIN website https://www.clarin.eu Based on Bootstrap 5 - Barrio SASS Starter Kit