Initial upload
This commit is contained in:
@@ -7,13 +7,13 @@
|
||||
|
||||
/* You can override the default Infima variables here. */
|
||||
:root {
|
||||
--ifm-color-primary: #25c2a0;
|
||||
--ifm-color-primary-dark: rgb(33, 175, 144);
|
||||
--ifm-color-primary-darker: rgb(31, 165, 136);
|
||||
--ifm-color-primary-darkest: rgb(26, 136, 112);
|
||||
--ifm-color-primary-light: rgb(70, 203, 174);
|
||||
--ifm-color-primary-lighter: rgb(102, 212, 189);
|
||||
--ifm-color-primary-lightest: rgb(146, 224, 208);
|
||||
--ifm-color-primary: #dde000;
|
||||
--ifm-color-primary-dark: rgb(175, 173, 33);
|
||||
--ifm-color-primary-darker: rgb(165, 163, 31);
|
||||
--ifm-color-primary-darkest: rgb(134, 136, 26);
|
||||
--ifm-color-primary-light: rgb(201, 203, 70);
|
||||
--ifm-color-primary-lighter: rgb(212, 210, 102);
|
||||
--ifm-color-primary-lightest: rgb(223, 224, 146);
|
||||
--ifm-code-font-size: 95%;
|
||||
}
|
||||
|
||||
|
||||
@@ -16,8 +16,8 @@ function HomepageHeader() {
|
||||
<div className={styles.buttons}>
|
||||
<Link
|
||||
className="button button--secondary button--lg"
|
||||
to="/docs/intro">
|
||||
Docusaurus Tutorial - 5min ⏱️
|
||||
to="/docs/stardust-protocol/protocol">
|
||||
Protocol API Reference
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
@@ -29,8 +29,8 @@ export default function Home() {
|
||||
const {siteConfig} = useDocusaurusContext();
|
||||
return (
|
||||
<Layout
|
||||
title={`Hello from ${siteConfig.title}`}
|
||||
description="Description will go into a meta tag in <head />">
|
||||
title={`${siteConfig.title}`}
|
||||
description="XR Display Server">
|
||||
<HomepageHeader />
|
||||
<main>
|
||||
<HomepageFeatures />
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
title: Markdown page example
|
||||
---
|
||||
|
||||
# Markdown page example
|
||||
|
||||
You don't need React to write simple standalone pages.
|
||||
Reference in New Issue
Block a user