Skip to content

Commit 4aae6e6

Browse files
committed
docs: fixed index page
1 parent 8d3e39e commit 4aae6e6

File tree

3 files changed

+63
-8
lines changed

3 files changed

+63
-8
lines changed

documentation/docs/index.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,19 @@ sidebar_position: 1
33
---
44

55
# 🔥 Fuego
6-
[Go Reference](https://pkg.go.dev/badge/github.com/go-fuego/fuego.svg)
6+
7+
<p align="center">
8+
<img src="/fuego/img/logo.svg" height="200" alt="Fuego Logo" />
9+
</p>
710

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

1013
## Getting Started
1114

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

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

1619
### What you'll need
1720

18-
- [Golang v1.22](https://tip.golang.org/doc/go1.22) or above:
19-
- Fuego relies on a new feature of the net/http package only available after 1.22.
20-
21-
And then blablabla
22-
21+
- [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)_.

documentation/src/components/FlowChart.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ subgraph fuego
1515
1616
subgraph output
1717
direction TB
18-
OutTransformation -- struct{'b':'My Response!'} --> resp(Response)
18+
OutTransformation -- struct{B:'My Response!'} --> resp(Response)
1919
end
2020
2121
Controller{{Controller}}

documentation/static/img/fuego.svg

Lines changed: 56 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)