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 = "TSYS Group - Business/Product/Operations Plan"
|
3
src/SUMMARY.md
Normal file
3
src/SUMMARY.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# Summary
|
||||||
|
|
||||||
|
- [Introduction](./introduction.md)
|
13
src/introduction.md
Normal file
13
src/introduction.md
Normal 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/)
|
Reference in New Issue
Block a user