mdbook work
This commit is contained in:
parent
0b468895ae
commit
1cb2758d5b
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
book
|
55
README.md
55
README.md
@ -1,50 +1,15 @@
|
|||||||
# TSYSGroupCharters
|
# TSYSGroupCharters
|
||||||
|
|
||||||
## Non profits - TX SOS Registered Corporations
|
This repository contains charters for all TSYS Group components.
|
||||||
|
|
||||||
|
- For Profit
|
||||||
|
- Non Profit
|
||||||
|
- Holding company (template)
|
||||||
|
- Free libre open software projects
|
||||||
|
- Free libre open company project
|
||||||
|
|
||||||
- [Americans For A Better Network INC Charter](./TXSOS-Registered-NonProfit/)
|
This is a mdbook repository.
|
||||||
- [Side Door Group INC Charter](./TXSOS-Registered-NonProfit/)
|
|
||||||
- [Side Door Solutions Group INC Charter](./TXSOS-Registered-NonProfit/)
|
|
||||||
|
|
||||||
## For profit - TX SOS Registered LLC
|
|
||||||
|
|
||||||
- [Turnkey Network Systems LLC (aka TSYS series LLC) Operating Agreement]
|
|
||||||
- [Suborbital Systems Development Company LLC Operating Agreement]
|
|
||||||
- [RackRental.net Operating Company LLC Operating Agreement]
|
|
||||||
|
|
||||||
## For profit - regular series LLC - bootstrap at LLC main operating agreement time - established under Turnkey Network Systems LLC
|
|
||||||
|
|
||||||
- [Wyble Family Office LLC]
|
|
||||||
- [Known Element Enterprises LLC]
|
|
||||||
- [ReachableCEO Enterprises LLC]
|
|
||||||
- [TDCMP LLC template terms]
|
|
||||||
|
|
||||||
## For profit - regular series LLC - created by members of individual series after LLC main operating agreement executed - established under Turnkey Network Systems LLC
|
|
||||||
|
|
||||||
- [Axios Heart Studios LLC](./SeriesLLC-Regular-PostBootstrap/)
|
|
||||||
- [RackRental.net LLC](./SeriesLLC-Regular-PostBoostrap)
|
|
||||||
- [StartingLineProductions.com LLC](./SeriesLLC-Regular-PostBoostrap)
|
|
||||||
- [Suborbital-Sustems.net LLC](./SeriesLLC-Regular-PostBoostrap)
|
|
||||||
- [ThePeerNet.com LLC](./SeriesLLC-Regular-PostBoostrap)
|
|
||||||
- [MeetMorse.com LLC](./SeriesLLC-Regular-PostBoostrap)
|
|
||||||
- [Ap4Ap.org LLC](./SeriesLLC-Regular-PostBoostrap)
|
|
||||||
- [Sol-calc.com LLC](./SeriesLLC-Regular-PostBoostrap)
|
|
||||||
- [TheCampusTradingCompany.com LLC](./SeriesLLC-Regular-PostBoostrap)
|
|
||||||
- [EzEDA.org Support and Custom Development Services LLC](./SeriesLLC-Regular-PostBoostrap)
|
|
||||||
- [EzPodStack.org Support and Custom Development Services LLC](./SeriesLLC-Regular-PostBoostrap)
|
|
||||||
|
|
||||||
|
|
||||||
## For profit - super (cell) series LLC - created by members of individual super (cell) series after LLC main operating agreement executed - established under Turnkey Network Systems LLC
|
|
||||||
|
|
||||||
- [Redwood Springs Capital Partners LLC]
|
|
||||||
- [High Flight Networks Operating Company LLC]
|
|
||||||
- [High Flight Networks Finance Company LLC]
|
|
||||||
|
|
||||||
|
|
||||||
## Free / Libre / open software / projects
|
|
||||||
|
|
||||||
[EzEDA charter]
|
|
||||||
[EzPodStack charter]
|
|
||||||
[Redwood Family Office LLC]
|
|
||||||
|
|
||||||
|
- See book.toml for the mdbook configuration,
|
||||||
|
- see src for the actual markdown content
|
||||||
|
- See [Deployed Version](charters.turnsys.com) (coming soon)
|
47
book.toml
Normal file
47
book.toml
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
[book]
|
||||||
|
authors = ["ReachableCEO Enterprises LLC"]
|
||||||
|
language = "en"
|
||||||
|
multilingual = false
|
||||||
|
src = "src"
|
||||||
|
title = "TSYS Group Charters"
|
||||||
|
|
||||||
|
[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://charters.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 = "<h3 style='font-size:8px; margin-left: 48%' class='title'></h3>"
|
||||||
|
#footer-template = "<p style='font-size:10px; margin-left: 48%'><span class='pageNumber'></span> / <span class='totalPages'></span></p>"
|
||||||
|
#prefer-css-page-size = true
|
||||||
|
|
||||||
|
#[output.pdf-outline]
|
||||||
|
#like-wkhtmltopdf = false
|
||||||
|
#optional = true
|
50
src/SUMMARY.md
Normal file
50
src/SUMMARY.md
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
# TSYSGroupCharters
|
||||||
|
|
||||||
|
## Non profits - TX SOS Registered Corporations
|
||||||
|
|
||||||
|
|
||||||
|
- [Americans For A Better Network INC Charter](./TXSOS-Registered-NonProfit/)
|
||||||
|
- [Side Door Group INC Charter](./TXSOS-Registered-NonProfit/)
|
||||||
|
- [Side Door Solutions Group INC Charter](./TXSOS-Registered-NonProfit/)
|
||||||
|
|
||||||
|
## For profit - TX SOS Registered LLC
|
||||||
|
|
||||||
|
- [Turnkey Network Systems LLC (aka TSYS series LLC) Operating Agreement](./TXSOS-Registered-ForProfit)
|
||||||
|
- [Suborbital Systems Development Company LLC Operating Agreement](./TXSOS-Registered-ForProfit)
|
||||||
|
- [RackRental.net Operating Company LLC Operating Agreement](./TXSOS-Registered-ForProfit)
|
||||||
|
|
||||||
|
## For profit - regular series LLC - bootstrap at LLC main operating agreement time - established under Turnkey Network Systems LLC
|
||||||
|
|
||||||
|
- [Wyble Family Office LLC](./SeriesLLC-Regular-Boostrap)
|
||||||
|
- [Known Element Enterprises LLC](./SeriesLLC-Regular-Boostrap)
|
||||||
|
- [ReachableCEO Enterprises LLC](./SeriesLLC-Regular-Boostrap)
|
||||||
|
- [TDCMP LLC template terms](./SeriesLLC-Regular-Boostrap-TDCMP)
|
||||||
|
|
||||||
|
## For profit - regular series LLC - created by members of individual series after LLC main operating agreement executed - established under Turnkey Network Systems LLC
|
||||||
|
|
||||||
|
- [Axios Heart Studios LLC](./SeriesLLC-Regular-PostBootstrap/)
|
||||||
|
- [RackRental.net LLC](./SeriesLLC-Regular-PostBoostrap)
|
||||||
|
- [StartingLineProductions.com LLC](./SeriesLLC-Regular-PostBoostrap)
|
||||||
|
- [Suborbital-Sustems.net LLC](./SeriesLLC-Regular-PostBoostrap)
|
||||||
|
- [ThePeerNet.com LLC](./SeriesLLC-Regular-PostBoostrap)
|
||||||
|
- [MeetMorse.com LLC](./SeriesLLC-Regular-PostBoostrap)
|
||||||
|
- [Ap4Ap.org LLC](./SeriesLLC-Regular-PostBoostrap)
|
||||||
|
- [Sol-calc.com LLC](./SeriesLLC-Regular-PostBoostrap)
|
||||||
|
- [TheCampusTradingCompany.com LLC](./SeriesLLC-Regular-PostBoostrap)
|
||||||
|
- [EzEDA.org Support and Custom Development Services LLC](./SeriesLLC-Regular-PostBoostrap)
|
||||||
|
- [EzPodStack.org Support and Custom Development Services LLC](./SeriesLLC-Regular-PostBoostrap)
|
||||||
|
|
||||||
|
|
||||||
|
## For profit - super (cell) series LLC - created by members of individual super (cell) series after LLC main operating agreement executed - established under Turnkey Network Systems LLC
|
||||||
|
|
||||||
|
- [Redwood Springs Capital Partners LLC]
|
||||||
|
- [High Flight Networks Operating Company LLC]
|
||||||
|
- [High Flight Networks Finance Company LLC]
|
||||||
|
|
||||||
|
|
||||||
|
## Free / Libre / open software / projects
|
||||||
|
|
||||||
|
[EzEDA charter]
|
||||||
|
[EzPodStack charter]
|
||||||
|
[Redwood Family Office LLC]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user