updated docs
This commit is contained in:
parent
2fa4e4f2d8
commit
22f6046197
@ -187,7 +187,7 @@
|
|||||||
<div class="col-12 sectionheader index">
|
<div class="col-12 sectionheader index">
|
||||||
<div class="title">Overview</div>
|
<div class="title">Overview</div>
|
||||||
<div class="subtitle">Node.js system information package. Lightweight collection of 50+ functions to retrieve detailed hardware, system and OS information. For Linux, macOS, partial Windows, FreeBSD, OpenBSD, NetBSD, SunOS and Android support. Dependency free. Works with <span class="bold">Node.js</span>, <span class="bold">Bun</span> and <span class="bold">Deno</span></div>
|
<div class="subtitle">Node.js system information package. Lightweight collection of 50+ functions to retrieve detailed hardware, system and OS information. For Linux, macOS, partial Windows, FreeBSD, OpenBSD, NetBSD, SunOS and Android support. Dependency free. Works with <span class="bold">Node.js</span>, <span class="bold">Bun</span> and <span class="bold">Deno</span></div>
|
||||||
<div class="text larger"><span class="bold">Version 6</span> will arrive soon with a lot of new features but also some breaking changes (more consistent API)</div>
|
<div class="banner text larger"><span class="bold success">Version 6</span> will arrive soon with a lot of new features and improvements. There will also some breaking changes (more consistent API)</div>
|
||||||
<div class="npmicons">
|
<div class="npmicons">
|
||||||
<a href="https://npmjs.org/package/systeminformation" rel="nofollow"><img src="https://img.shields.io/npm/v/systeminformation.svg?style=flat-square" alt="NPM Version" data-canonical-src="https://img.shields.io/npm/v/systeminformation.svg?style=flat-square" style="max-width:100%;"></a>
|
<a href="https://npmjs.org/package/systeminformation" rel="nofollow"><img src="https://img.shields.io/npm/v/systeminformation.svg?style=flat-square" alt="NPM Version" data-canonical-src="https://img.shields.io/npm/v/systeminformation.svg?style=flat-square" style="max-width:100%;"></a>
|
||||||
<a href="https://systeminformation.io" rel="nofollow"><img src="assets/no-dependencies.svg" alt="no dependencies"></a>
|
<a href="https://systeminformation.io" rel="nofollow"><img src="assets/no-dependencies.svg" alt="no dependencies"></a>
|
||||||
|
|||||||
@ -22,11 +22,24 @@ h4 {
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.banner {
|
||||||
|
background-color: rgb(242, 244, 246) !important;
|
||||||
|
padding: 10px 20px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
text-align: center;
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.warning {
|
.warning {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: rgb(156, 1, 1);
|
color: rgb(156, 1, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.success {
|
||||||
|
font-weight: 500;
|
||||||
|
color: rgb(1, 156, 1);
|
||||||
|
}
|
||||||
|
|
||||||
.larger {
|
.larger {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
font-size: 1.5rem !important;
|
font-size: 1.5rem !important;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@ -18,10 +18,22 @@ h4 {
|
|||||||
.bold {
|
.bold {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
.banner {
|
||||||
|
background-color: rgb(242, 244, 246) !important;
|
||||||
|
padding: 10px 20px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
text-align: center;
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.warning {
|
.warning {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: rgb(156, 1, 1);
|
color: rgb(156, 1, 1);
|
||||||
}
|
}
|
||||||
|
.success {
|
||||||
|
font-weight: 500;
|
||||||
|
color: rgb(1, 156, 1);
|
||||||
|
}
|
||||||
.larger {
|
.larger {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
font-size: 1.5rem !important;
|
font-size: 1.5rem !important;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user