Open
Conversation
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
topi314
reviewed
Dec 29, 2025
Member
topi314
left a comment
There was a problem hiding this comment.
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 | |||
Member
There was a problem hiding this comment.
We deploy to cloudflare & I also want commit/pr previews again
Author
There was a problem hiding this comment.
have changed it to cloudflare, but i'm confused about what you meant by commit/pr previews?
Member
There was a problem hiding this comment.
Cloudflare allows you to deploy multiple versions of your page
For each commit & prs as an example
Author
There was a problem hiding this comment.
Looking at cloudflare docs, it seems this is better configured from cloudflare itself, in the dashboard, which i don't have access to.
Member
There was a problem hiding this comment.
got any docs for me to check out?
| name: Deploy Hugo site to Pages | ||
|
|
||
| on: | ||
| # Runs on pushes targeting the default branch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.