From 3bbde5987e939d56ee12c37559c5dfe6df7970ba Mon Sep 17 00:00:00 2001 From: Kousuke Saruta Date: Mon, 7 Aug 2023 14:51:21 +0900 Subject: [PATCH] AVRO-3824: [Doc] The instruction for building the website should be more precise. (#2419) --- doc/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/README.md b/doc/README.md index db2a8454996..31f167d8712 100644 --- a/doc/README.md +++ b/doc/README.md @@ -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