Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated landing app to use latest next and mui versions #1729

Merged
merged 4 commits into from
Jan 20, 2025

Conversation

ARADDCC002
Copy link
Member

No description provided.

@@ -76,7 +77,7 @@ async function run() {
cp('-R', '../../frontend/src/docs', './src/')
cp('../../frontend/src/Copyright.tsx', './src/')
cp('../../frontend/src/Link.tsx', './src/')
cp('../../frontend/src/common/Title.tsx', './src/common/')
cp('-rf', '../../frontend/src/common/Title.tsx', './src/common/')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer to have the r capitalised to -Rf so that it matches the above Rs.

@@ -88,8 +89,9 @@ async function run() {

cp('../../frontend/pages/docs/directory.tsx', './pages/docs')

// TODO fix python docs generation
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:(

<Title text='Documentation' />
{/* Banner height + Toolbar height = 96px */}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will need tidying up

@ARADDCC002 ARADDCC002 merged commit 0ccda2a into main Jan 20, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants