Cleanup
Rename documentation files, simplify Dockerfile, update module exclusions and category IDs, remove unused software section and comments
This commit is contained in:
parent
565b2adeb1
commit
febb0b52d2
10 changed files with 13 additions and 40 deletions
|
@ -1,6 +1,7 @@
|
|||
// index page
|
||||
|
||||
import clsx from 'clsx';
|
||||
// noinspection ES6UnusedImports
|
||||
import Link from '@docusaurus/Link';
|
||||
import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
|
||||
import Layout from '@theme/Layout';
|
||||
|
@ -19,21 +20,12 @@ function HomepageHeader() {
|
|||
<Heading as="h1" className="hero__title">
|
||||
<img className={styles.logo} alt={siteConfig.title} src={jeddunkxyzlogo} />
|
||||
</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>*/}
|
||||
</div>
|
||||
</header>
|
||||
);
|
||||
}
|
||||
|
||||
export default function Home() {
|
||||
const {siteConfig} = useDocusaurusContext();
|
||||
return (
|
||||
<Layout>
|
||||
<HomepageHeader />
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
title: Markdown page example
|
||||
---
|
||||
|
||||
# Markdown page example
|
||||
|
||||
You don't need React to write simple standalone pages.
|
Loading…
Add table
Add a link
Reference in a new issue