Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhildebrandt committed Jan 12, 2025
1 parent 2fa4e4f commit 22f6046
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
<div class="col-12 sectionheader index">
<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="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">
<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>
Expand Down
13 changes: 13 additions & 0 deletions docs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,24 @@ h4 {
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 {
font-weight: 500;
color: rgb(156, 1, 1);
}

.success {
font-weight: 500;
color: rgb(1, 156, 1);
}

.larger {
margin-top: 10px;
font-size: 1.5rem !important;
Expand Down
2 changes: 1 addition & 1 deletion docs/styles.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions docs/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,22 @@ h4 {
.bold {
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 {
font-weight: 500;
color: rgb(156, 1, 1);
}
.success {
font-weight: 500;
color: rgb(1, 156, 1);
}
.larger {
margin-top: 10px;
font-size: 1.5rem !important;
Expand Down

0 comments on commit 22f6046

Please sign in to comment.