Skip to content

Commit

Permalink
AVRO-3824: [Doc] The instruction for building the website should be m…
Browse files Browse the repository at this point in the history
…ore precise. (#2419)
  • Loading branch information
sarutak authored Aug 7, 2023
1 parent d05ca14 commit 3bbde59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Apache Avro website

This website is base on [Hugo](https://gohugo.io) and uses the [Docsy](https://www.docsy.dev/) theme.
Before building the website, you need to initialize submodules.

```
git submodule update --init --recursive
```

## Previewing the website locally

Expand Down

0 comments on commit 3bbde59

Please sign in to comment.