Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore accidental documentation change. #501

Merged
merged 1 commit into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/_includes/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -284,11 +284,11 @@ pre {
margin-right: auto;
}

p > code {
p > code, li > code {
background-color: #d9e1eb;
font-family: "Menlo", monospace;
font-size: 12px;
padding: 2px 4px 2px 4px;
padding: 4px;
border-radius: 4px;
}

Expand Down
1 change: 1 addition & 0 deletions docs/reference/technology-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ This page provides an overview of all technologies that can be analyzed by Sigri
| `coolgencobol` | CoolGen Cobol | Maintainability, Architecture |
| `cordysbpm` | Cordys BPM | Maintainability, Architecture |
| `cpp` | C++ | Maintainability, Architecture, Security, AI | (1) |
| `csharp` | C# | Maintainability, Architecture, Security, AI |
| `csp` | CSP | Maintainability, Architecture |
| `css` | CSS | Maintainability, Architecture |
| `cypher` | Cypher | Maintainability, Architecture |
Expand Down