Alasdair Brown created NIFI-9287:
------------------------------------
Summary: nifi.content.repository.directory.default* has incorrect
formatting in admin guide
Key: NIFI-9287
URL: https://issues.apache.org/jira/browse/NIFI-9287
Project: Apache NiFi
Issue Type: Bug
Components: Documentation & Website
Affects Versions: 1.14.0
Reporter: Alasdair Brown
Assignee: Alasdair Brown
Some lines contain just a `+` which is used for new lines, but without a space
infront of the +, this isn't interpreted as a new line - instead the plus is
rendered as text.
{code:java}
|`nifi.content.repository.directory.default`*|The location of the Content
Repository. The default value is `./content_repository`. ++*NOTE*: Multiple
content repositories can be specified by using the
`nifi.content.repository.directory.` prefix with unique suffixes and separate
paths as values. ++For example, to provide two additional locations to act as
part of the content repository, a user could also specify additional properties
with keys of: ++`nifi.content.repository.directory.content1=/repos/content1`
+`nifi.content.repository.directory.content2=/repos/content2` ++Providing three
total locations, including `nifi.content.repository.directory.default`.{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)