diff --git a/config/packages-redirects.ts b/config/packages-redirects.ts index 8c68b9c6..bf8fd611 100644 --- a/config/packages-redirects.ts +++ b/config/packages-redirects.ts @@ -224,6 +224,13 @@ export default { }, }, + '/omark': { + redirect: { + to: '/packages/omark', + statusCode: 302, + }, + }, + '/pathe': { redirect: { to: '/packages/pathe', diff --git a/content/packages/omark.yml b/content/packages/omark.yml new file mode 100644 index 00000000..86de6c2c --- /dev/null +++ b/content/packages/omark.yml @@ -0,0 +1,12 @@ +title: omark +description: ⬇️ Just simple markdown utils +github: + owner: unjs + repo: omark +npm: + name: omark +playgrounds: +examples: + link: null + page: false # Used to create a page using the examples +documentation: https://github.com/unjs/omark