Skip to content

Commit

Permalink
docs: fixed index page
Browse files Browse the repository at this point in the history
  • Loading branch information
EwenQuim committed Feb 8, 2024
1 parent 8d3e39e commit 4aae6e6
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 8 deletions.
13 changes: 6 additions & 7 deletions documentation/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,19 @@ sidebar_position: 1
---

# 🔥 Fuego
[Go Reference](https://pkg.go.dev/badge/github.com/go-fuego/fuego.svg)

<p align="center">
<img src="/fuego/img/logo.svg" height="200" alt="Fuego Logo" />
</p>

Let's discover **Fuego in less than 5 minutes**.

## Getting Started

Get started by **creating a new go project**.
Try our [Hello World](./tutorials/01-hello-world.md)!

Or **try Fuego immediately** by cloning **[one of our exemples](https://github.com/go-fuego/fuego/tree/main/examples)**.

### What you'll need

- [Golang v1.22](https://tip.golang.org/doc/go1.22) or above:
- Fuego relies on a new feature of the net/http package only available after 1.22.

And then blablabla

- [Golang v1.22](https://golang.org/doc/go1.22) or above _(Fuego relies on a new feature of the net/http package only available after 1.22)_.
2 changes: 1 addition & 1 deletion documentation/src/components/FlowChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ subgraph fuego
subgraph output
direction TB
OutTransformation -- struct{'b':'My Response!'} --> resp(Response)
OutTransformation -- struct{B:'My Response!'} --> resp(Response)
end
Controller{{Controller}}
Expand Down
56 changes: 56 additions & 0 deletions documentation/static/img/fuego.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4aae6e6

Please sign in to comment.