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 = "Starting Line Productions - Business/Product/Operations Plan"
|
3
src/SUMMARY.md
Normal file
3
src/SUMMARY.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# Summary
|
||||||
|
|
||||||
|
- [Chapter 1](./chapter_1.md)
|
6
src/introduction.md
Normal file
6
src/introduction.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
# StartingLineProductions.com (non HQ franchies)
|
||||||
|
|
||||||
|
## StartingLineProductions.com Executive Summary
|
||||||
|
|
||||||
|
StartingLineProductions.com (electronics lab / dirty and clean fabrication / kitchen / meeting room rental). 99% built out.
|
||||||
|
A private, invite only maker space / RF / PCB fabrication workshop. Very well equipped. Soup to nuts small (consumer)(electronics) product prototyping/fabrication and network certification study lab.
|
Reference in New Issue
Block a user