rollup and pipeline
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
book
|
||||
.vscode/sftp.json
|
6
BuildAndShip.sh
Normal file
6
BuildAndShip.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
mdbook \
|
||||
build \
|
||||
. \
|
||||
-d book
|
6
book.toml
Normal file
6
book.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
[book]
|
||||
authors = ["Charles N Wyble"]
|
||||
language = "en"
|
||||
multilingual = false
|
||||
src = "src"
|
||||
title = "Known Element Enterprises - Business/Product/Operations Plan"
|
3
src/SUMMARY.md
Normal file
3
src/SUMMARY.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Summary
|
||||
|
||||
- [Introduction](./introduction.md)
|
17
src/introduction.md
Normal file
17
src/introduction.md
Normal 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)
|
Reference in New Issue
Block a user