From 3a9ca9ec77fddc946a460882d64a3cfee4248dc5 Mon Sep 17 00:00:00 2001 From: mykhailo-vaskivnyuk Date: Fri, 3 Nov 2023 17:49:29 +0200 Subject: [PATCH 1/3] feat: create --- README.md | 3 +++ documents/developers/index.md | 22 ++++++++++++++++++++++ documents/users/index.md | 6 ++++++ 3 files changed, 31 insertions(+) create mode 100644 documents/developers/index.md create mode 100644 documents/users/index.md diff --git a/README.md b/README.md index d0fa60e..046b91a 100644 --- a/README.md +++ b/README.md @@ -1 +1,4 @@ # Docs + +- ## [FOR USERS](documents/users/index.md) +- ## [FOR DEVELOPERS](documents/developers/index.md) diff --git a/documents/developers/index.md b/documents/developers/index.md new file mode 100644 index 0000000..3e220ca --- /dev/null +++ b/documents/developers/index.md @@ -0,0 +1,22 @@ +# FOR DEVELOPERS + +- [FOR DEVELOPERS](#for-developers) + - [Repos](#repos) + - [TechStack](#techstack) + - [Design](#design) + - [Storage](#storage) + +## Repos +- [backend](https://github.com/dev-KPI/messenger-backend) +- [frontend](https://github.com/dev-KPI/messenger-frontend) +- [mobile](https://github.com/dev-KPI/golub-mobile) + +## TechStack +- Node +- Metarhia +- Postgres +- React + +## Design +[link on figma](https://www.figma.com/file/5yeCpbOx8P2wxkb3iQlO5I/Messenger%F0%9F%87%BA%F0%9F%87%A6---%D0%A1ompetitor-analysis?type=design&node-id=0%3A1&mode=design&t=4PpOfZ1NKrjFashC-1) +## Storage diff --git a/documents/users/index.md b/documents/users/index.md new file mode 100644 index 0000000..aaf41fa --- /dev/null +++ b/documents/users/index.md @@ -0,0 +1,6 @@ +# FOR USERS + +- [FOR USERS](#for-users) + - [Description](#description) + +## Description From 75c0d6da81fb95afa4f72f93b550b3256e9ecb4e Mon Sep 17 00:00:00 2001 From: mykhailo-vaskivnyuk Date: Fri, 8 Dec 2023 16:14:54 +0200 Subject: [PATCH 2/3] fix: naming style --- README.md | 6 +++--- documents/developers/index.md | 21 +++++++++++---------- documents/users/index.md | 4 ++-- 3 files changed, 16 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 046b91a..a5c0ed6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Docs +# Documentation -- ## [FOR USERS](documents/users/index.md) -- ## [FOR DEVELOPERS](documents/developers/index.md) +- ## [For Users](documents/users/index.md) +- ## [For Developers](documents/developers/index.md) diff --git a/documents/developers/index.md b/documents/developers/index.md index 3e220ca..01dfae7 100644 --- a/documents/developers/index.md +++ b/documents/developers/index.md @@ -1,22 +1,23 @@ -# FOR DEVELOPERS +# For Developers -- [FOR DEVELOPERS](#for-developers) - - [Repos](#repos) - - [TechStack](#techstack) +- [For Developers](#for-developers) + - [Repositories](#repositories) + - [Technical stack](#technical-stack) - [Design](#design) - [Storage](#storage) -## Repos -- [backend](https://github.com/dev-KPI/messenger-backend) -- [frontend](https://github.com/dev-KPI/messenger-frontend) -- [mobile](https://github.com/dev-KPI/golub-mobile) +## Repositories +- [Backend](https://github.com/dev-KPI/messenger-backend) +- [Frontend](https://github.com/dev-KPI/messenger-frontend) +- [Mobile](https://github.com/dev-KPI/golub-mobile) -## TechStack +## Technical stack - Node - Metarhia - Postgres - React ## Design -[link on figma](https://www.figma.com/file/5yeCpbOx8P2wxkb3iQlO5I/Messenger%F0%9F%87%BA%F0%9F%87%A6---%D0%A1ompetitor-analysis?type=design&node-id=0%3A1&mode=design&t=4PpOfZ1NKrjFashC-1) +[Link on Figma](https://www.figma.com/file/5yeCpbOx8P2wxkb3iQlO5I/Messenger%F0%9F%87%BA%F0%9F%87%A6---%D0%A1ompetitor-analysis?type=design&node-id=0%3A1&mode=design&t=4PpOfZ1NKrjFashC-1) + ## Storage diff --git a/documents/users/index.md b/documents/users/index.md index aaf41fa..31cfd0f 100644 --- a/documents/users/index.md +++ b/documents/users/index.md @@ -1,6 +1,6 @@ -# FOR USERS +# For Users -- [FOR USERS](#for-users) +- [For Users](#for-users) - [Description](#description) ## Description From c4ba8ae88f6b59417f0fd25abaa36d9cc8a2464a Mon Sep 17 00:00:00 2001 From: mykhailo-vaskivnyuk Date: Fri, 8 Dec 2023 16:22:59 +0200 Subject: [PATCH 3/3] fix: tech stack --- documents/developers/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/documents/developers/index.md b/documents/developers/index.md index 01dfae7..42a5b7e 100644 --- a/documents/developers/index.md +++ b/documents/developers/index.md @@ -2,7 +2,7 @@ - [For Developers](#for-developers) - [Repositories](#repositories) - - [Technical stack](#technical-stack) + - [Tech Stack](#tech-stack) - [Design](#design) - [Storage](#storage) @@ -11,10 +11,10 @@ - [Frontend](https://github.com/dev-KPI/messenger-frontend) - [Mobile](https://github.com/dev-KPI/golub-mobile) -## Technical stack -- Node +## Tech Stack +- Node.js - Metarhia -- Postgres +- PostgreSQL - React ## Design