From 7346942e59780544766fc0eda3e75f5ae011775e Mon Sep 17 00:00:00 2001 From: Maximilian Scheurer <11406414+maxscheurer@users.noreply.github.com> Date: Thu, 9 Apr 2026 14:45:39 +0200 Subject: [PATCH 1/2] fix base path --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 405f890..6205695 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -47,7 +47,7 @@ jobs: working-directory: docs env: GITHUB_PAGES: true - # NEXT_PUBLIC_BASE_PATH: '__root__' + NEXT_PUBLIC_BASE_PATH: '/mdfactory' NODE_ENV: production run: bun run build From 5bd9c9ab3c1aa26929b900d9b47cc55e090f5b45 Mon Sep 17 00:00:00 2001 From: Maximilian Scheurer <11406414+maxscheurer@users.noreply.github.com> Date: Thu, 9 Apr 2026 14:53:39 +0200 Subject: [PATCH 2/2] Fix front page image path --- docs/content/docs/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/docs/index.mdx b/docs/content/docs/index.mdx index 25bfb52..1a0e570 100644 --- a/docs/content/docs/index.mdx +++ b/docs/content/docs/index.mdx @@ -6,13 +6,13 @@ description: High-throughput molecular dynamics simulation library MDFactory is an open source, end-to-end simulation manager for high-throughput molecular dynamics with robust data management. It handles the full pipeline from molecular structure generation through parametrization, system building, simulation, and analysis — with built-in database integration for tracking results at scale. MDFactory pipeline: CSV/YAML input → Structure Generation (RDKit) → Parametrization (OpenFF, CGenFF) → System Build (Mixedbox, Bilayer, LNP) → Simulation (GROMACS, OpenMM) → Analysis, with Database sync to Simulation DB and Analysis DB