This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-site.git
commit 082f205f2d9ccd6f6ee85eda12b7cacbc00e9e38 Author: Thomas Wolfart <[email protected]> AuthorDate: Wed Jul 18 09:27:08 2018 +0200 fall back to default rendering to avoid md markup in html --- src/main/jbake/content/documentation/development/sling-mock.md | 1 - .../content/documentation/the-sling-engine/service-authentication.md | 1 - 2 files changed, 2 deletions(-) diff --git a/src/main/jbake/content/documentation/development/sling-mock.md b/src/main/jbake/content/documentation/development/sling-mock.md index 14777d6..696430f 100644 --- a/src/main/jbake/content/documentation/development/sling-mock.md +++ b/src/main/jbake/content/documentation/development/sling-mock.md @@ -329,7 +329,6 @@ in the classpath beneath the unit tests. This data can be used as text fixture f Example JSON data: - #!json { "jcr:primaryType": "app:Page", "jcr:content": { diff --git a/src/main/jbake/content/documentation/the-sling-engine/service-authentication.md b/src/main/jbake/content/documentation/the-sling-engine/service-authentication.md index ae547b6..1247f3f 100644 --- a/src/main/jbake/content/documentation/the-sling-engine/service-authentication.md +++ b/src/main/jbake/content/documentation/the-sling-engine/service-authentication.md @@ -56,7 +56,6 @@ a Resource Resolver and/or JCR Repository user ID for authentication. Thus the actual service identification (service ID) is defined as: - #!text service-id = service-name [ ":" subservice-name ] . The `service-name` is the symbolic name of the bundle providing the service.
