From a64d92413aec1c15869557fe4735760ba92912ef Mon Sep 17 00:00:00 2001 From: Kot Date: Thu, 6 Jul 2023 07:06:15 -0700 Subject: [PATCH] Clarify `public` dir in directory structure doc page (#2238) (#2240) * Clarify `public` dir (#2238) * Add `zola serve` to `public` dir description * Move and rewrite `public` clarification --- .../documentation/getting-started/directory-structure.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/documentation/getting-started/directory-structure.md b/docs/content/documentation/getting-started/directory-structure.md index c48d20a1be..77c69ada7a 100644 --- a/docs/content/documentation/getting-started/directory-structure.md +++ b/docs/content/documentation/getting-started/directory-structure.md @@ -18,6 +18,8 @@ After running `zola init`, you should see the following structure in your direct 5 directories, 1 file ``` +You might also see a `public` directory if you are running the default `zola build/serve` commands which contains some output for the site: the full site for `zola build` and only the static assets for `zola serve`. This folder will be deleted/created automatically by `zola serve`. + Here's a high-level overview of each of these directories and `config.toml`. ## `config.toml`