updated docs

This commit is contained in:
Sebastian Hildebrandt 2025-01-12 14:13:54 +01:00
parent 2fa4e4f2d8
commit 22f6046197
4 changed files with 27 additions and 2 deletions

View File

@ -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>

View File

@ -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

View File

@ -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;