Skip to content
Snippets Groups Projects
Commit 5b5f2cf8 authored by Ilya Zhukov's avatar Ilya Zhukov
Browse files

Update docusaurus.config.ts

parent 145ccc95
No related branches found
No related tags found
No related merge requests found
Pipeline #222310 passed
...@@ -6,7 +6,6 @@ const branchName = process.env.CI_COMMIT_REF_NAME || 'main'; // Default to 'main ...@@ -6,7 +6,6 @@ const branchName = process.env.CI_COMMIT_REF_NAME || 'main'; // Default to 'main
const branchSuffix = branchName.match(/^instances\/(.*)$/)?.[1] || 'main'; const branchSuffix = branchName.match(/^instances\/(.*)$/)?.[1] || 'main';
const url = branchName === 'main' ? '/intro2sc-handson' :`/intro2sc-handson/${branchSuffix}/`; // Adjust as needed const url = branchName === 'main' ? '/intro2sc-handson' :`/intro2sc-handson/${branchSuffix}/`; // Adjust as needed
const config: Config = { const config: Config = {
title: 'Introduction to Supercomputing at JSC', title: 'Introduction to Supercomputing at JSC',
tagline: 'Hands-On', tagline: 'Hands-On',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment