Skip to content

Commit

Permalink
Update README.html for latest
Browse files Browse the repository at this point in the history
  • Loading branch information
spetrosi committed Feb 13, 2025
1 parent f755655 commit 37bbd90
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@
</style>
<style type="text/css">code{white-space: pre;}</style>
<style type="text/css">
html { -webkit-text-size-adjust: 100%; }
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { line-height: 1.25; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.sourceCode { overflow: visible; }
code.sourceCode > span { color: inherit; text-decoration: inherit; }
Expand All @@ -70,7 +71,7 @@
}
@media print {
pre > code.sourceCode { white-space: pre-wrap; }
pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; }
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
}
pre.numberSource code
{ counter-reset: source-line 0; }
Expand Down Expand Up @@ -242,7 +243,7 @@ <h2 id="metrics_query_service-false">metrics_query_service: false</h2>
services. Enabling this starts PCP and Valkey or Redis servers for
querying any recorded PCP metrics. This option requires either Valkey or
Redis v5+ which is available on Fedora, CentOS 8, RHEL 8, or later
versions of these platforms (Valkey is the prefered solution on Fedora,
versions of these platforms (Valkey is the preferred solution on Fedora,
Centos 10, RHEL 10 and later).</p>
<h2 id="metrics_into_elasticsearch-false">metrics_into_elasticsearch:
false</h2>
Expand Down
7 changes: 4 additions & 3 deletions latest/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@
</style>
<style type="text/css">code{white-space: pre;}</style>
<style type="text/css">
html { -webkit-text-size-adjust: 100%; }
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { line-height: 1.25; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.sourceCode { overflow: visible; }
code.sourceCode > span { color: inherit; text-decoration: inherit; }
Expand All @@ -70,7 +71,7 @@
}
@media print {
pre > code.sourceCode { white-space: pre-wrap; }
pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; }
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
}
pre.numberSource code
{ counter-reset: source-line 0; }
Expand Down Expand Up @@ -242,7 +243,7 @@ <h2 id="metrics_query_service-false">metrics_query_service: false</h2>
services. Enabling this starts PCP and Valkey or Redis servers for
querying any recorded PCP metrics. This option requires either Valkey or
Redis v5+ which is available on Fedora, CentOS 8, RHEL 8, or later
versions of these platforms (Valkey is the prefered solution on Fedora,
versions of these platforms (Valkey is the preferred solution on Fedora,
Centos 10, RHEL 10 and later).</p>
<h2 id="metrics_into_elasticsearch-false">metrics_into_elasticsearch:
false</h2>
Expand Down

0 comments on commit 37bbd90

Please sign in to comment.