Skip to content

Commit a9fba1a

Browse files
committed
npm error fixed
1 parent 4f0e8d0 commit a9fba1a

32 files changed

+1180
-2242
lines changed

.github/workflows/deploy.yml

+9
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@ jobs:
4747
- name: Install dependencies
4848
run: npm ci # or pnpm install / yarn install / bun install
4949

50+
# - name: Create .env file
51+
# run: |
52+
# echo "VITEPRESS_BASE_URL=${{ secrets.VITEPRESS_BASE_URL }}" >> .env
53+
# echo "VITEPRESS_BASE=${{ secrets.VITEPRESS_BASE }}" >> .env
54+
55+
# # Debug .env content
56+
# - name: Verify .env file contents
57+
# run: cat .env
58+
5059
# Build with VitePress
5160
- name: Build with VitePress
5261
run: npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build

.husky/post-merge

-1
This file was deleted.

.idea/.gitignore

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/comforthrmdocs.iml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/php.xml

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div align="center t">
1+
<div align="center">
22
<img src="https://Comfort ERP.vercel.app/logo-big.svg" width="100px" height="100px" alt="Comfort ERP logo" />
33
<h1>Comfort ERP</h1>
44
<p>A docs template built using <a href="https://vitepress.vuejs.org">VitePress</a></p>

docs/comfortaccounting/classic-widgets.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ The following classic widgets(currently 0 widgets (core and pro)) can be accesse
2525

2626

2727

28-
**Last modified:** December 11, 2024
28+
**Last modified:** December 9, 2024

docs/comfortaccounting/code-samples.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ card: "article"
1212

1313

1414

15-
**Last modified:** December 11, 2024
15+
**Last modified:** December 9, 2024

docs/comfortaccounting/elementor-widgets.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ card: "article"
1212

1313

1414

15-
**Last modified:** December 11, 2024
15+
**Last modified:** December 9, 2024

docs/comfortaccounting/gutenberg-blocks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ card: "article"
1212

1313

1414

15-
**Last modified:** December 11, 2024
15+
**Last modified:** December 9, 2024

docs/comfortaccounting/hooks-and-filters.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ card: "article"
1212

1313

1414

15-
**Last modified:** December 11, 2024
15+
**Last modified:** December 9, 2024

docs/comfortaccounting/how-to-install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ You can install Comfort Accounting plugin from your wordpress dashboard -> Plugi
2525
**Comfort Accounting Addon** doesn’t work without the core plugin **Comfort Accounting**. So, before you install the pro addon you need to have the core Comfort Accounting plugin installed and activated (if you want to activate this pro addon). So, Comfort Accounting Pro Addon is an addon plugin for core plugin Comfort Accounting.
2626
To install CBX Changelog Pro Addon you have to purchase [license and download](https://codeboxr.com/product/cbx-changelog-for-wordpress/#downloadarea) from our website and then install manually.
2727

28-
**Last modified:** December 11, 2024
28+
**Last modified:** December 9, 2024

docs/comfortaccounting/how-to-translate.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ card: "article"
1313
We are not providing any translation (if we add we will mention in future) with the plugin, but we provide the translation template or pot file inside this plugin’s languages folder which can be translated using standard wordpress translation process. But we recommend using [Loco translate](https://wordpress.org/plugins/loco-translate/) which helps to translate from the WordPress dashboard and very easy. We have a video tutorial about [how to use this](https://www.youtube.com/watch?v=yOkEzvjx6PM) loco translate plugin.
1414

1515

16-
**Last modified:** December 11, 2024
16+
**Last modified:** December 9, 2024

docs/comfortaccounting/index.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ title: "Comfort Accounting Documentation"
33
description: "Comfort Accounting index description."
44
keywords: "Comfort Accounting index keywords."
55
url: "/comfortaccounting/"
6-
type: "article"
6+
type: "type"
77
site_name: "Comfort ERP"
88
image: "https://comforthrm.com/assets/images/seo.png"
99
card: "article"
10+
1011
---
1112

1213
# Comfort Accounting Documentation

docs/comfortaccounting/shortcodes.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,5 @@ card: "article"
1010
---
1111
# Shortcodes
1212

13-
There are multiple shortcodes in both core plugin and pro addon.
1413

15-
16-
17-
**Last modified:** December 11, 2024
14+
**Last modified:** December 9, 2024

docs/comfortaccounting/template-override.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ For pro addon: `wp-content/plugins/comfortaccountingpro/templates`
1919
To override any file from your theme you have to create a folder called `comfortaccounting` inside your theme or child theme and copy files from the plugin’s template folder and put in this newly created folder inside your theme folder `comfortaccounting`. The process is same as the woocommerce theme file override.
2020

2121

22-
**Last modified:** December 11, 2024
22+
**Last modified:** December 9, 2024

docs/comfortform/classic-widgets.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Comfort Job Application Documentation"
2+
title: "Comfort Accounting Application Documentation"
33
description: "Comfort Form index description."
44
keywords: "Comfort Form index keywords."
55
url: "/comfortform/classic-widgets"
@@ -26,4 +26,4 @@ The following classic widgets(currently 2 widgets (core and pro)) can be accesse
2626
1. Latest Form
2727
2. Form List (pro)
2828

29-
**Last modified:** December 11, 2024
29+
**Last modified:** December 9, 2024

docs/comfortform/code-samples.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Comfort Job Application Documentation"
2+
title: "Comfort Accounting Application Documentation"
33
description: "Comfort Form index description."
44
keywords: "Comfort Form index keywords."
55
url: "/comfortform/code-samples"
@@ -12,4 +12,4 @@ card: "article"
1212

1313

1414

15-
**Last modified:** December 11, 2024
15+
**Last modified:** December 9, 2024

docs/comfortform/elementor-widgets.md

+2-12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Comfort Job Application Documentation"
2+
title: "Comfort Accounting Application Documentation"
33
description: "Comfort Form index description."
44
keywords: "Comfort Form index keywords."
55
url: "/comfortform/elementor-widgets"
@@ -12,15 +12,5 @@ card: "article"
1212

1313
Comfort Form for WordPress plugin supports Elementor editor and provides two widget. To add Comfort Form widget in elementor editor.
1414

15-
**Article edit mode in Elementor editor -> Search for widget “Latest Form/Form List” … -> Drag the widget the to your suitable position in elementor editor**
1615

17-
18-
After the widget is added to the editor you can adjust the input fields and check your frontend.
19-
\[Video coming soon\]
20-
21-
The following classic widgets(currently 2 widgets (core and pro)) can be accessed from wordpress dashboard widget manager. We will keep adding more classic widgets for this plugin in future as needed.
22-
23-
1. Latest Form
24-
2. Form List (pro)
25-
26-
**Last modified:** December 11, 2024
16+
**Last modified:** December 9, 2024

docs/comfortform/gutenberg-blocks.md

+2-12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Comfort Job Application Documentation"
2+
title: "Comfort Accounting Application Documentation"
33
description: "Comfort Form index description."
44
keywords: "Comfort Form index keywords."
55
url: "/comfortform/gutenberg-blocks"
@@ -12,15 +12,5 @@ card: "article"
1212

1313
Comfort Form for WordPress plugin supports Gutenberg editor and provides two block. To add Comfort Form widget in the block editor.
1414

15-
**Article edit mode in search for block “Latest Form/Form List” … -> Select the block and it will be added to the desired position **
1615

17-
18-
After the block is added to the editor you can adjust the input fields and check your frontend.
19-
\[Video coming soon\]
20-
21-
The following classic widgets(currently 2 widgets (core and pro)) can be accessed from gutenberg editor. We will keep adding more classic widgets for this plugin in future as needed.
22-
23-
1. Latest Form
24-
2. Form List (pro)
25-
26-
**Last modified:** December 11, 2024
16+
**Last modified:** December 9, 2024

docs/comfortform/hooks-and-filters.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Comfort Job Application Documentation"
2+
title: "Comfort Accounting Application Documentation"
33
description: "Comfort Form index description."
44
keywords: "Comfort Form index keywords."
55
url: "/comfortform/hooks-and-filters"
@@ -13,4 +13,4 @@ card: "article"
1313

1414

1515

16-
**Last modified:** December 11, 2024
16+
**Last modified:** December 9, 2024

docs/comfortform/how-to-install.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Comfort Job Application Documentation"
2+
title: "Comfort Accounting Application Documentation"
33
description: "Comfort Form index description."
44
keywords: "Comfort Form index keywords."
55
url: "/comfortform/how-to-install"
@@ -25,4 +25,4 @@ You can install Comfort Form plugin from your wordpress dashboard -> Plugins ->
2525
**Comfort Form Addon** doesn’t work without the core plugin **Comfort Form**. So, before you install the pro addon you need to have the core Comfort Form plugin installed and activated (if you want to activate this pro addon). So, Comfort Form Pro Addon is an addon plugin for core plugin Comfort Form.
2626
To install CBX Changelog Pro Addon you have to purchase [license and download](https://codeboxr.com/product/cbx-changelog-for-wordpress/#downloadarea) from our website and then install manually.
2727

28-
**Last modified:** December 11, 2024
28+
**Last modified:** December 9, 2024

docs/comfortform/how-to-translate.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Comfort Job Application Documentation"
2+
title: "Comfort Accounting Application Documentation"
33
description: "Comfort Form index description."
44
keywords: "Comfort Form index keywords."
55
url: "/comfortform/how-to-translate"
@@ -13,4 +13,4 @@ card: "article"
1313
We are not providing any translation (if we add we will mention in future) with the plugin, but we provide the translation template or pot file inside this plugin’s languages folder which can be translated using standard wordpress translation process. But we recommend using [Loco translate](https://wordpress.org/plugins/loco-translate/) which helps to translate from the WordPress dashboard and very easy. We have a video tutorial about [how to use this](https://www.youtube.com/watch?v=yOkEzvjx6PM) loco translate plugin.
1414

1515

16-
**Last modified:** December 11, 2024
16+
**Last modified:** December 9, 2024

docs/comfortform/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Comfort Job Application Documentation"
2+
title: "Comfort Accounting Application Documentation"
33
description: "Comfort Form index description."
44
keywords: "Comfort Form index keywords."
55
url: "/comfortform/"

docs/comfortform/shortcodes.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Comfort Job Application Documentation"
2+
title: "Comfort Accounting Application Documentation"
33
description: "Comfort Form index description."
44
keywords: "Comfort Form index keywords."
55
url: "/comfortform/shortcodes"
@@ -10,7 +10,5 @@ card: "article"
1010
---
1111
# Shortcodes
1212

13-
There are multiple shortcodes in both core plugin and pro addon.
1413

15-
16-
**Last modified:** December 11, 2024
14+
**Last modified:** December 9, 2024

docs/comfortform/template-override.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Comfort Job Application Documentation"
2+
title: "Comfort Accounting Application Documentation"
33
description: "Comfort Form index description."
44
keywords: "Comfort Form index keywords."
55
url: "/comfortform/template-override"
@@ -20,4 +20,4 @@ For pro addon: `wp-content/plugins/comfortformpro/templates`
2020
To override any file from your theme you have to create a folder called `comfortform` inside your theme or child theme and copy files from the plugin’s template folder and put in this newly created folder inside your theme folder `comfortform`. The process is same as the woocommerce theme file override.
2121

2222

23-
**Last modified:** December 11, 2024
23+
**Last modified:** December 9, 2024

0 commit comments

Comments
 (0)