-
Notifications
You must be signed in to change notification settings - Fork 4
rewrote wiki to hugo #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
base: master
Are you sure you want to change the base?
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
left a comment
There was a problem hiding this 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 | |||
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I want branch previews
No description provided.