Skip to content

Commit

Permalink
feat: add target="_blank"
Browse files Browse the repository at this point in the history
  • Loading branch information
coratgerl committed May 1, 2024
1 parent fa0b861 commit 5447117
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 15 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
<h1 align="center">Wobe</h1>

<div align="center">
<a href="https://wobe.dev">Documentation</a>
<a href="https://wobe.dev" target="_blank">Documentation</a>
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
<a href="https://discord.gg/GVuyYXNvGg">Discord</a>
</div>

### [Read the docs](https://wobe.dev)

## What is Wobe?

**Wobe** is a simple, fast, and lightweight web framework. Inspired by some web frameworks like Express, Hono, Elysia. It works on Node and Bun runtime.
Expand Down
4 changes: 1 addition & 3 deletions packages/wobe-graphql-apollo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
<h1 align="center">Wobe</h1>

<div align="center">
<a href="https://wobe.dev">Documentation</a>
<a href="https://wobe.dev" target="_blank">Documentation</a>
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
<a href="https://discord.gg/GVuyYXNvGg">Discord</a>
</div>

### [Read the docs](https://wobe.dev)

## What is Wobe apollo ?

**Wobe apollo** is a plugin for the **wobe** web framework that allows you to easily use the apollo server.
Expand Down
4 changes: 1 addition & 3 deletions packages/wobe-graphql-yoga/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
<h1 align="center">Wobe</h1>

<div align="center">
<a href="https://wobe.dev">Documentation</a>
<a href="https://wobe.dev" target="_blank">Documentation</a>
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
<a href="https://discord.gg/GVuyYXNvGg">Discord</a>
</div>

### [Read the docs](https://wobe.dev)

## What is Wobe apollo ?

**Wobe yoga** is a plugin for the **wobe** web framework that allows you to easily use the yoga graphql server.
Expand Down
4 changes: 1 addition & 3 deletions packages/wobe-validator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
<h1 align="center">Wobe</h1>

<div align="center">
<a href="https://wobe.dev">Documentation</a>
<a href="https://wobe.dev" target="_blank">Documentation</a>
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
<a href="https://discord.gg/GVuyYXNvGg">Discord</a>
</div>

### [Read the docs](https://wobe.dev)

# What is wobe validator ?

Wobe has a validator `beforeHandler` hook that allows you to validate the request body. It can be considered as an equivalent of `express-validator` for Express.
Expand Down
4 changes: 1 addition & 3 deletions packages/wobe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
<h1 align="center">Wobe</h1>

<div align="center">
<a href="https://wobe.dev">Documentation</a>
<a href="https://wobe.dev" target="_blank">Documentation</a>
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
<a href="https://discord.gg/GVuyYXNvGg">Discord</a>
</div>

### [Read the docs](https://wobe.dev)

## What is Wobe?

**Wobe** is a simple, fast, and lightweight web framework. Inspired by some web frameworks like Express, Hono, Elysia. It works on Node and Bun runtime.
Expand Down

0 comments on commit 5447117

Please sign in to comment.