Skip to content

Commit ceddf83

Browse files
feat: add confbox package (#313)
Co-authored-by: barbapapazes <[email protected]>
1 parent 254451d commit ceddf83

File tree

5 files changed

+88
-0
lines changed

5 files changed

+88
-0
lines changed

config/packages-redirects.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ export default {
3535
},
3636
},
3737

38+
'/confbox': {
39+
redirect: {
40+
to: '/packages/confbox',
41+
statusCode: 302,
42+
},
43+
},
44+
3845
'/consola': {
3946
redirect: {
4047
to: '/packages/consola',

content/packages/confbox.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
title: confbox
2+
description: Compact and high quality YAML, TOML, JSONC and JSON5 parsers.
3+
github:
4+
owner: unjs
5+
repo: confbox
6+
npm:
7+
name: confbox
8+
playgrounds:
9+
examples:
10+
link: null
11+
page: false # Used to create a page using the examples
12+
documentation: https://github.com/unjs/confbox

public/assets/logos/confbox.svg

Lines changed: 19 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)