From 57d92877240497b22427d281880c2331fc58c347 Mon Sep 17 00:00:00 2001 From: beckerinj Date: Sun, 12 Feb 2023 00:51:05 -0500 Subject: [PATCH] start docs --- docs/builds.md | 2 ++ docs/deployments.md | 2 ++ docs/introduction.md | 1 + docs/servers.md | 2 ++ readme.md | 7 +++++++ 5 files changed, 14 insertions(+) create mode 100644 docs/builds.md create mode 100644 docs/deployments.md create mode 100644 docs/introduction.md create mode 100644 docs/servers.md create mode 100644 readme.md diff --git a/docs/builds.md b/docs/builds.md new file mode 100644 index 000000000..0eaea24a4 --- /dev/null +++ b/docs/builds.md @@ -0,0 +1,2 @@ +## building applications + diff --git a/docs/deployments.md b/docs/deployments.md new file mode 100644 index 000000000..46f04d084 --- /dev/null +++ b/docs/deployments.md @@ -0,0 +1,2 @@ +## deploying applications + diff --git a/docs/introduction.md b/docs/introduction.md new file mode 100644 index 000000000..728369cf2 --- /dev/null +++ b/docs/introduction.md @@ -0,0 +1 @@ +## introduction \ No newline at end of file diff --git a/docs/servers.md b/docs/servers.md new file mode 100644 index 000000000..36d7b4be9 --- /dev/null +++ b/docs/servers.md @@ -0,0 +1,2 @@ +## connecting servers + diff --git a/readme.md b/readme.md new file mode 100644 index 000000000..fc83c8e13 --- /dev/null +++ b/readme.md @@ -0,0 +1,7 @@ +# monitor 🦎 + +a tool to build and deploy software across many servers + +## table of contents + + 1. []() \ No newline at end of file