2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-20 20:43:23 +00:00

fix: add back os doc

This commit is contained in:
sammyette 2025-04-02 22:07:02 -04:00
parent 4e05026e4e
commit 9caecdc1a4
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -0,0 +1,20 @@
---
title: Module hilbish.os
description: operating system info
layout: doc
menu:
docs:
parent: "API"
---
## Introduction
Provides simple text information properties about the current operating system.
This mainly includes the name and version.
## Static module fields
|||
|----|----|
|family|Family name of the current OS|
|name|Pretty name of the current OS|
|version|Version of the current OS|