You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff 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!
2
8
3
9
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
4
10
5
-
### Installation
11
+
### π Installation
6
12
7
13
```
8
14
$ bun install
9
15
```
10
16
11
-
### Local Development
17
+
### π§βπ¬ Local Development
12
18
13
19
```
14
20
$ bun start
15
21
```
16
22
17
23
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
0 commit comments