From 61ee8b3a5284118cf1a2e2506a46b41ea6116a84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Fri, 12 Apr 2019 13:34:28 +0200 Subject: [PATCH] Remove documentation/ folder I believe, this was created through the Gitbook UI, is that right @mattwr18? --- SUMMARY.md | 5 -- documentation/.gitignore | 2 - documentation/summary.md | 48 ------------------- documentation/workflow/README.md | 6 --- documentation/workflow/contribute/README.md | 2 - .../workflow/contribute/github-workflow.md | 6 --- documentation/workflow/deployment.md | 6 --- 7 files changed, 75 deletions(-) delete mode 100644 documentation/.gitignore delete mode 100644 documentation/summary.md delete mode 100644 documentation/workflow/README.md delete mode 100644 documentation/workflow/contribute/README.md delete mode 100644 documentation/workflow/contribute/github-workflow.md delete mode 100644 documentation/workflow/deployment.md diff --git a/SUMMARY.md b/SUMMARY.md index 251f829d8..f3ab37e27 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -15,11 +15,6 @@ * [Styleguide](webapp/styleguide.md) * [STATIC](webapp/static.md) * [MIDDLEWARE](webapp/middleware.md) - * [Contribute](documentation/workflow/README.md) - * [contribute](documentation/workflow/contribute/README.md) - * [Our GitHub Workflow](documentation/workflow/contribute/github-workflow.md) - * [Deployment](documentation/workflow/deployment.md) - * [Table of contents](documentation/summary.md) * [Backend](backend/README.md) * [graphql-with-apollo](backend/graphql-with-apollo/README.md) * [GraphQL with Apollo](backend/graphql-with-apollo/graphql-with-apollo/README.md) diff --git a/documentation/.gitignore b/documentation/.gitignore deleted file mode 100644 index 196b96fff..000000000 --- a/documentation/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -# Apple macOS folder attribute file -.DS_Store diff --git a/documentation/summary.md b/documentation/summary.md deleted file mode 100644 index 20b726e4f..000000000 --- a/documentation/summary.md +++ /dev/null @@ -1,48 +0,0 @@ -# Table of contents - -* [Let's change the World](./) -* [Network Specification](../concept/specification.md) - -## Backend - -* [Backend Installation]() - * [Docker Installation]() - * [Local Installation]() - * [Kubernetes]() -* [GraphQL with Apollo](../backend/graphql-with-apollo/graphql-with-apollo/) - * [Mocking](../backend/graphql-with-apollo/graphql-with-apollo/mocking.md) - * [Seeding](../backend/graphql-with-apollo/graphql-with-apollo/seeding.md) -* [Middleware](../backend/middleware.md) -* [Import](../backend/data-import.md) -* [Todo's]() - -## Web Frontend - -* [Web Installation]() -* [Styleguide]() -* [Todo's]() - -## Workflow - -* [Testing Guide]() - * [Integration Testing]() - * [Component Testing]() - * [Unit Testing](../backend/unit-testing.md) -* [Contribute](workflow/) - * [Our GitHub Workflow](workflow/contribute/github-workflow.md) -* [Deployment](workflow/deployment.md) - -## Documentation - -* [Edit this Documentation](documentation/edit-this-documentation.md) - -## Recources - -* [Human-Connection.org](https://human-connection.org) -* [Styleguide](http://styleguide.human-connection.org) -* [Staging \(comming soon\)](https://staging.nitro.human-connection.org/) - -## Translations - -* [Lokalise.co](https://lokalise.co/public/202462935bc64b38d64bb9.16240920/) - diff --git a/documentation/workflow/README.md b/documentation/workflow/README.md deleted file mode 100644 index 046d9f16c..000000000 --- a/documentation/workflow/README.md +++ /dev/null @@ -1,6 +0,0 @@ -# Contribute - -{% hint style="info" %} -TODO: How to Contribute... -{% endhint %} - diff --git a/documentation/workflow/contribute/README.md b/documentation/workflow/contribute/README.md deleted file mode 100644 index b104ba44c..000000000 --- a/documentation/workflow/contribute/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# contribute - diff --git a/documentation/workflow/contribute/github-workflow.md b/documentation/workflow/contribute/github-workflow.md deleted file mode 100644 index 58898ce73..000000000 --- a/documentation/workflow/contribute/github-workflow.md +++ /dev/null @@ -1,6 +0,0 @@ -# Our GitHub Workflow - -{% hint style="info" %} -TODO: Git and GitHub Workflow … \(best practice\) -{% endhint %} - diff --git a/documentation/workflow/deployment.md b/documentation/workflow/deployment.md deleted file mode 100644 index 4901792a1..000000000 --- a/documentation/workflow/deployment.md +++ /dev/null @@ -1,6 +0,0 @@ -# Deployment - -{% hint style="info" %} -TODO: Write something about the Deployment process. -{% endhint %} -