From fbef767d9ab9e5bedb799a15561e5e19f395061f Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Wed, 25 Dec 2024 23:53:10 -0500 Subject: [PATCH] mdbook work continues --- .gitignore | 1 + README.md | 3 -- book.toml | 47 +++++++++++++++++++ AFABNAndSDSG.md => src/AFABNAndSDSG.md | 0 AP4AP.md => src/AP4AP.md | 0 .../ComponentsInScope.md | 0 .../ComponentsNotInScope.md | 0 ContractParties.md => src/ContractParties.md | 0 DealTimelines.md => src/DealTimelines.md | 0 Ecosystem.md => src/Ecosystem.md | 0 FLO-EzEda.md => src/FLO-EzEda.md | 0 FLO-EzPodStack.md => src/FLO-EzPodStack.md | 0 Introduction.md => src/Introduction.md | 0 MerchantsOfHope.md => src/MerchantsOfHope.md | 0 .../Party1-Contributions.md | 0 .../Party2-Contributions.md | 0 RWSCP.md => src/RWSCP.md | 0 RackRental.md => src/RackRental.md | 0 STL.md => src/STL.md | 0 SUMMARY.md => src/SUMMARY.md | 0 Sol-Calc.md => src/Sol-Calc.md | 0 TeamRental.md => src/TeamRental.md | 0 .../TheCampusTradingCo.md | 0 ThePeerNet.md => src/ThePeerNet.md | 0 .../YourDreamNameHere.md | 0 25 files changed, 48 insertions(+), 3 deletions(-) create mode 100644 .gitignore delete mode 100644 README.md create mode 100644 book.toml rename AFABNAndSDSG.md => src/AFABNAndSDSG.md (100%) rename AP4AP.md => src/AP4AP.md (100%) rename ComponentsInScope.md => src/ComponentsInScope.md (100%) rename ComponentsNotInScope.md => src/ComponentsNotInScope.md (100%) rename ContractParties.md => src/ContractParties.md (100%) rename DealTimelines.md => src/DealTimelines.md (100%) rename Ecosystem.md => src/Ecosystem.md (100%) rename FLO-EzEda.md => src/FLO-EzEda.md (100%) rename FLO-EzPodStack.md => src/FLO-EzPodStack.md (100%) rename Introduction.md => src/Introduction.md (100%) rename MerchantsOfHope.md => src/MerchantsOfHope.md (100%) rename Party1-Contributions.md => src/Party1-Contributions.md (100%) rename Party2-Contributions.md => src/Party2-Contributions.md (100%) rename RWSCP.md => src/RWSCP.md (100%) rename RackRental.md => src/RackRental.md (100%) rename STL.md => src/STL.md (100%) rename SUMMARY.md => src/SUMMARY.md (100%) rename Sol-Calc.md => src/Sol-Calc.md (100%) rename TeamRental.md => src/TeamRental.md (100%) rename TheCampusTradingCo.md => src/TheCampusTradingCo.md (100%) rename ThePeerNet.md => src/ThePeerNet.md (100%) rename YourDreamNameHere.md => src/YourDreamNameHere.md (100%) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7585238 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +book diff --git a/README.md b/README.md deleted file mode 100644 index 555d945..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# TSYSAncillaryBusinessDealMemo - -Deal terms for the TSYS ancillary businesses . Only thing that will change in executed version is the second party name. \ No newline at end of file diff --git a/book.toml b/book.toml new file mode 100644 index 0000000..cb91165 --- /dev/null +++ b/book.toml @@ -0,0 +1,47 @@ +[book] +authors = ["ReachableCEO Enterprises LLC"] +language = "en" +multilingual = false +src = "src" +title = "TSYS Group Non Core Components Joint Venture Contract" + +[output.html] + +#[output.pdf] +## Set for auto-retrying if failed to generate PDF. +# trying-times = 1 + +## This backend only support latest Chromium based browsers, not Safari and Firefox currently. +## If needed, please specify the full path. +## If you specify the wrong binary, chances are that there will be a timeout error. +# browser-binary-path = "" + +## Assign the static hosting site url so that relative links outside the book can be fixed. +#static_site_url = "https://handbook.turnsys.com" + +## Set the theme to be applied for the generated PDF. +#theme = "ayu" + +## Check Chrome Devtools Protocol Docs for the explanation of the following params: +## https://chromedevtools.github.io/devtools-protocol/tot/Page/#method-printToPDF + +#landscape = false +#display-header-footer = true +#print-background = true +#scale = 0.7 +#paper-width = 8 +##paper-height = 10 +#margin-top = 0.5 +##margin-bottom = 0.5 +##margin-left = 0.5 +##margin-right = 0.5 +#page-ranges = "" +#ignore-invalid-page-ranges = false + +#header-template = "

" +#footer-template = "

/

" +#prefer-css-page-size = true + +#[output.pdf-outline] +#like-wkhtmltopdf = false +#optional = true \ No newline at end of file diff --git a/AFABNAndSDSG.md b/src/AFABNAndSDSG.md similarity index 100% rename from AFABNAndSDSG.md rename to src/AFABNAndSDSG.md diff --git a/AP4AP.md b/src/AP4AP.md similarity index 100% rename from AP4AP.md rename to src/AP4AP.md diff --git a/ComponentsInScope.md b/src/ComponentsInScope.md similarity index 100% rename from ComponentsInScope.md rename to src/ComponentsInScope.md diff --git a/ComponentsNotInScope.md b/src/ComponentsNotInScope.md similarity index 100% rename from ComponentsNotInScope.md rename to src/ComponentsNotInScope.md diff --git a/ContractParties.md b/src/ContractParties.md similarity index 100% rename from ContractParties.md rename to src/ContractParties.md diff --git a/DealTimelines.md b/src/DealTimelines.md similarity index 100% rename from DealTimelines.md rename to src/DealTimelines.md diff --git a/Ecosystem.md b/src/Ecosystem.md similarity index 100% rename from Ecosystem.md rename to src/Ecosystem.md diff --git a/FLO-EzEda.md b/src/FLO-EzEda.md similarity index 100% rename from FLO-EzEda.md rename to src/FLO-EzEda.md diff --git a/FLO-EzPodStack.md b/src/FLO-EzPodStack.md similarity index 100% rename from FLO-EzPodStack.md rename to src/FLO-EzPodStack.md diff --git a/Introduction.md b/src/Introduction.md similarity index 100% rename from Introduction.md rename to src/Introduction.md diff --git a/MerchantsOfHope.md b/src/MerchantsOfHope.md similarity index 100% rename from MerchantsOfHope.md rename to src/MerchantsOfHope.md diff --git a/Party1-Contributions.md b/src/Party1-Contributions.md similarity index 100% rename from Party1-Contributions.md rename to src/Party1-Contributions.md diff --git a/Party2-Contributions.md b/src/Party2-Contributions.md similarity index 100% rename from Party2-Contributions.md rename to src/Party2-Contributions.md diff --git a/RWSCP.md b/src/RWSCP.md similarity index 100% rename from RWSCP.md rename to src/RWSCP.md diff --git a/RackRental.md b/src/RackRental.md similarity index 100% rename from RackRental.md rename to src/RackRental.md diff --git a/STL.md b/src/STL.md similarity index 100% rename from STL.md rename to src/STL.md diff --git a/SUMMARY.md b/src/SUMMARY.md similarity index 100% rename from SUMMARY.md rename to src/SUMMARY.md diff --git a/Sol-Calc.md b/src/Sol-Calc.md similarity index 100% rename from Sol-Calc.md rename to src/Sol-Calc.md diff --git a/TeamRental.md b/src/TeamRental.md similarity index 100% rename from TeamRental.md rename to src/TeamRental.md diff --git a/TheCampusTradingCo.md b/src/TheCampusTradingCo.md similarity index 100% rename from TheCampusTradingCo.md rename to src/TheCampusTradingCo.md diff --git a/ThePeerNet.md b/src/ThePeerNet.md similarity index 100% rename from ThePeerNet.md rename to src/ThePeerNet.md diff --git a/YourDreamNameHere.md b/src/YourDreamNameHere.md similarity index 100% rename from YourDreamNameHere.md rename to src/YourDreamNameHere.md