From 583016ef0619218b2a1290865650e914241288f9 Mon Sep 17 00:00:00 2001 From: Abby <78209557+abby-cyber@users.noreply.github.com> Date: Wed, 16 Mar 2022 17:40:51 +0800 Subject: [PATCH] macro error fix --- .../4.deployment-and-installation/1.resource-preparations.md | 2 +- .../3.deploy-nebula-graph-with-docker-compose.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-2.0/4.deployment-and-installation/1.resource-preparations.md b/docs-2.0/4.deployment-and-installation/1.resource-preparations.md index 3b438f8174e..86c3619c540 100644 --- a/docs-2.0/4.deployment-and-installation/1.resource-preparations.md +++ b/docs-2.0/4.deployment-and-installation/1.resource-preparations.md @@ -247,7 +247,7 @@ Nebula Graph is designed and implemented for NVMe SSD. All default parameters ar !!! note - Starting with {{nebula.release}}, you can run containerized Nebula Graph databases on Docker Desktop for ARM macOS or on ARM Linux servers. + Starting with 3.1.0, you can run containerized Nebula Graph databases on Docker Desktop for ARM macOS or on ARM Linux servers. diff --git a/docs-2.0/4.deployment-and-installation/2.compile-and-install-nebula-graph/3.deploy-nebula-graph-with-docker-compose.md b/docs-2.0/4.deployment-and-installation/2.compile-and-install-nebula-graph/3.deploy-nebula-graph-with-docker-compose.md index 80d0c2375f4..dcf97ba02d7 100644 --- a/docs-2.0/4.deployment-and-installation/2.compile-and-install-nebula-graph/3.deploy-nebula-graph-with-docker-compose.md +++ b/docs-2.0/4.deployment-and-installation/2.compile-and-install-nebula-graph/3.deploy-nebula-graph-with-docker-compose.md @@ -38,7 +38,7 @@ Using Docker Compose can quickly deploy Nebula Graph services based on the prepa 3. Run the following command to start all the Nebula Graph services. - Starting with {{nebula.release}}, Nebula Graph comes with ARM64 Linux Docker images. You can run containerized Nebula Graph databases on Docker Desktop for ARM macOS or on ARM Linux servers. + Starting with 3.1.0, Nebula Graph comes with ARM64 Linux Docker images. You can run containerized Nebula Graph databases on Docker Desktop for ARM macOS or on ARM Linux servers. !!! Note