Skip to content

Commit

Permalink
Add docs for website
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Dec 21, 2023
1 parent 7f42b2f commit 9ed1d59
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions website/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Iceberg Rust Website

## Setup

Install mdbook first

```shell
cargo install mdbook
```

## Preview

```shell
mdbook serve
```

## Build

```shell
mdbook build
```

0 comments on commit 9ed1d59

Please sign in to comment.