diff --git a/.gitbook/assets/grafik (1).png b/.gitbook/assets/grafik (1).png deleted file mode 100644 index 8fabb8555..000000000 Binary files a/.gitbook/assets/grafik (1).png and /dev/null differ diff --git a/.gitbook/assets/grafik-1 (1).png b/.gitbook/assets/grafik-1 (1).png deleted file mode 100644 index cc5dade55..000000000 Binary files a/.gitbook/assets/grafik-1 (1).png and /dev/null differ diff --git a/.gitbook/assets/graphql-playground (1).png b/.gitbook/assets/graphql-playground (1).png deleted file mode 100644 index 32396a577..000000000 Binary files a/.gitbook/assets/graphql-playground (1).png and /dev/null differ diff --git a/.gitbook/assets/humanconnection (1).png b/.gitbook/assets/humanconnection (1).png deleted file mode 100644 index f0576413f..000000000 Binary files a/.gitbook/assets/humanconnection (1).png and /dev/null differ diff --git a/.gitbook/assets/screenshot (1).png b/.gitbook/assets/screenshot (1).png deleted file mode 100644 index b4ff4b2f9..000000000 Binary files a/.gitbook/assets/screenshot (1).png and /dev/null differ diff --git a/.gitbook/assets/screenshot-styleguide (1).png b/.gitbook/assets/screenshot-styleguide (1).png deleted file mode 100644 index d8e009394..000000000 Binary files a/.gitbook/assets/screenshot-styleguide (1).png and /dev/null differ diff --git a/.gitbook/assets/screenshot-styleguide (2).png b/.gitbook/assets/screenshot-styleguide (2).png deleted file mode 100644 index d8e009394..000000000 Binary files a/.gitbook/assets/screenshot-styleguide (2).png and /dev/null differ diff --git a/.vuepress/public/favicon.ico b/.vuepress/public/favicon.ico deleted file mode 100644 index b535a3db8..000000000 Binary files a/.vuepress/public/favicon.ico and /dev/null differ diff --git a/.vuepress/public/favicon.ico b/.vuepress/public/favicon.ico new file mode 120000 index 000000000..c43027579 --- /dev/null +++ b/.vuepress/public/favicon.ico @@ -0,0 +1 @@ +../../webapp/static/favicon.ico \ No newline at end of file diff --git a/.vuepress/public/logo.svg b/.vuepress/public/logo.svg deleted file mode 100644 index 2a926f0a9..000000000 --- a/.vuepress/public/logo.svg +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.vuepress/public/logo.svg b/.vuepress/public/logo.svg new file mode 120000 index 000000000..8d4b5897e --- /dev/null +++ b/.vuepress/public/logo.svg @@ -0,0 +1 @@ +../../webapp/static/img/custom/logo-squared.svg \ No newline at end of file diff --git a/backend/graphql.md b/backend/graphql.md index f49edb3b8..616f81225 100644 --- a/backend/graphql.md +++ b/backend/graphql.md @@ -4,7 +4,7 @@ GraphQL is a data query language which provides an alternative to REST and ad-ho We have a closer description for the [GraphQL Playground](./src/graphql/GraphQL-Playground.md). -![GraphQL Playground](../.gitbook/assets/graphql-playground%20%281%29.png) +![GraphQL Playground](../.gitbook/assets/graphql-playground.png) ## Middleware keeps resolvers clean diff --git a/backend/src/graphql/GraphQL-Playground.md b/backend/src/graphql/GraphQL-Playground.md index e914ea993..62c058fb7 100644 --- a/backend/src/graphql/GraphQL-Playground.md +++ b/backend/src/graphql/GraphQL-Playground.md @@ -1,6 +1,6 @@ # GraphQL Playground -![GraphQL Playground](../../../.gitbook/assets/graphql-playground%20%281%29.png) +![GraphQL Playground](../../../.gitbook/assets/graphql-playground.png) ***Attention:** For using the GraphQL Playground set `DEBUG=true` in your backend `.env`, see `.env.template`!* diff --git a/cypress/README.md b/cypress/README.md index d9e235786..eb3fde703 100644 --- a/cypress/README.md +++ b/cypress/README.md @@ -42,7 +42,7 @@ To use this feature run: $ yarn cypress:open ``` -![Interactive Cypress Environment](../.gitbook/assets/grafik-1%20%281%29.png) +![Interactive Cypress Environment](../.gitbook/assets/grafik-1.png) ## Run cypress @@ -54,7 +54,7 @@ $ yarn cypress:run This is used to run cypress in CI or in console -![Console output after running cypress test](../.gitbook/assets/grafik%20%281%29.png) +![Console output after running cypress test](../.gitbook/assets/grafik.png) ## Write some Tests diff --git a/cypress/fixtures/humanconnection.png b/cypress/fixtures/humanconnection.png deleted file mode 100644 index f0576413f..000000000 Binary files a/cypress/fixtures/humanconnection.png and /dev/null differ diff --git a/cypress/fixtures/humanconnection.png b/cypress/fixtures/humanconnection.png new file mode 120000 index 000000000..b834d4e06 --- /dev/null +++ b/cypress/fixtures/humanconnection.png @@ -0,0 +1 @@ +../../.gitbook/assets/humanconnection.png \ No newline at end of file