File tree Expand file tree Collapse file tree
packages/pure-parse/.vitepress Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<div align =" center " >
2- <img src =" https://pure-parse.vercel.app /logo-small.webp " width =" 200px " align =" center " alt =" PureParse logo " />
2+ <img src =" https://pureparse.dev /logo-small.webp " width =" 200px " align =" center " alt =" PureParse logo " />
33 <h1 align =" center " >PureParse</h1 >
44 <h3 >Typesafe, lightweight parsers</h3 >
55 <p align =" center " >
66 Strongly typed validation library that decouples type aliases from validation logic
77 </p >
88 <p align =" center " >
9- <a href =" https://pure-parse.vercel.app " style =" padding : 10px 15px ; background-color : #3d9efe ; color : white ; border-radius : 20px ; line-height : 38px ; font-size : 14px " >Documentation</a >
9+ <a href =" https://pureparse.dev " style =" padding : 10px 15px ; background-color : #3d9efe ; color : white ; border-radius : 20px ; line-height : 38px ; font-size : 14px " >Documentation</a >
1010 </p >
1111</div >
1212
Original file line number Diff line number Diff line change 11import { defineConfig } from 'vitepress'
22import typedocSidebar from '../docs/api/typedoc-sidebar.json'
33
4- const baseUrl = 'https://pure-parse.vercel.app '
4+ const baseUrl = 'https://pureparse.dev '
55
66// https://vitepress.dev/reference/site-config
77export default defineConfig ( {
You can’t perform that action at this time.
0 commit comments