generated from sentrysoftware/oss-maven-template
-
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.
[#15]: Generate documentation in MetricsHub Community Connectors
* Add MetricsHub Connector Maven Plugin configuration to pom.xml file. * Update site.xml to generate documentation. * Add bodyClass for better styling in site.xml file. * Create site.css for consistent colors in syntax highlighting.
- Loading branch information
Showing
4 changed files
with
44 additions
and
0 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
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,24 @@ | ||
.community-connector-class code[class*=language-js] { | ||
background-color: #f9f2f4; | ||
color: #c7254e; | ||
} | ||
|
||
.community-connector-class code[class*=language-js] .token.punctuation { | ||
color: #a1a1a1; | ||
} | ||
|
||
.community-connector-class code[class*=language-js] .token.operator { | ||
color: #3e3f58; | ||
} | ||
|
||
.community-connector-class code[class*=language-js] .token.string { | ||
color: #c96a43; | ||
} | ||
|
||
.community-connector-class code[class*=language-js]::selection, | ||
.community-connector-class code[class*=language-js] ::selection | ||
{ | ||
text-shadow: none; | ||
background: #4f62ad; | ||
color: white; | ||
} |
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