Skip to content

Commit 1a13a64

Browse files
authored
Merge pull request #1 from codeboxrcodehub/master
disabled events and booking for now
2 parents 3a7f3f8 + 73909e1 commit 1a13a64

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

www/app.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default defineAppConfig({
5252
target: '_self',
5353
showLinkIcon: false,
5454
},
55-
{
55+
/*{
5656
title: 'Bookings',
5757
to: '/comfortbookings',
5858
target: '_self',
@@ -63,7 +63,7 @@ export default defineAppConfig({
6363
to: '/comfortevents',
6464
target: '_self',
6565
showLinkIcon: false,
66-
},
66+
},*/
6767
],
6868
links: [
6969
/* {

www/content/comfortevents/how-to-install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "How to Install"
3-
description: "Comfort Events index description."
2+
title: "How to Install - Comfort Events for WordPress Documentation"
3+
description: "How to install guide for Comfort Events for WordPress."
44
keywords: "Comfort Events index keywords."
55
url: "/comfortevents/how-to-install"
66
type: "type"

www/content/comfortevents/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Comfort Events – Complete Events solution for WordPress"
2+
title: "Comfort Events for WordPress Documentation"
33
description: "A powerful event management plugin for WordPress."
44

55
ogType: "article"

0 commit comments

Comments
 (0)