From 6d4e8302fdd0b306ed5b54a5de4436c529993f8f Mon Sep 17 00:00:00 2001 From: "Eric Richer eric.richer@vistoconsulting.com" Date: Thu, 25 Apr 2024 14:36:32 -0400 Subject: [PATCH] Fixing documentation --- docs/docs/installation.md | 2 +- docs/docusaurus.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/installation.md b/docs/docs/installation.md index 1da8231..aee58ab 100644 --- a/docs/docs/installation.md +++ b/docs/docs/installation.md @@ -16,7 +16,7 @@ LmcRbac only officially supports installation through Composer. For Composer doc Install the module: ```sh -$ composer require lm-commons/lmc-rbac:^1.1 +$ composer require lm-commons/lmc-rbac ``` Enable the module by adding `LmcRbac` key to your `application.config.php` file. Customize the module by copy-pasting diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 5c001a1..b8864e5 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -9,7 +9,7 @@ import {themes as prismThemes} from 'prism-react-renderer'; /** @type {import('@docusaurus/types').Config} */ const config = { title: 'LmcRbac', - tagline: 'LmcUser is a user registration and authentication module for Laminas. LmcUser provides the foundations for adding user authentication and registration to your Laminas site.', + tagline: 'Role-based access control module to provide additional features on top of Laminas\\Permissions\\Rbac', favicon: 'img/favicon.ico', // Set the production url of your site here