Skip to content

Commit

Permalink
docs: logo and hero intro
Browse files Browse the repository at this point in the history
  • Loading branch information
samrith-s committed Dec 7, 2023
1 parent 781ef91 commit 2b7e311
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
6 changes: 5 additions & 1 deletion docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ export default defineConfig({
},
integrations: [
starlight({
title: "🏃‍♀️ Concurrent Tasks",
title: "Concurrent Tasks",
logo: {
src: "./public/logo.svg",
},
social: {
github: "https://github.com/samrith-s/concurrent-tasks",
},
favicon: "/logo.svg",
customCss: ["./src/tailwind.css"],
sidebar: [
{
Expand Down
1 change: 0 additions & 1 deletion docs/public/favicon.svg

This file was deleted.

8 changes: 8 additions & 0 deletions docs/public/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
title: 🏃‍♀️ Concurrent Tasks
title: Concurrent Tasks
description: Get started with concurrent execution in JavaScript.
template: splash
hero:
tagline: The only pure JavaScript task runner you need.
title: Perform enormous tasks. Efficiently.
tagline: The only JavaScript task runner you need.
actions:
- text: Get started
link: /introduction
Expand Down

0 comments on commit 2b7e311

Please sign in to comment.