From 9caecdc1a4ff7afbf075a10202b960af145ae43e Mon Sep 17 00:00:00 2001 From: sammyette Date: Wed, 2 Apr 2025 22:07:02 -0400 Subject: [PATCH] fix: add back os doc --- docs/api/hilbish/hilbish.os.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/api/hilbish/hilbish.os.md diff --git a/docs/api/hilbish/hilbish.os.md b/docs/api/hilbish/hilbish.os.md new file mode 100644 index 0000000..13b56b0 --- /dev/null +++ b/docs/api/hilbish/hilbish.os.md @@ -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| +