Skip to content

Conversation

@WWology
Copy link

@WWology WWology commented Dec 11, 2025

No description provided.

WWology and others added 3 commits December 11, 2025 04:02
initial config

Update navigation and add Guide page; replace About with Guide in menu

Update VSCode extensions in devcontainer configuration

Refactor menu configuration and update installation instructions in documentation

Remove outdated documentation and add new guide structure

Update navbar width to 'wide' and remove edit URL configuration

Update guide structure and add introduction page

Add detailed instructions for creating a Discord application and include relevant images

Add guide for inviting a Discord bot with OAuth2 and include relevant images

remove redundant type: docs

Update introduction page and modify menu reference in configuration

Add guide for installing Go and setting up a DisGo project

Hide sidebar

Add link Discord Developer Account guide in introduction

Add DisGo Bot guide and project setup documentation

Add .editorconfig for Markdown file formatting

Fix indentation and formatting in _index.md

Fix formatting and add spacing in installation section of _index.md

Fix formatting and improve clarity in project setup documentation

Add copilot instructions for development container setup

Enhance copilot instructions with detailed project overview, key technologies, content guidelines, and development commands

Add main file documentation and update project setup navigation

Refactor README.md to update project information and improve local development instructions

Update main file documentation to include guild ID and improve clarity on bot token usage

Add custom CSS for syntax highlighting and theming

Fix logging output in main.go for better readability and add missing imports

Add documentation for Slash Commands setup and usage

uses ⌘ symbol instead for mac

remove redundant CommandName check & sync commands

Add missing import for snowflake

add link for DisGo project scaffolding in introduction guide

add missing register for handler & add commands directory

add homepage image and update configuration to include it

add event handling section and example to the guide

update opengraph metadata in home page

replace homepage image format from PNG to JPG

add preview for adding-bot.md

remove Prettier extension from VSCode configuration
Copy link
Member

@topi314 topi314 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some things:

  • Docs should be split into disgo & disgolink
  • I'd much rather have a Dockerfile & compose for the project to run it locally
    I am fine with keeping dev containers for whoever wants to use it, but i don't
  • Content is to be discussed anyway

@@ -0,0 +1,76 @@
# Sample workflow for building and deploying a Hugo site to GitHub Pages
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We deploy to cloudflare & I also want commit/pr previews again

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

have changed it to cloudflare, but i'm confused about what you meant by commit/pr previews?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cloudflare allows you to deploy multiple versions of your page
For each commit & prs as an example

name: Deploy Hugo site to Pages

on:
# Runs on pushes targeting the default branch
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I want branch previews

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants