memgraph / documentation

The official documentation for Memgraph open-source graph database.
https://memgraph.com/docs
MIT License
9 stars 5 forks source link

[memgraph-2-15<] Update docker compose documentation #480

Closed kgolubic closed 3 months ago

kgolubic commented 3 months ago

Description

We are introducing a new way of running the Memgraph Platform, transitioning from a single Docker image deployment to using Docker Compose. This change aims to streamline the setup process, improve scalability, and enhance user experience by simplifying the management of Memgraph services. To align with this update, we need to revise our existing documentation pages:

Pull request type

Please check what kind of PR this is:

Related PRs and issues

PR this doc page is related to: https://github.com/memgraph/memgraph-platform/pull/89

Closes: https://github.com/memgraph/documentation/issues/478

Checklist:

vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
documentation ❌ Failed (Inspect) Feb 27, 2024 3:54pm
kgolubic commented 3 months ago

I added small comments. I won't review this anymore, please make sure you fix all typos.

I will add the analytics part once all is done and ready to go out (windows code fixed etc.). Ping me then

Thanks! I'll ping you once all tasks are completed and when we will have Windows code fixed.

kgolubic commented 3 months ago

@katarinasupe Windows code has been updated. I don't plan to do any more work on this PR. You can update the analytics code to track all of the pages that weren't tracked until now (java, rust, csharp).

katarinasupe commented 3 months ago

Just one comment as a Git advice:

As much as the branch name needs to be informative, it also needs to be precise and short. Detailed and long names can affect readability and efficiency.

😄

katarinasupe commented 3 months ago

General note: Use CodeSnippet component only there where we track smth. For other types of usage, use classic code blocks from Nextra.