This is an automated email from the ASF dual-hosted git repository.
dklco pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git
The following commit(s) were added to refs/heads/master by this push:
new 56bda25 Adding sonarcloud badges and cleaning up some doc formatting
56bda25 is described below
commit 56bda25a4039f3c92e9ac6ce15eff5ac47c3b69f
Author: Dan Klco <[email protected]>
AuthorDate: Tue Apr 16 08:52:32 2019 -0400
Adding sonarcloud badges and cleaning up some doc formatting
---
README.md | 2 +-
docs/error-pages.md | 15 ++++++++++-----
docs/intro.md | 6 +++---
docs/reference.md | 10 +++++-----
4 files changed, 19 insertions(+), 14 deletions(-)
diff --git a/README.md b/README.md
index e0dbe85..86182f9 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
[<img
src="https://sling.apache.org/res/logos/sling.png"/>](https://sling.apache.org)
- [](https://builds.apache.org/job/Sling/job/sling-org-apache-sling-app-cms/job/master)
[](https://builds.apache.org/job/Sling/job/sling-org-apache-sling-app-cms/job/master/test_results_analyzer/)
[](https://builds.apache.org/job/Sling/job/sling-org-apache-sling-app-cms/job/master)
[](https://builds.apache.org/job/Sling/job/sling-org-apache-sling-app-cms/job/master/test_results_analyzer/)
[ to
allow developers to overlay content provided in the base CMS. This means that
although the default content is stored in `/libs/sling-cms/content` it is
actually referenced under `/mnt/overlay/sling-cms/content` which is merged with
`/apps/sling-cms/content` using Sling Resource Merger, finally a default
Resource Resolver Factory configuration them maps this path to `/cms` fo [...]
diff --git a/docs/reference.md b/docs/reference.md
index d7d5491..c16ed9a 100644
--- a/docs/reference.md
+++ b/docs/reference.md
@@ -18,10 +18,10 @@ These components are:
- base page - a basic page using the Apache Sling website styling
- breadcrumb - breadcrumb based on the page hierarchy
- - cta - a CTA link
+ - cta - a call to action link / button
- codeblock - displays a block of code in a `<pre>` tag
- columncontrol - allows authors to create columns of content
- - iframe - allows for adding an iframe
stylewrapper.json
+ - iframe - allows for adding an iframe
- image - a block level image allowing linked and styled images
- list - a base component for creating dynamic lists
- search - a simple search component using JCR Queries to search page content
@@ -31,7 +31,7 @@ These components are:
- rss - renders an RSS feed backed on a query
- tags - displays the taxonomy tags on a page
-In addition to these reference components, there are two general use
components in the main ui project. These are found at
/libs/sling-cms/components/general and are:
+In addition to these reference components, there are two general use
components in the main ui project. These are found at
`/libs/sling-cms/components/general` and are:
- - container - a container into which other components can be aded. This is
the most foundational component in Sling CMS allowing for Component-drive
content development.
- - rte - a HTML based rich text editor using Summernote as the RTE
\ No newline at end of file
+ - container - a container into which other components can be aded. This is
the most foundational component in Sling CMS allowing for component-driven
content development
+ - rte - a HTML based rich text editor using [wysihtml](http://wysihtml.com/)
as the RTE
\ No newline at end of file