minor doc proofing
This commit is contained in:
parent
fbfe6b4809
commit
4fa93e15f4
|
@ -15,7 +15,7 @@ This allows you to build complex pages made from individual components.
|
||||||
|
|
||||||
When you add a `flow` field to one of your models you essentially gain the
|
When you add a `flow` field to one of your models you essentially gain the
|
||||||
ability to attach as many blocks as you want into this field. Each block
|
ability to attach as many blocks as you want into this field. Each block
|
||||||
corresponds to a specific [Flow Block Models :ref](../../models/flow/) and
|
corresponds to a specific [Flow Block Model :ref](../../models/flow/) and
|
||||||
can render a separate template.
|
can render a separate template.
|
||||||
|
|
||||||
This is a very powerful feature as it allows you to be very flexible in the
|
This is a very powerful feature as it allows you to be very flexible in the
|
||||||
|
|
|
@ -19,14 +19,14 @@ extension or Lektor will not be able to find it. When Lektor looks for a
|
||||||
project it looks upwards from the current folder until it finds a single
|
project it looks upwards from the current folder until it finds a single
|
||||||
file with the `.lektorproject` extension and that's then the root of the project.
|
file with the `.lektorproject` extension and that's then the root of the project.
|
||||||
|
|
||||||
!! It's possible to build a Lektor project in the absence of a Project file
|
!! It's possible to build a Lektor project in the absence of a Project file,
|
||||||
but this usage his heavily discouraged. It exists primarily for quick
|
but this usage is heavily discouraged. It exists primarily for quick
|
||||||
testing situations. But don't be confused if you encounter a Lektor project
|
testing situations. But don't be confused if you encounter a Lektor project
|
||||||
that does not come with a corresponding project file.
|
that does not come with a corresponding project file.
|
||||||
|
|
||||||
## Config Sections
|
## Config Sections
|
||||||
|
|
||||||
Within the project file there are various configuration selections. The
|
Within the project file there are various configuration sections. The
|
||||||
following sections currently exist:
|
following sections currently exist:
|
||||||
|
|
||||||
### `[project]`
|
### `[project]`
|
||||||
|
|
Loading…
Reference in New Issue