diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ca9afca --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +book +.vscode/sftp.json diff --git a/BuildAndShip.sh b/BuildAndShip.sh new file mode 100644 index 0000000..21fe295 --- /dev/null +++ b/BuildAndShip.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +mdbook \ + build \ + . \ + -d book diff --git a/book.toml b/book.toml new file mode 100644 index 0000000..9c8570d --- /dev/null +++ b/book.toml @@ -0,0 +1,6 @@ +[book] +authors = ["Charles N Wyble"] +language = "en" +multilingual = false +src = "src" +title = "Known Element Enterprises - Business/Product/Operations Plan" diff --git a/dev.sh b/dev.sh new file mode 100644 index 0000000..16f44f3 --- /dev/null +++ b/dev.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +mdbook \ + serve \ + . \ + -p 3001 \ + -d book \ diff --git a/src/SUMMARY.md b/src/SUMMARY.md new file mode 100644 index 0000000..e0ff9f9 --- /dev/null +++ b/src/SUMMARY.md @@ -0,0 +1,3 @@ +# Summary + +- [Introduction](./introduction.md) diff --git a/src/introduction.md b/src/introduction.md new file mode 100644 index 0000000..8ff6072 --- /dev/null +++ b/src/introduction.md @@ -0,0 +1,17 @@ +# Known Element Enterprises (KNEL) - Business/Product/Operations Plan - Introduction + +## Executive Summary of Known Element Enterprises + +Known Element Enterprises (KNEL) is the management company of Turnkey Network Systems LLC (established when the operating agreement of Turnkey Network Systems LLC was adopted). + +It handles the operation/administration/maintenance etc of all TSYS Group IT/business systems. + +KNEL is the domain of the TSYS Group Chief Operations Officer, supported by Turnkey Network Systems LLC AI and human staff and officers. + +## Reduction to practice + +- [GIT Organization](https://git.knownelement.com/KNEL) +- [IT Discourse Category](https://community.turnsys.com/c/chiefoperationsandfinanceofficer/vptechnicaloperations/20) +- [IT Projects](https://projects.knownelement.com/projects/technicaloperations) +- [Business Operations Discourse Category](https://community.turnsys.com/c/chiefoperationsandfinanceofficer/knel-bizops/72) +- [Business Operations Projects](https://projects.knownelement.com/projects/business-operations)