Skip to content

Commit

Permalink
[doc] Improve layout of install guide
Browse files Browse the repository at this point in the history
  • Loading branch information
durera committed Feb 10, 2025
1 parent 0c9ec5e commit 8ddab72
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 131 deletions.
4 changes: 2 additions & 2 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "^.secrets.baseline$",
"lines": null
},
"generated_at": "2025-01-23T12:00:32Z",
"generated_at": "2025-02-10T18:45:55Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -112,7 +112,7 @@
"hashed_secret": "b60d121b438a380c343d5ec3c2037564b82ffef3",
"is_secret": false,
"is_verified": false,
"line_number": 237,
"line_number": 182,
"type": "Secret Keyword",
"verified_result": null
}
Expand Down
6 changes: 6 additions & 0 deletions docs/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ table.clusterExtensions tr:nth-child(odd) {
table.clusterExtensions tr.alt td {
background-color: #eee !important;
}

@media (max-width: 66rem) {
.hideOnSmallScreen {
display: none !important;
}
}
Loading

0 comments on commit 8ddab72

Please sign in to comment.