Skip to content

Commit

Permalink
refactor: minor updates serveral files
Browse files Browse the repository at this point in the history
  • Loading branch information
mahabubx7 committed Oct 14, 2024
1 parent b3a5caa commit 0c971ed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: "20"

- name: Install dependencies
run: npm install
run: cd docs && npm install

- name: Build project
run: npm run docs:build
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default defineConfig({

nav: [
{ text: "Guide", link: "/guide" },
{ text: "Docs", link: "/api" },
{ text: "Reference", link: "/api" },
{ text: "Our Team", link: "/team" }

// sponser
Expand Down
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ hero:
text: Get Started
link: /greetings.md
- theme: alt
text: Documentation
text: API References
link: /api/index.md

features:
- icon: 🛠️
- icon: 🔨
title: Type-safety first approach
details: Ensure your data validation is type-safe, reducing runtime errors and improving code reliability.
- icon: 🛠
- icon:
title: Smooth error handlers
details: Handle validation errors gracefully with built-in error handling mechanisms.
- icon: 🛠️
- icon: 🔎
title: Rich type inferer
details: Leverage advanced type inference to infer the type directly from your defined schema.
---

0 comments on commit 0c971ed

Please sign in to comment.