From 87e3ec7f6eb45d849ad44794e68e02a1f408b988 Mon Sep 17 00:00:00 2001 From: "George Y. Kussumoto" Date: Wed, 9 Oct 2019 19:06:37 -0300 Subject: [PATCH] Update project file documentation to include `output_path` --- content/docs/project/file/contents.lr | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/docs/project/file/contents.lr b/content/docs/project/file/contents.lr index 806b4fbb..d3768b18 100644 --- a/content/docs/project/file/contents.lr +++ b/content/docs/project/file/contents.lr @@ -89,6 +89,13 @@ This section controls some basics about the project: > Note that if this setting is used some functionality in the desktop app > might no longer work (for instance opening `.lr` files with a double click). +`output_path` +> Configure the build path for your project. By default, Lektor will detect a +> proper location depeding on your operation system, only use this setting if +> you want to set a custom path. +> The path is relative to the project file, absolute paths are allowed but not +> portable between distinct filesystems. + `excluded_assets` > A list of file names or Unix shell-style wildcards, separated by commas. > The wildcard syntax follows [fnmatch](https://docs.python.org/2/library/fnmatch.html).