mirror of
https://github.com/StarFleetCPTN/GoMFT.git
synced 2026-09-08 23:50:48 +02:00
chore: Enhance Docusaurus configuration and update image paths
- Added explicit configuration for static directories in Docusaurus. - Updated npm script to ensure multiple screenshot paths are created and populated. - Adjusted image paths in documentation to use relative links for better compatibility.
This commit is contained in:
@@ -15,9 +15,9 @@ function HomepageHeader() {
|
||||
<div className="row">
|
||||
<div className="col col--8 col--offset-2">
|
||||
<img
|
||||
src="/img/logo.svg"
|
||||
alt="GoMFT Logo"
|
||||
style={{width: '120px', marginBottom: '1.5rem'}}
|
||||
className="hero__logo"
|
||||
src="img/logo.svg"
|
||||
alt="Project Logo"
|
||||
/>
|
||||
<Heading as="h1" className="hero__title">
|
||||
{siteConfig.title}
|
||||
@@ -125,7 +125,7 @@ export default function Home(): React.ReactNode {
|
||||
</Link>
|
||||
</div>
|
||||
<div className="col col--6">
|
||||
<img src="/img/dashboard.gomft.png" alt="GoMFT Dashboard" className="shadow--md" style={{borderRadius: '8px'}} />
|
||||
<img src="img/dashboard.gomft.png" alt="GoMFT Dashboard" className="shadow--md" style={{borderRadius: '8px'}} />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -135,7 +135,7 @@ export default function Home(): React.ReactNode {
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col col--6">
|
||||
<img src="/img/transfer.config.gomft.png" alt="Transfer Configuration" className="shadow--md" style={{borderRadius: '8px'}} />
|
||||
<img src="img/transfer.config.gomft.png" alt="Transfer Configuration" className="shadow--md" style={{borderRadius: '8px'}} />
|
||||
</div>
|
||||
<div className="col col--6">
|
||||
<Heading as="h2">Easy Deployment</Heading>
|
||||
|
||||
Reference in New Issue
Block a user