Skip to content

Commit c2f07e7

Browse files
authored
Merge pull request #2 from d3ol-dev/main
Minor fixes and CI Modification
2 parents e822265 + 8eb6466 commit c2f07e7

10 files changed

+3
-477
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Docusaurus Build Check
22

33
on:
44
pull_request:
5-
types: [opened, synchronize, reopened]
65
branches:
76
- main
87

docusaurus.config.ts

+2-8
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const config: Config = {
1313
projectName: "blacksky-algorithms.github.io",
1414
trailingSlash: false,
1515
deploymentBranch: "gh-pages",
16-
onBrokenLinks: "throw",
16+
onBrokenLinks: "log",
1717
onBrokenMarkdownLinks: "warn",
1818
// Even if you don't use internationalization, you can use this field to set
1919
// useful metadata like html lang. For example, if your site is Chinese, you
@@ -62,14 +62,8 @@ const config: Config = {
6262
src: "img/blacksky-favicon.ico",
6363
},
6464
items: [
65-
{
66-
type: "docSidebar",
67-
sidebarId: "tutorialSidebar",
68-
position: "left",
69-
label: "Introduction",
70-
},
71-
{ to: "https://blog.rudyfraser.com/", label: "Blog", position: "left" },
7265
{ to: "/docs", label: "Docs", position: "left" },
66+
{ to: "https://blog.rudyfraser.com/", label: "Blog", position: "left" },
7367
{
7468
href: "https://github.com/blacksky-algorithms/rsky",
7569
label: "GitHub",

src/components/HomepageFeatures/index.tsx

-71
This file was deleted.

src/components/HomepageFeatures/styles.module.css

-11
This file was deleted.

src/pages/index.tsx

+1-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import clsx from "clsx";
33
import Link from "@docusaurus/Link";
44
import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
55
import Layout from "@theme/Layout";
6-
import HomepageFeatures from "@site/src/components/HomepageFeatures";
76
import Heading from "@theme/Heading";
87

98
import styles from "./index.module.css";
@@ -18,10 +17,7 @@ function HomepageHeader() {
1817
</Heading>
1918
<p className="hero__subtitle">{siteConfig.tagline}</p>
2019
<div className={styles.buttons}>
21-
<Link
22-
className="button button--secondary button--lg"
23-
to="/docs/intro"
24-
>
20+
<Link className="button button--secondary button--lg" to="/docs">
2521
Intro to Blacksky - 5 min
2622
</Link>
2723
</div>

static/img/docusaurus-social-card.jpg

-54.4 KB
Binary file not shown.

static/img/docusaurus.png

-5.02 KB
Binary file not shown.

static/img/undraw_docusaurus_mountain.svg

-171
This file was deleted.

static/img/undraw_docusaurus_react.svg

-170
This file was deleted.

static/img/undraw_docusaurus_tree.svg

-40
This file was deleted.

0 commit comments

Comments
 (0)