From 72384b2b71c5bd003fd97a8268f77fa2a42433bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Budiseli=C4=87?= Date: Mon, 1 Nov 2021 09:49:22 +0100 Subject: [PATCH] Add internals pages link (#288) --- README.md | 8 ++++++++ environment/README.md | 4 ---- release/README.md | 4 ---- 3 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 environment/README.md delete mode 100644 release/README.md diff --git a/README.md b/README.md index 8abec4deb..3b4eb93a1 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,14 @@ understand what actions will and will not be tolerated. Read our [contributing guide](CONTRIBUTING.md) to learn about our development process and how to propose bug fixes and improvements. +### Internals + +Read our +[internal](https://memgraph.notion.site/Memgraph-Internals-12b69132d67a417898972927d6870bd2) +docs to learn more about Memgraph's architecture, how to build the project from +source and how to start contributing. All information related to the database, +can be found in the aforementioned docs. + ### :scroll: License Memgraph Community is available under the [BSL diff --git a/environment/README.md b/environment/README.md deleted file mode 100644 index 26a543e51..000000000 --- a/environment/README.md +++ /dev/null @@ -1,4 +0,0 @@ -# Memgraph Build and Run Environments - -Please continue in -[Notion](https://www.notion.so/memgraph/Tools-05e0baafb78a49b386e0063b4833d23d). diff --git a/release/README.md b/release/README.md deleted file mode 100644 index bc4dd2208..000000000 --- a/release/README.md +++ /dev/null @@ -1,4 +0,0 @@ -# Memgraph Release - -Please continue in -[Notion](https://www.notion.so/memgraph/Release-621733518c82456ebc119d2a025b5dd3).