-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies, fix Javadocs, update README
* Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0 * Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 * Fix mistyping in the description of core module * Fix Javadoc, update old names slf4j-aws-lambda => aws-lambda-slf4j * Fix Javadoc, update old names slf4j-aws-lambda => aws-lambda-slf4j * Fix stlye issues * Fix style issues * Fix README * Update footprint info * Fix README * Fix style issue
- Loading branch information
Showing
14 changed files
with
138 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
exclude_paths: | ||
- "**/aws-lambda-slf4j.css" | ||
- "**/prism.css" | ||
- "**/prism.js" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
.tooltip { | ||
border-bottom: 1px dotted #4d7a97; | ||
display: inline-block; | ||
position: relative; | ||
} | ||
|
||
.tooltip .tooltiptext { | ||
background-color: #f8981d; | ||
border: 1px dotted #4d7a97; | ||
-moz-border-radius: 6px; | ||
-ms-border-radius: 6px; | ||
-webkit-border-radius: 6px; | ||
border-radius: 6px; | ||
color: #253441; | ||
left: 113%; | ||
padding: 5px 3px; | ||
position: absolute; | ||
text-align: center; | ||
top: -5px; | ||
visibility: hidden; | ||
width: 97px; | ||
z-index: 1; | ||
} | ||
|
||
.tooltip:hover .tooltiptext { | ||
visibility: visible; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
27 changes: 27 additions & 0 deletions
27
json-logger/src/main/javadoc/resources/aws-lambda-slf4j.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
.tooltip { | ||
border-bottom: 1px dotted #4d7a97; | ||
display: inline-block; | ||
position: relative; | ||
} | ||
|
||
.tooltip .tooltiptext { | ||
background-color: #f8981d; | ||
border: 1px dotted #4d7a97; | ||
-moz-border-radius: 6px; | ||
-ms-border-radius: 6px; | ||
-webkit-border-radius: 6px; | ||
border-radius: 6px; | ||
color: #253441; | ||
left: 113%; | ||
padding: 5px 3px; | ||
position: absolute; | ||
text-align: center; | ||
top: -5px; | ||
visibility: hidden; | ||
width: 97px; | ||
z-index: 1; | ||
} | ||
|
||
.tooltip:hover .tooltiptext { | ||
visibility: visible; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.