rollup and pipeline

This commit is contained in:
2025-07-17 23:01:55 -05:00
parent 55768fc8b1
commit 1c26d96fc9
6 changed files with 41 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
book
.vscode/sftp.json

6
BuildAndShip.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
mdbook \
build \
. \
-d book

6
book.toml Normal file
View File

@@ -0,0 +1,6 @@
[book]
authors = ["Charles N Wyble"]
language = "en"
multilingual = false
src = "src"
title = "Known Element Enterprises - Business/Product/Operations Plan"

7
dev.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
mdbook \
serve \
. \
-p 3001 \
-d book \

3
src/SUMMARY.md Normal file
View File

@@ -0,0 +1,3 @@
# Summary
- [Introduction](./introduction.md)

17
src/introduction.md Normal file
View File

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