rollup and pipeline

This commit is contained in:
2025-07-17 23:02:03 -05:00
parent 32d74f559b
commit e6ec3f713f
6 changed files with 39 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 = "MeetMorse - 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)

15
src/introduction.md Normal file
View File

@@ -0,0 +1,15 @@
# MeetMorse - Business/Operations/Product Plan - Introduction
## Executive Summary for MeetMorse
MeetMorse is the customer facing component of Suborbital Systems.
MeetMorse is the marketing / sales piece of Subo.
MeetMorse is where customers will configure/purchase MorsePod
## Reduction to practice
- [GIT Organization](https://git.knownelement.com/org/MeetMorse/dashboard)
- [Discourse Category](https://community.turnsys.com/c/suborbitalsystems/meetmorse/51)
- [Redmine Project](https://projects.knownelement.com/projects/meetmorse-com)