Skip to content

Minor fixes and CI Modification #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
May 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Docusaurus Build Check

on:
pull_request:
types: [opened, synchronize, reopened]
branches:
- main

Expand Down
10 changes: 2 additions & 8 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const config: Config = {
projectName: "blacksky-algorithms.github.io",
trailingSlash: false,
deploymentBranch: "gh-pages",
onBrokenLinks: "throw",
onBrokenLinks: "log",
onBrokenMarkdownLinks: "warn",
// Even if you don't use internationalization, you can use this field to set
// useful metadata like html lang. For example, if your site is Chinese, you
Expand Down Expand Up @@ -62,14 +62,8 @@ const config: Config = {
src: "img/blacksky-favicon.ico",
},
items: [
{
type: "docSidebar",
sidebarId: "tutorialSidebar",
position: "left",
label: "Introduction",
},
{ to: "https://blog.rudyfraser.com/", label: "Blog", position: "left" },
{ to: "/docs", label: "Docs", position: "left" },
{ to: "https://blog.rudyfraser.com/", label: "Blog", position: "left" },
{
href: "https://github.com/blacksky-algorithms/rsky",
label: "GitHub",
Expand Down
71 changes: 0 additions & 71 deletions src/components/HomepageFeatures/index.tsx

This file was deleted.

11 changes: 0 additions & 11 deletions src/components/HomepageFeatures/styles.module.css

This file was deleted.

6 changes: 1 addition & 5 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import clsx from "clsx";
import Link from "@docusaurus/Link";
import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
import Layout from "@theme/Layout";
import HomepageFeatures from "@site/src/components/HomepageFeatures";
import Heading from "@theme/Heading";

import styles from "./index.module.css";
Expand All @@ -18,10 +17,7 @@ function HomepageHeader() {
</Heading>
<p className="hero__subtitle">{siteConfig.tagline}</p>
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="/docs/intro"
>
<Link className="button button--secondary button--lg" to="/docs">
Intro to Blacksky - 5 min
</Link>
</div>
Expand Down
Binary file removed static/img/docusaurus-social-card.jpg
Binary file not shown.
Binary file removed static/img/docusaurus.png
Binary file not shown.
171 changes: 0 additions & 171 deletions static/img/undraw_docusaurus_mountain.svg

This file was deleted.

170 changes: 0 additions & 170 deletions static/img/undraw_docusaurus_react.svg

This file was deleted.

40 changes: 0 additions & 40 deletions static/img/undraw_docusaurus_tree.svg

This file was deleted.