From c8ec6f6109103dd957892178863f94f517e21594 Mon Sep 17 00:00:00 2001 From: elweyn Date: Thu, 7 Mar 2024 10:28:42 +0100 Subject: [PATCH 1/4] Define DreamMall.earth. --- docs/projects/dreammall.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/projects/dreammall.md diff --git a/docs/projects/dreammall.md b/docs/projects/dreammall.md new file mode 100644 index 0000000..e8b9f89 --- /dev/null +++ b/docs/projects/dreammall.md @@ -0,0 +1,10 @@ +# DreamMall.earth + +## Describe + +DreamMall is an application to connect people and companies, to give them the possibility to create their ideas. + +## Techstack + +The frontend is written with the technologies nodejs, vue, vike, vuetify. +The backend is set up on node.js, apollo, graphql, prisma. From cd7a090e52ada217c347c92ea12be89e563c4278 Mon Sep 17 00:00:00 2001 From: elweyn Date: Thu, 7 Mar 2024 10:30:00 +0100 Subject: [PATCH 2/4] Correct node.js to nodejs. --- docs/projects/dreammall.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/projects/dreammall.md b/docs/projects/dreammall.md index e8b9f89..ff85c59 100644 --- a/docs/projects/dreammall.md +++ b/docs/projects/dreammall.md @@ -7,4 +7,4 @@ DreamMall is an application to connect people and companies, to give them the po ## Techstack The frontend is written with the technologies nodejs, vue, vike, vuetify. -The backend is set up on node.js, apollo, graphql, prisma. +The backend is set up on nodejs, apollo, graphql, prisma. From 9b2af911e2c4515f0b8cb208295d894494c7963a Mon Sep 17 00:00:00 2001 From: elweyn Date: Thu, 7 Mar 2024 10:32:52 +0100 Subject: [PATCH 3/4] Add link to DreamMall in the landing page. --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index b3fc34a..1ca7b31 100644 --- a/docs/index.md +++ b/docs/index.md @@ -19,7 +19,7 @@ In the following we list some projects we are proud of: - sender.fm - Yunite.me - [Gradido](./projects/gradido.md) -- DreamMall +- [DreamMall](./projects/dreammall.md) ## Members and collaborators From 3ddc741732563d4c76e931254192549beb3445a0 Mon Sep 17 00:00:00 2001 From: elweyn Date: Thu, 7 Mar 2024 10:44:56 +0100 Subject: [PATCH 4/4] A dreammall to the sidebar. --- docs/.vuepress/config/theme.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/.vuepress/config/theme.js b/docs/.vuepress/config/theme.js index c692ec7..b830a3e 100644 --- a/docs/.vuepress/config/theme.js +++ b/docs/.vuepress/config/theme.js @@ -44,6 +44,10 @@ export default hopeTheme({ text: 'Gradido Software', link: '/projects/gradido' }, + { + text: 'DreamMall.earth', + link: '/projects/dreammall' + }, // { link: '/extras/contributing', text: 'Contributing ✨' }, // { link: '/extras/license', text: 'License 📚' }, ]