Skip to content

Commit f8013fa

Browse files
committed
update README.md
1 parent ffd8175 commit f8013fa

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

β€ŽREADME.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,28 @@
1-
# Website
1+
# πŸ“š Fluent CI Documentation
2+
3+
Visit [docs.fluentci.io](https://docs.fluentci.io) to view the documentation.
4+
5+
### πŸ’‘ About
6+
7+
This is the place where all the documentation about Fluent CI is hosted. Contributions are welcome! Change the markdown, make a pull request, and we'll merge it!
28

39
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
410

5-
### Installation
11+
### 🚚 Installation
612

713
```
814
$ bun install
915
```
1016

11-
### Local Development
17+
### πŸ§‘β€πŸ”¬ Local Development
1218

1319
```
1420
$ bun start
1521
```
1622

1723
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
1824

19-
### Build
25+
### πŸš€ Build
2026

2127
```
2228
$ bun run build

0 commit comments

Comments
Β (0)