Skip to content

Commit

Permalink
Merge pull request #15 from visto9259/remove-lmcmal
Browse files Browse the repository at this point in the history
Moved LmcMail to LmcMail repo. Updated home page.
  • Loading branch information
visto9259 authored Apr 11, 2024
2 parents 7eb273d + fb220dc commit bb51eeb
Show file tree
Hide file tree
Showing 11 changed files with 130 additions and 234 deletions.
10 changes: 2 additions & 8 deletions docs/lmc-mail/Introduction.md → docs/LmcMail.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
---
sidebar_position: 1
sidebar_position: 4
---

LmcMail is an email service module that provides the ability to use the View Manager of a Laminas MVC application
and the installed View Helper plugins to render HTML emails.


## Requirements

- PHP 8.1 or higher
- Laminas View
- Laminas Mail
[Documentation](https://lm-commons.github.io/LmcMail)
47 changes: 0 additions & 47 deletions docs/lmc-mail/Configuration.md

This file was deleted.

16 changes: 0 additions & 16 deletions docs/lmc-mail/Installation.md

This file was deleted.

73 changes: 0 additions & 73 deletions docs/lmc-mail/Usage.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/lmc-mail/_category_.json

This file was deleted.

73 changes: 0 additions & 73 deletions docs/lmc-mail/advanced-customization.md

This file was deleted.

9 changes: 8 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ const config = {
href: 'https://lm-commons.github.io/LmcRbacMvc/',
label: 'LmcRbacMvc'
},
{
href: 'https://lm-commons.github.io/LmcMail/',
label: 'LmcMail'
},
]
},
{
Expand All @@ -105,6 +109,7 @@ const config = {
footer: {
style: 'dark',
links: [
/*
{
title: 'Packages',
items: [
Expand All @@ -126,14 +131,16 @@ const config = {
},
{
label: 'LmcMail',
to: '/docs/lmc-mail/Introduction',
to: 'https://lm-commons.github.io/LmcMail/',
},
{
label: 'LmcAdmin',
to: '/docs/lmc-admin/introduction',
},
],
},
*/
{
title: 'Community',
items: [
Expand Down
6 changes: 3 additions & 3 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
const sidebars = {
// By default, Docusaurus generates a sidebar from the docs folder structure
mainSidebar: [{type: 'autogenerated', dirName: '.'}],
lmcRbacMvc: [{type: 'autogenerated', dirName: 'lmc-rbac-mvc'}],
// lmcRbacMvc: [{type: 'autogenerated', dirName: 'lmc-rbac-mvc'}],
lmcUser: [{type: 'autogenerated', dirName: 'lmc-user'}],
lmcCors: [{type: 'autogenerated', dirName: 'lmc-cors'}],
// lmcCors: [{type: 'autogenerated', dirName: 'lmc-cors'}],
lmcRbac: [{type: 'autogenerated', dirName: 'lmc-rbac'}],
lmcMail: [{type: 'autogenerated', dirName: 'lmc-mail'}],
// lmcMail: [{type: 'autogenerated', dirName: 'lmc-mail'}],

// But you can create a sidebar manually
/*
Expand Down
Loading

0 comments on commit bb51eeb

Please sign in to comment.