fix build and first clean
Build and deploy docusaurus site / build (push) Failing after 1m15s

This commit is contained in:
2026-03-05 19:43:49 +01:00
parent 9f434b2603
commit fc82d386a7
22 changed files with 8 additions and 750 deletions
+4 -7
View File
@@ -17,13 +17,10 @@ function HomepageHeader() {
{siteConfig.title}
</Heading>
<p className="hero__subtitle">{siteConfig.tagline}</p>
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="/docs/intro">
Docusaurus Tutorial - 5min
</Link>
</div>
<p className="hero__subtitle">
This site is a simple Docusaurus deployment that renders my
Markdown documentation from the Doc/ directory.
</p>
</div>
</header>
);