Skip to content

Commit

Permalink
wip initial structure
Browse files Browse the repository at this point in the history
  • Loading branch information
arbitrarytech committed Sep 15, 2022
1 parent 9acaf77 commit 6e62b8b
Show file tree
Hide file tree
Showing 20 changed files with 85 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# documentation
# Noop Documentation
Central Repository of Noop Documentation

## What is Noop?

## Getting Started
31 changes: 31 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "@noop-inc/documentation",
"version": "0.0.0-automated",
"repository": {
"type": "git",
"url": "git+https://github.com/noop-inc/documentation.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/noop-inc/documentation/issues"
},
"homepage": "https://github.com/noop-inc/documentation#readme",
"sections": [
"Applications",
"Environments",
"Builds",
"Pipelines",
"Endpoints",
"Components",
"Resources",
"Routing",
"Deployments",
"Stacks",
"Logs",
"Security",
"Local",
"Manifests",
"Logic",
"Workflows"
]
}
5 changes: 5 additions & 0 deletions sections/Applications.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Applications

## Noop Application Model

## LocalApp Communication
3 changes: 3 additions & 0 deletions sections/Builds.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Builds

## Source Code
7 changes: 7 additions & 0 deletions sections/Components.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Components

## Services

## Tasks

## Statics
3 changes: 3 additions & 0 deletions sections/Deployments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Deployments

## Default Workflow
3 changes: 3 additions & 0 deletions sections/Endpoints.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Endpoints

## Internet Endpoints
1 change: 1 addition & 0 deletions sections/Environments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Environments
1 change: 1 addition & 0 deletions sections/GettingStarted.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Getting Started
1 change: 1 addition & 0 deletions sections/LocalDevelopment.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Local Development
2 changes: 2 additions & 0 deletions sections/Logic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Logic

2 changes: 2 additions & 0 deletions sections/Logs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Logs

4 changes: 4 additions & 0 deletions sections/Manifests.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Manifests

## AppManifest
Expressed in Source Code at `.noop/app.yml`
1 change: 1 addition & 0 deletions sections/Pipelines.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Pipelines
9 changes: 9 additions & 0 deletions sections/Resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Resources

## S3 Buckets

## DynamoDB Tables

## MySQL Databases

## PostgreSQL Databases
1 change: 1 addition & 0 deletions sections/Routing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Routing
1 change: 1 addition & 0 deletions sections/Runbooks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Runbooks
1 change: 1 addition & 0 deletions sections/Security.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Security
1 change: 1 addition & 0 deletions sections/Stacks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Stacks
3 changes: 3 additions & 0 deletions sections/Workflows.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Workflows

## Actions

0 comments on commit 6e62b8b

Please sign in to comment.