rollup and pipeline

This commit is contained in:
2025-07-17 23:03:37 -05:00
parent 84aa78c758
commit 11a38dafed
6 changed files with 37 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 = "TSYS Group - 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)

13
src/introduction.md Normal file
View File

@@ -0,0 +1,13 @@
# TSYS Group
## Executive Summary
TSYS Group or "TSYS" is the shorthand we use to refer to the entire collection of components that support the overall mission.
## Reduction to practice
- [TSYS Group Governance Portal](https://governance.turnsys.com/)
- [TSYS Group Non Profit Portal](https://nonprofit.turnsys.com/)
- [TSYS Group Charters](https://charters.turnsys.com/)
- [TSYS Group Stakeholder Relations](https://sr.turnsys.com/)
- [TSYS Group Handbook](https://handbook.turnsys.com/)