Skip to content

Commit

Permalink
update docs and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gladwindos committed Apr 27, 2024
1 parent 9229957 commit a6d3f60
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 8 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Gateweaver

Gateweaver is an open-source API gateway designed for front-end applications, enabling secure integration with third party APIs that require sensitive keys and tokens. Through a simple YAML configuration file, users can define endpoints and apply essential policies like CORS, rate limiting, API key management, and JWT authentication, ensuring robust security measures are in place. Get started quickly with the CLI or Docker image, or take a look at some [examples](https://github.com/gateweaver/gateweaver/tree/main/examples) to see how you can leverage Gateweaver in your projects.
Gateweaver is an open-source API gateway designed for front-end applications, enabling secure integration with third party APIs that require sensitive keys and tokens. Through a simple YAML configuration file, users can define endpoints and apply essential policies like CORS, rate limiting, API key management, and JWT authentication, ensuring robust security measures are in place.

Get started quickly with the CLI or Docker image, or take a look at some [examples](https://github.com/gateweaver/gateweaver/tree/main/examples) to see how you can leverage Gateweaver in your projects.

[Read the full documentation](https://gateweaver.io/docs/getting-started)

Expand Down
4 changes: 3 additions & 1 deletion packages/cli/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Gateweaver

Gateweaver is an open-source API gateway designed for front-end applications, enabling secure integration with third party APIs that require sensitive keys and tokens. Through a simple YAML configuration file, users can define endpoints and apply essential policies like CORS, rate limiting, API key management, and JWT authentication, ensuring robust security measures are in place. Get started quickly with the CLI or Docker image, or take a look at some [examples](https://github.com/gateweaver/gateweaver/tree/main/examples) to see how you can leverage Gateweaver in your projects.
Gateweaver is an open-source API gateway designed for front-end applications, enabling secure integration with third party APIs that require sensitive keys and tokens. Through a simple YAML configuration file, users can define endpoints and apply essential policies like CORS, rate limiting, API key management, and JWT authentication, ensuring robust security measures are in place.

Get started quickly with the CLI or Docker image, or take a look at some [examples](https://github.com/gateweaver/gateweaver/tree/main/examples) to see how you can leverage Gateweaver in your projects.

[Read the full documentation](https://gateweaver.io/docs/getting-started)

Expand Down
4 changes: 3 additions & 1 deletion packages/docs/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ import TabItem from "@theme/TabItem";

# Getting Started

Gateweaver is an open-source API gateway designed for front-end applications, enabling secure integration with third party APIs that require sensitive keys and tokens. Through a simple YAML configuration file, users can define endpoints and apply essential policies like CORS, rate limiting, API key management, and JWT authentication, ensuring robust security measures are in place. Get started quickly with the CLI or Docker image, or take a look at some [examples](https://github.com/gateweaver/gateweaver/tree/main/examples) to see how you can leverage Gateweaver in your projects.
Gateweaver is an open-source API gateway designed for front-end applications, enabling secure integration with third party APIs that require sensitive keys and tokens. Through a simple YAML configuration file, users can define endpoints and apply essential policies like CORS, rate limiting, API key management, and JWT authentication, ensuring robust security measures are in place.

Get started quickly with the CLI or Docker image, or take a look at some [examples](https://github.com/gateweaver/gateweaver/tree/main/examples) to see how you can leverage Gateweaver in your projects.

## Installation

Expand Down
4 changes: 2 additions & 2 deletions packages/docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type * as Preset from "@docusaurus/preset-classic";

const config: Config = {
title: "Gateweaver",
tagline: "An API Gateway for the frontend",
tagline: "A simple open-source API Gateway for frontend applications",
favicon: "img/logo.png",

// Set the production url of your site here
Expand Down Expand Up @@ -63,7 +63,7 @@ const config: Config = {
position: "left",
label: "Docs",
},
// { to: "blog", label: "Blog", position: "left" },
{ to: "blog", label: "Blog", position: "left" },
{
href: "https://github.com/gateweaver/gateweaver",
label: "GitHub",
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ function HomepageHeader() {
export default function Home(): JSX.Element {
return (
<Layout
title="Gateweaver, An API Gateway for the frontend"
description="An API Gateway for the frontend"
title="Gateweaver, A simple open-source API Gateway for frontend applications"
description="A simple open-source API Gateway for frontend applications"
>
<HomepageHeader />
<main>
Expand Down
6 changes: 5 additions & 1 deletion packages/server/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Gateweaver

Gateweaver is an open-source API gateway designed for front-end applications, enabling secure integration with third party APIs that require sensitive keys and tokens. Through a simple YAML configuration file, users can define endpoints and apply essential policies like CORS, rate limiting, API key management, and JWT authentication, ensuring robust security measures are in place. Get started quickly with the CLI or Docker image, or take a look at some [examples](https://github.com/gateweaver/gateweaver/tree/main/examples) to see how you can leverage Gateweaver in your projects.
Gateweaver is an open-source API gateway designed for front-end applications, enabling secure integration with third party APIs that require sensitive keys and tokens. Through a simple YAML configuration file, users can define endpoints and apply essential policies like CORS, rate limiting, API key management, and JWT authentication, ensuring robust security measures are in place.

Get started quickly with the CLI or Docker image, or take a look at some [examples](https://github.com/gateweaver/gateweaver/tree/main/examples) to see how you can leverage Gateweaver in your projects.

[Read the full documentation](https://gateweaver.io/docs/getting-started)

[Have a question or found a bug?](https://github.com/gateweaver/gateweaver/issues/new)

## Getting Started

### Installation
Expand Down

0 comments on commit a6d3f60

Please sign in to comment.