Skip to content

Commit 5f696b7

Browse files
committed
docs: update soon label to vote
1 parent b9dc785 commit 5f696b7

28 files changed

Lines changed: 63 additions & 63 deletions

docs/.vitepress/config/en.ts

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ export default defineConfig({
113113
},
114114
{
115115
link: '/openapi-ts/clients/effect',
116-
text: 'Effect <span data-soon>soon</span>',
116+
text: 'Effect <span data-badge>vote</span>',
117117
},
118118
{
119119
link: '/openapi-ts/clients/got',
120-
text: 'Got <span data-soon>soon</span>',
120+
text: 'Got <span data-badge>vote</span>',
121121
},
122122
],
123123
link: '/openapi-ts/clients',
@@ -136,27 +136,27 @@ export default defineConfig({
136136
},
137137
{
138138
link: '/openapi-ts/plugins/ajv',
139-
text: 'Ajv <span data-soon>soon</span>',
139+
text: 'Ajv <span data-badge>vote</span>',
140140
},
141141
{
142142
link: '/openapi-ts/plugins/arktype',
143-
text: 'Arktype <span data-soon>soon</span>',
143+
text: 'Arktype <span data-badge>vote</span>',
144144
},
145145
{
146146
link: '/openapi-ts/plugins/joi',
147-
text: 'Joi <span data-soon>soon</span>',
147+
text: 'Joi <span data-badge>vote</span>',
148148
},
149149
{
150150
link: '/openapi-ts/plugins/superstruct',
151-
text: 'Superstruct <span data-soon>soon</span>',
151+
text: 'Superstruct <span data-badge>vote</span>',
152152
},
153153
{
154154
link: '/openapi-ts/plugins/typebox',
155-
text: 'TypeBox <span data-soon>soon</span>',
155+
text: 'TypeBox <span data-badge>vote</span>',
156156
},
157157
{
158158
link: '/openapi-ts/plugins/yup',
159-
text: 'Yup <span data-soon>soon</span>',
159+
text: 'Yup <span data-badge>vote</span>',
160160
},
161161
],
162162
link: '/openapi-ts/validators',
@@ -175,11 +175,11 @@ export default defineConfig({
175175
},
176176
{
177177
link: '/openapi-ts/plugins/swr',
178-
text: 'SWR <span data-soon>soon</span>',
178+
text: 'SWR <span data-badge>vote</span>',
179179
},
180180
{
181181
link: '/openapi-ts/plugins/zustand',
182-
text: 'Zustand <span data-soon>soon</span>',
182+
text: 'Zustand <span data-badge>vote</span>',
183183
},
184184
],
185185
link: '/openapi-ts/state-management',
@@ -190,27 +190,27 @@ export default defineConfig({
190190
items: [
191191
{
192192
link: '/openapi-ts/plugins/chance',
193-
text: 'Chance <span data-soon>soon</span>',
193+
text: 'Chance <span data-badge>vote</span>',
194194
},
195195
{
196196
link: '/openapi-ts/plugins/faker',
197-
text: 'Faker <span data-soon>soon</span>',
197+
text: 'Faker <span data-badge>vote</span>',
198198
},
199199
{
200200
link: '/openapi-ts/plugins/falso',
201-
text: 'Falso <span data-soon>soon</span>',
201+
text: 'Falso <span data-badge>vote</span>',
202202
},
203203
{
204204
link: '/openapi-ts/plugins/msw',
205-
text: 'MSW <span data-soon>soon</span>',
205+
text: 'MSW <span data-badge>vote</span>',
206206
},
207207
{
208208
link: '/openapi-ts/plugins/nock',
209-
text: 'Nock <span data-soon>soon</span>',
209+
text: 'Nock <span data-badge>vote</span>',
210210
},
211211
{
212212
link: '/openapi-ts/plugins/supertest',
213-
text: 'Supertest <span data-soon>soon</span>',
213+
text: 'Supertest <span data-badge>vote</span>',
214214
},
215215
],
216216
link: '/openapi-ts/mocks',
@@ -237,23 +237,23 @@ export default defineConfig({
237237
},
238238
{
239239
link: '/openapi-ts/plugins/adonis',
240-
text: 'Adonis <span data-soon>soon</span>',
240+
text: 'Adonis <span data-badge>vote</span>',
241241
},
242242
{
243243
link: '/openapi-ts/plugins/elysia',
244-
text: 'Elysia <span data-soon>soon</span>',
244+
text: 'Elysia <span data-badge>vote</span>',
245245
},
246246
{
247247
link: '/openapi-ts/plugins/express',
248-
text: 'Express <span data-soon>soon</span>',
248+
text: 'Express <span data-badge>vote</span>',
249249
},
250250
{
251251
link: '/openapi-ts/plugins/hono',
252-
text: 'Hono <span data-soon>soon</span>',
252+
text: 'Hono <span data-badge>vote</span>',
253253
},
254254
{
255255
link: '/openapi-ts/plugins/koa',
256-
text: 'Koa <span data-soon>soon</span>',
256+
text: 'Koa <span data-badge>vote</span>',
257257
},
258258
],
259259
link: '/openapi-ts/web-frameworks',

docs/.vitepress/theme/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ html.mac {
5252
--vs-width: auto;
5353
}
5454

55-
[data-soon] {
55+
[data-badge] {
5656
background-color: var(--vp-button-brand-bg);
5757
border-radius: 1em;
5858
color: var(--vp-button-brand-text);

docs/openapi-ts/clients.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Hey API natively supports the following clients.
3232
- [Next.js](/openapi-ts/clients/next-js)
3333
- [Nuxt](/openapi-ts/clients/nuxt)
3434
- [OFetch](/openapi-ts/clients/ofetch)
35-
- [Effect](/openapi-ts/clients/effect) <span data-soon>Soon</span>
36-
- [Got](/openapi-ts/clients/got) <span data-soon>Soon</span>
35+
- [Effect](/openapi-ts/clients/effect) <span data-badge>vote</span>
36+
- [Got](/openapi-ts/clients/got) <span data-badge>vote</span>
3737

3838
Don't see your client? [Build your own](/openapi-ts/clients/custom) or let us know your interest by [opening an issue](https://github.com/hey-api/openapi-ts/issues).
3939

docs/openapi-ts/clients/effect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Effect client for Hey API. Compatible with all our features.
77
import FeatureStatus from '@components/FeatureStatus.vue';
88
</script>
99

10-
# Effect <span data-soon>soon</span>
10+
# Effect <span data-badge>vote</span>
1111

1212
<FeatureStatus issueNumber=2082 name="Effect" />
1313

docs/openapi-ts/clients/got.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Got client for Hey API. Compatible with all our features.
77
import FeatureStatus from '@components/FeatureStatus.vue';
88
</script>
99

10-
# Got <span data-soon>soon</span>
10+
# Got <span data-badge>vote</span>
1111

1212
<FeatureStatus issueNumber=586 name="Got" />
1313

docs/openapi-ts/mocks.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ Realistic mock data is an important component of every robust development proces
1111

1212
Hey API natively supports the following mocking frameworks.
1313

14-
- [Chance](/openapi-ts/plugins/chance) <span data-soon>Soon</span>
15-
- [Faker](/openapi-ts/plugins/faker) <span data-soon>Soon</span>
16-
- [Falso](/openapi-ts/plugins/falso) <span data-soon>Soon</span>
17-
- [MSW](/openapi-ts/plugins/msw) <span data-soon>Soon</span>
18-
- [Nock](/openapi-ts/plugins/nock) <span data-soon>Soon</span>
19-
- [Supertest](/openapi-ts/plugins/supertest) <span data-soon>Soon</span>
14+
- [Chance](/openapi-ts/plugins/chance) <span data-badge>vote</span>
15+
- [Faker](/openapi-ts/plugins/faker) <span data-badge>vote</span>
16+
- [Falso](/openapi-ts/plugins/falso) <span data-badge>vote</span>
17+
- [MSW](/openapi-ts/plugins/msw) <span data-badge>vote</span>
18+
- [Nock](/openapi-ts/plugins/nock) <span data-badge>vote</span>
19+
- [Supertest](/openapi-ts/plugins/supertest) <span data-badge>vote</span>
2020

2121
Don't see your framework? Let us know your interest by [opening an issue](https://github.com/hey-api/openapi-ts/issues).
2222

docs/openapi-ts/plugins/adonis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: AdonisJS plugin for Hey API. Compatible with all our features.
77
import FeatureStatus from '@components/FeatureStatus.vue';
88
</script>
99

10-
# AdonisJS <span data-soon>soon</span>
10+
# AdonisJS <span data-badge>vote</span>
1111

1212
<FeatureStatus issueNumber=2364 name="AdonisJS" />
1313

docs/openapi-ts/plugins/ajv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Ajv plugin for Hey API. Compatible with all our features.
77
import FeatureStatus from '@components/FeatureStatus.vue';
88
</script>
99

10-
# Ajv <span data-soon>soon</span>
10+
# Ajv <span data-badge>vote</span>
1111

1212
<FeatureStatus issueNumber=1476 name="Ajv" />
1313

docs/openapi-ts/plugins/arktype.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Arktype plugin for Hey API. Compatible with all our features.
77
import FeatureStatus from '@components/FeatureStatus.vue';
88
</script>
99

10-
# Arktype <span data-soon>soon</span>
10+
# Arktype <span data-badge>vote</span>
1111

1212
<FeatureStatus issueNumber=1473 name="Arktype" />
1313

docs/openapi-ts/plugins/chance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Chance plugin for Hey API. Compatible with all our features.
77
import FeatureStatus from '@components/FeatureStatus.vue';
88
</script>
99

10-
# Chance <span data-soon>soon</span>
10+
# Chance <span data-badge>vote</span>
1111

1212
<FeatureStatus issueNumber=2497 name="Chance" />
1313

0 commit comments

Comments
 (0)