Skip to content

Commit

Permalink
Merge pull request #14 from visto9259/remove-lmcors
Browse files Browse the repository at this point in the history
Moved LmcCors to LmcCors repo.
  • Loading branch information
visto9259 authored Apr 10, 2024
2 parents 7c18db5 + 76ca353 commit 7eb273d
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 214 deletions.
6 changes: 6 additions & 0 deletions docs/LmcCors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
sidebar_position: 4
---
LmcCors is a simple Laminas MVC module that helps you to deal with Cross-Origin Resource Sharing (CORS).

[Documentation](https://lm-commons.github.io/LmcCors)
24 changes: 0 additions & 24 deletions docs/lmc-cors/01-introduction.md

This file was deleted.

12 changes: 0 additions & 12 deletions docs/lmc-cors/02-installation.md

This file was deleted.

143 changes: 0 additions & 143 deletions docs/lmc-cors/03-guide.md

This file was deleted.

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

This file was deleted.

37 changes: 10 additions & 27 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,42 +76,25 @@ const config = {
position: 'left',
label: 'Docs',
},
/*
{
to: '/blog',
label: 'Blog',
position: 'left'
},
{
type: 'dropdown',
label: 'Packages',
items: [
{
type: 'docSidebar',
sidebarId: 'lmcUser',
label: 'LmcUser'
},
{
// type: 'docSidebar',
// sidebarId: 'lmcRbacMvc',
to: '/docs/LmcRbacMvc',
label: 'LmcRbacMvc'
},
{
type: 'docSidebar',
sidebarId: 'lmcCors',
href: 'https://lm-commons.github.io/LmcCors/',
label: 'LmcCors'
},
{
type: 'docSidebar',
sidebarId: 'lmcRbac',
label: 'LmcRbac'
},
{
type: 'docSidebar',
sidebarId: 'lmcMail',
label: 'LmcMail'
href: 'https://lm-commons.github.io/LmcRbacMvc/',
label: 'LmcRbacMvc'
},
]
},
*/
{to: '/blog', label: 'Blog', position: 'left'},
{
href: 'https://github.com/lm-commons',
label: 'GitHub',
Expand Down Expand Up @@ -139,7 +122,7 @@ const config = {
},
{
label: 'LmcCors',
to: '/docs/lmc-cors/introduction',
to: 'https://lm-commons.github.io/LmcCors/',
},
{
label: 'LmcMail',
Expand Down Expand Up @@ -181,7 +164,7 @@ const config = {
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} LM Commons Organization. Built with Docusaurus.`,
copyright: `Copyright © ${new Date().getFullYear()} LM-Commons Organization. Built with Docusaurus.`,
},
prism: {
theme: prismThemes.github,
Expand Down

0 comments on commit 7eb273d

Please sign in to comment.