Skip to content

Commit 2c76e08

Browse files
set v3 as latest
1 parent 7c5dc15 commit 2c76e08

709 files changed

Lines changed: 1249 additions & 1267 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.vitepress/nav-yoo.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[
22
{
3-
"text": "v2.4",
3+
"text": "v3.0",
44
"items": [
55
{
6-
"text": "v2.4 - Latest",
6+
"text": "v3.0 - Latest",
77
"link": "/essentials-for-yootheme-pro/",
88
"activeMatch": "^/essentials-for-yootheme-pro/(?!v)"
99
},
1010
{
11-
"text": "v3.0 - Beta",
12-
"link": "/essentials-for-yootheme-pro/v3.0-beta/",
13-
"activeMatch": "^/essentials-for-yootheme-pro/v3.0-beta/"
11+
"text": "v2.4",
12+
"link": "/essentials-for-yootheme-pro/v2.4/",
13+
"activeMatch": "^/essentials-for-yootheme-pro/v2.4/"
1414
}
1515
]
1616
}

.vitepress/sidebar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import ZooEssentialsSidebar from '../src/essentials-for-zoo/sidebar.json';
22
import YooEssentialsSidebar from '../src/essentials-for-yootheme-pro/sidebar';
3-
import YooEssentials30Sidebar from '../src/essentials-for-yootheme-pro/v3.0-beta/sidebar';
3+
import YooEssentials24Sidebar from '../src/essentials-for-yootheme-pro/v2.4/sidebar';
44

55
export default {
66
'/essentials-for-zoo/': ZooEssentialsSidebar,
77
...YooEssentialsSidebar,
8-
...YooEssentials30Sidebar,
8+
...YooEssentials24Sidebar,
99
};

.vitepress/theme/components/MyLayout.vue

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,14 +126,13 @@ watch(
126126
</template>
127127
<template #sidebar-nav-before>
128128
<div
129-
v-if="route.path.startsWith('/essentials-for-yootheme-pro/v3.0')"
129+
v-if="route.path.startsWith('/essentials-for-yootheme-pro/v2.4')"
130130
class="warning custom-block"
131131
style="margin-bottom: 20px"
132132
>
133133
<p>
134-
You are viewing <strong>Essentials 3 Beta</strong> documentation. If not
135-
intended, check
136-
<a href="/essentials-for-yootheme-pro/v2.4">current stable release</a> instead.
134+
You are viewing <strong>Essentials 2.4</strong> documentation. If not intended,
135+
go to <a href="/essentials-for-yootheme-pro">latest</a> instead.
137136
</p>
138137
</div>
139138
<div v-if="previousRoute">

AGENTS.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ yarn preview
5252
│ ├── index.md # Homepage
5353
│ └── public/ # Static assets
5454
├── dist/ # Build output (gitignored)
55-
└── versions.json # Version management
5655
```
5756

5857
## Code Style & Linting
@@ -149,7 +148,6 @@ Before creating a PR:
149148

150149
## Version Management
151150

152-
- Version info stored in `versions.json`
153151
- Supports versioned docs in `versioned_docs/` directory
154152
- Custom page transformations handle versioned content
155153

src/essentials-for-yootheme-pro/_data/addons.data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { createContentLoader } from 'vitepress';
22

3-
export default createContentLoader('/essentials-for-yootheme-pro/v2.4/addons/*/index.md', {
3+
export default createContentLoader('/essentials-for-yootheme-pro/addons/*/index.md', {
44
excerpt: true,
55
transform(rawData) {
66
return rawData.map((item) => {

src/essentials-for-yootheme-pro/_data/auth-drivers.data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { createContentLoader } from 'vitepress';
22

3-
export default createContentLoader('/essentials-for-yootheme-pro/v2.4/auth-drivers/*.md', {
3+
export default createContentLoader('/essentials-for-yootheme-pro/auth-drivers/*.md', {
44
excerpt: true,
55
transform(rawData) {
66
return rawData

src/essentials-for-yootheme-pro/_data/storage-adapters.data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { createContentLoader } from 'vitepress';
22

3-
export default createContentLoader('/essentials-for-yootheme-pro/v2.4/storage/*.md', {
3+
export default createContentLoader('/essentials-for-yootheme-pro/storage/*.md', {
44
excerpt: true,
55
transform(rawData) {
66
return rawData

src/essentials-for-yootheme-pro/_sidebars/dynamic.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
"link": "/google-calendar"
5959
},
6060
{
61-
"text": "Google Photos",
62-
"link": "/google-photos"
61+
"text": "Google Places",
62+
"link": "/google-places"
6363
},
6464
{
6565
"text": "Google Sheets",
@@ -69,6 +69,10 @@
6969
"text": "Instagram",
7070
"link": "/instagram"
7171
},
72+
{
73+
"text": "Joomla API",
74+
"link": "/joomla-api"
75+
},
7276
{
7377
"text": "LinkedIn",
7478
"link": "/linkedin"
@@ -89,6 +93,10 @@
8993
"text": "Vimeo",
9094
"link": "/vimeo"
9195
},
96+
{
97+
"text": "WordPress API",
98+
"link": "/wordpress-api"
99+
},
92100
{
93101
"text": "XML",
94102
"link": "/xml"

src/essentials-for-yootheme-pro/_sidebars/forms.json

Lines changed: 132 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -8,94 +8,188 @@
88
"link": "/"
99
},
1010
{
11-
"text": "Form Area",
12-
"link": "/form-area"
11+
"text": "Form Element",
12+
"link": "/form-element"
1313
},
1414
{
15-
"text": "Actions",
16-
"link": "/after-submit-actions"
15+
"text": "Dynamic Data",
16+
"link": "/dynamic-data"
1717
},
1818
{
19-
"text": "Elements",
20-
"link": "/elements"
19+
"text": "Conditional Logic",
20+
"link": "/conditional-logic"
2121
},
2222
{
23-
"text": "Captcha",
24-
"link": "/captcha"
23+
"text": "Validation",
24+
"link": "/validation"
2525
},
2626
{
2727
"text": "Styling",
2828
"link": "/styling"
29-
},
30-
{
31-
"text": "Conditional Logic",
32-
"link": "/conditional-logic"
3329
}
3430
]
3531
},
3632
{
37-
"text": "Actions",
38-
"base": "${base}/addons/forms/actions",
33+
"text": "Elements",
34+
"base": "${base}/addons/forms",
3935
"items": [
4036
{
41-
"text": "Alter",
42-
"link": "/alter"
43-
},
44-
{
45-
"text": "Download",
46-
"link": "/download"
37+
"text": "Overview",
38+
"link": "/elements"
4739
},
4840
{
49-
"text": "Email",
50-
"link": "/email"
41+
"text": "Input",
42+
"collapsed": true,
43+
"items": [
44+
{
45+
"text": "Input",
46+
"link": "/elements/input"
47+
},
48+
{
49+
"text": "Textarea",
50+
"link": "/elements/textarea"
51+
},
52+
{
53+
"text": "Range",
54+
"link": "/elements/range"
55+
}
56+
]
5157
},
5258
{
53-
"text": "Message",
54-
"link": "/message"
59+
"text": "Selection",
60+
"collapsed": true,
61+
"items": [
62+
{
63+
"text": "Select",
64+
"link": "/elements/select"
65+
},
66+
{
67+
"text": "Checkbox",
68+
"link": "/elements/checkbox"
69+
},
70+
{
71+
"text": "Radio",
72+
"link": "/elements/radio"
73+
}
74+
]
5575
},
5676
{
57-
"text": "Redirect",
58-
"link": "/redirect"
59-
},
77+
"text": "Other",
78+
"collapsed": true,
79+
"items": [
80+
{
81+
"text": "Button",
82+
"link": "/elements/button"
83+
},
84+
{
85+
"text": "Upload",
86+
"link": "/elements/upload"
87+
},
88+
{
89+
"text": "Hidden",
90+
"link": "/elements/hidden"
91+
},
92+
{
93+
"text": "Fieldset",
94+
"link": "/elements/fieldset"
95+
}
96+
]
97+
}
98+
]
99+
},
100+
{
101+
"text": "Actions",
102+
"base": "${base}/addons/forms",
103+
"items": [
60104
{
61-
"text": "Validate",
62-
"link": "/validate"
105+
"text": "Overview",
106+
"link": "/after-submit-actions"
63107
},
64108
{
65-
"text": "Webhook",
66-
"link": "/webhook"
109+
"text": "Basic",
110+
"collapsed": true,
111+
"items": [
112+
{
113+
"text": "Alter",
114+
"link": "/actions/alter"
115+
},
116+
{
117+
"text": "Email",
118+
"link": "/actions/email"
119+
},
120+
{
121+
"text": "Message",
122+
"link": "/actions/message"
123+
},
124+
{
125+
"text": "Validate",
126+
"link": "/actions/validate"
127+
}
128+
]
67129
},
68130
{
69131
"text": "Data",
132+
"collapsed": true,
70133
"items": [
71134
{
72135
"text": "Airtable",
73-
"link": "/airtable"
136+
"link": "/actions/airtable"
74137
},
75138
{
76139
"text": "CSV",
77-
"link": "/csv"
140+
"link": "/actions/csv"
78141
},
79142
{
80143
"text": "Database",
81-
"link": "/database"
144+
"link": "/actions/database"
82145
},
83146
{
84147
"text": "Google Sheets",
85-
"link": "/google-sheets"
148+
"link": "/actions/google-sheets"
86149
}
87150
]
88151
},
89152
{
90-
"text": "Misc",
153+
"text": "Marketing",
154+
"collapsed": true,
91155
"items": [
92156
{
93157
"text": "AcyMailing",
94-
"link": "/acymailing"
158+
"link": "/actions/acymailing"
159+
},
160+
{
161+
"text": "Brevo",
162+
"link": "/actions/brevo"
163+
},
164+
{
165+
"text": "Laposta",
166+
"link": "/actions/laposta"
95167
},
96168
{
97169
"text": "Mailchimp",
98-
"link": "/mailchimp"
170+
"link": "/actions/mailchimp"
171+
},
172+
{
173+
"text": "MailerLite",
174+
"link": "/actions/mailerlite"
175+
}
176+
]
177+
},
178+
{
179+
"text": "Other",
180+
"collapsed": true,
181+
"items": [
182+
{
183+
"text": "Download",
184+
"link": "/actions/download"
185+
},
186+
{
187+
"text": "Redirect",
188+
"link": "/actions/redirect"
189+
},
190+
{
191+
"text": "Webhook",
192+
"link": "/actions/webhook"
99193
}
100194
]
101195
}

src/essentials-for-yootheme-pro/v3.0-beta/addons/dynamic/assets/provider-google-places.svg renamed to src/essentials-for-yootheme-pro/addons/dynamic/assets/provider-google-places.svg

File renamed without changes.

0 commit comments

Comments
 (0)