Skip to content

Commit

Permalink
doc(main): Updated documentation (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekkinox committed Mar 29, 2024
1 parent c1e8d71 commit 446f2fb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

<!-- TOC -->
* [Goals](#goals)
* [Documentation](#documentation)
* [Overview](#overview)
* [Documentation](#documentation)
* [Architecture](#architecture)
* [Foundations](#foundations)
* [Extensions](#extensions)
Expand All @@ -36,12 +36,12 @@ To solve this, Yokai was created with the following goals in mind:

In other words, Yokai lets you focus on your application logic, while taking care of the rest.

## Overview

### Documentation
## Documentation

Yokai's documentation is available online: [https://ankorstore.github.io/yokai](https://ankorstore.github.io/yokai).

## Overview

### Architecture

![Architecture](docs/assets/images/architecture.jpg)
Expand Down Expand Up @@ -74,9 +74,9 @@ Yokai's `extension system` enables you to `enrich` your application features wit

Yokai provides ready to use `application templates` to start your projects:

- for [gRPC applications](https://ankorstore.github.io/yokai/getting-started/grpc-application.md)
- for [HTTP applications](https://ankorstore.github.io/yokai/getting-started/http-application.md)
- for [worker applications](https://ankorstore.github.io/yokai/getting-started/worker-application.md)
- for [gRPC applications](https://ankorstore.github.io/yokai/getting-started/grpc-application)
- for [HTTP applications](https://ankorstore.github.io/yokai/getting-started/http-application)
- for [worker applications](https://ankorstore.github.io/yokai/getting-started/worker-application)

## Contributing

Expand Down

0 comments on commit 446f2fb

Please sign in to comment.