You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ki...@apache.org on 2023/04/11 14:26:35 UTC

[jena-site] 04/06: Typo and add style for notes/blockquote/admonition

This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena-site.git

commit 1cfa31306ba2884cc0c8d4822e84b491f73210db
Author: Bruno P. Kinoshita <ki...@users.noreply.github.com>
AuthorDate: Sun Apr 9 15:36:01 2023 +0200

    Typo and add style for notes/blockquote/admonition
---
 README.md                            | 2 +-
 assets/sass/jena.scss                | 8 ++++++++
 source/documentation/shex/__index.md | 3 ---
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index df5a6e3cd..abff7d9f4 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,7 @@ site, using the content from the `asf-site` and `javadoc` branches.
 The `Jenkinsfile` was contributed in https://github.com/apache/jena-site/pull/17
 (July 2020).
 
-Steps to do to setup the Jenkins job:
+Steps to set up the Jenkins job:
 
 * Create a new multibranch pipeline (e.g. 'Jena_Site').
 
diff --git a/assets/sass/jena.scss b/assets/sass/jena.scss
index 11520d507..88dd85a6b 100644
--- a/assets/sass/jena.scss
+++ b/assets/sass/jena.scss
@@ -71,6 +71,14 @@ main {
     img {
       max-width: 100%;
     }
+    /* A poor-man's NOTE/admonition. */
+    blockquote {
+      background-color: var(--bs-light);
+      padding: 0.5rem 1rem 0.01rem 1rem;
+      word-wrap: unset;
+      text-wrap: unset;
+      font-style: italic;
+    }
   }
   aside {
     &.d-xl-flex {
diff --git a/source/documentation/shex/__index.md b/source/documentation/shex/__index.md
index c8fb02afe..57d91f488 100644
--- a/source/documentation/shex/__index.md
+++ b/source/documentation/shex/__index.md
@@ -6,9 +6,6 @@ slug: index
 `jena-shex` is an implementation of the 
 [ShEx (Shape Expressions)](https://shex.io) language.
 
-This implementation is experimental, starting with Jena 4.2.0.
-Please send usage reports and experience to <tt>users@jena.apache.org</tt>.
-
 ## Status
 
 `jena-shex` reads ShExC (the compact syntax) files.