From fb7fe5678f013e1d8172123c1ce57cab4055efc2 Mon Sep 17 00:00:00 2001 From: Janos Bonic <86970079+janosdebugs@users.noreply.github.com> Date: Tue, 28 Nov 2023 17:09:12 +0100 Subject: [PATCH] Fixing broken docs entry page Signed-off-by: Janos Bonic <86970079+janosdebugs@users.noreply.github.com> --- docusaurus.config.js | 13 +++++++++++++ opentofu-repo | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index bc2949af..4350d957 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -152,6 +152,19 @@ const config = { ], }, ], + function() { + return { + name: "follow-symlinks", + configureWebpack() { + return { + resolve: { + // Yes, leave this on false to support symlinks. + symlinks: false + }, + }; + } + }; + }, ], themeConfig: diff --git a/opentofu-repo b/opentofu-repo index 5d4ae4f8..2d5d4b4b 160000 --- a/opentofu-repo +++ b/opentofu-repo @@ -1 +1 @@ -Subproject commit 5d4ae4f8c96f9288a2fc2474dbb67cbd3bb12478 +Subproject commit 2d5d4b4b14f13a26525cc046b56d13cae48e568a