From df25ced81b76b49516caaf428223a72b5e989624 Mon Sep 17 00:00:00 2001 From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:03:11 +0530 Subject: [PATCH] DMS - Index page fix Removed the extra index cards from the index pages of DMS installation topics --- .../data-migration-service/getting_started/installing/index.mdx | 1 + .../getting_started/installing/linux_x86_64/index.mdx | 1 + .../products/edb-data-migration-service-reader/index.njk | 1 + .../products/edb-data-migration-service-reader/x86_64_index.njk | 1 + 4 files changed, 4 insertions(+) diff --git a/advocacy_docs/edb-postgres-ai/migration-etl/data-migration-service/getting_started/installing/index.mdx b/advocacy_docs/edb-postgres-ai/migration-etl/data-migration-service/getting_started/installing/index.mdx index 10fff3f06bb..62b0aa056e9 100644 --- a/advocacy_docs/edb-postgres-ai/migration-etl/data-migration-service/getting_started/installing/index.mdx +++ b/advocacy_docs/edb-postgres-ai/migration-etl/data-migration-service/getting_started/installing/index.mdx @@ -1,6 +1,7 @@ --- navTitle: Installing title: Installing EDB Data Migration Service Reader on Linux +indexCards: none navigation: - linux_x86_64 diff --git a/advocacy_docs/edb-postgres-ai/migration-etl/data-migration-service/getting_started/installing/linux_x86_64/index.mdx b/advocacy_docs/edb-postgres-ai/migration-etl/data-migration-service/getting_started/installing/linux_x86_64/index.mdx index 093ba5ec8b2..6c0c47e1e0c 100644 --- a/advocacy_docs/edb-postgres-ai/migration-etl/data-migration-service/getting_started/installing/linux_x86_64/index.mdx +++ b/advocacy_docs/edb-postgres-ai/migration-etl/data-migration-service/getting_started/installing/linux_x86_64/index.mdx @@ -1,6 +1,7 @@ --- title: "Installing EDB Data Migration Service Reader on Linux x86 (amd64)" navTitle: "On Linux x86" +indexCards: none navigation: - edb-dms-reader_rhel_9 diff --git a/install_template/templates/products/edb-data-migration-service-reader/index.njk b/install_template/templates/products/edb-data-migration-service-reader/index.njk index 379d81c6e28..64dd4d4c515 100644 --- a/install_template/templates/products/edb-data-migration-service-reader/index.njk +++ b/install_template/templates/products/edb-data-migration-service-reader/index.njk @@ -3,6 +3,7 @@ {% block frontmatter %} deployPath: advocacy_docs/edb-postgres-ai/migration-etl/data-migration-service/getting_started/installing/index.mdx +indexCards: none {% endblock frontmatter %} {% block navigation %} - linux_x86_64 diff --git a/install_template/templates/products/edb-data-migration-service-reader/x86_64_index.njk b/install_template/templates/products/edb-data-migration-service-reader/x86_64_index.njk index ebd1b6b5856..02db3de86c1 100644 --- a/install_template/templates/products/edb-data-migration-service-reader/x86_64_index.njk +++ b/install_template/templates/products/edb-data-migration-service-reader/x86_64_index.njk @@ -4,4 +4,5 @@ {% block frontmatter %} deployPath: advocacy_docs/edb-postgres-ai/migration-etl/data-migration-service/getting_started/installing/linux_x86_64/index.mdx +indexCards: none {% endblock frontmatter %}