Skip to content

Commit

Permalink
Minor updates, adding Github social
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneK committed Nov 10, 2024
1 parent 0f030df commit 2dfb8f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
17 changes: 4 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
# Starlight Starter Kit: Basics
# RPG Sessions Discord Bot Documentation

[![Built with Starlight](https://astro.badg.es/v2/built-with-starlight/tiny.svg)](https://starlight.astro.build)
Welcome! This is the documentation repository for the RPG Sessions Discord Bot. With this project, we decided to open the repo publicly so the community could contribute tips and tricks to the documentation if they wanted to.

```
npm create astro@latest -- --template starlight
```

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/starlight/tree/main/examples/basics)
[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/starlight/tree/main/examples/basics)
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/withastro/starlight&create_from_path=examples/basics)
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fwithastro%2Fstarlight%2Ftree%2Fmain%2Fexamples%2Fbasics&project-name=my-starlight-docs&repository-name=my-starlight-docs)

> 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun!
This project is built off of [Astro](https://astro.build/), specifically the [Starlight](https://starlight.astro.build) template. I've left the instructions for the structure and how to run the project below.

## 🚀 Project Structure

Expand Down Expand Up @@ -52,4 +43,4 @@ All commands are run from the root of the project, from a terminal:

## 👀 Want to learn more?

Check out [Starlight’s docs](https://starlight.astro.build/), read [the Astro documentation](https://docs.astro.build), or jump into the [Astro Discord server](https://astro.build/chat).
Check out [Starlight’s docs](https://starlight.astro.build/) or read [the Astro documentation](https://docs.astro.build).
3 changes: 2 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ import starlight from "@astrojs/starlight";
// https://astro.build/config
export default defineConfig({
site: "https://unbound-legends.github.io",
base: "/discord-bot-docs",
base: "/discord-bot-docs",
integrations: [
starlight({
title: "RPG Sessions Discord Bot",
favicon: "mark.png",
logo: { src: "./src/assets/mark.png" },
social: {
discord: "https://discord.gg/DfEkRzUbjk",
github: "https://github.com/Unbound-Legends/discord-bot-docs",
},
sidebar: [
{
Expand Down

0 comments on commit 2dfb8f8

Please sign in to comment.