Merged
Conversation
The documentation site is not useful - all needed site content is in kernelboard.
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request completely removes the Docusaurus-based documentation site from the repository. According to the PR description, "all needed site content is in kernelboard," though this alternative location could not be verified within the current codebase.
Changes:
- Complete removal of the
docs/directory containing a Docusaurus site - Deletion of comprehensive documentation including getting started guides, submission tutorials, leaderboard creation guides, and Discord command references
- Removal of static assets including images, videos, and HTML leaderboard displays
Reviewed changes
Copilot reviewed 31 out of 54 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs/package.json | Removes Docusaurus dependencies and build scripts |
| docs/docusaurus.config.ts | Removes site configuration (was deployed at /discord-cluster-manager/) |
| docs/src/pages/index.tsx | Removes interactive leaderboard display page with React components |
| docs/docs/intro.md | Removes introduction and "Getting Started" documentation |
| docs/docs/submitting-your-first-kernel/* | Removes detailed tutorials for Python and CUDA kernel submissions |
| docs/docs/creating-a-leaderboard/* | Removes guides for creating Python and CUDA leaderboards |
| docs/docs/available-discord-commands.md | Removes comprehensive Discord command reference |
| docs/docs/active.md | Removes active leaderboard descriptions and metadata |
| docs/static/leaderboard/table.html | Removes HTML leaderboard display (last updated 2025-02-20) |
| All other docs files | Removes supporting files, images, CSS, components, and configuration |
Comments suppressed due to low confidence (1)
docs/README.md:1
- The PR description states that "all needed site content is in kernelboard," but there is no evidence of "kernelboard" in the codebase. This raises concerns about whether the documentation content has been properly migrated elsewhere before deletion. The docs site contains extensive documentation including:
- Getting started guides
- Submission tutorials for Python and CUDA kernels
- Leaderboard creation guides
- Discord command references
- Active leaderboard descriptions
Before removing this documentation site, please verify that:
- All documentation content has been migrated to the alternative location
- External links to this documentation site (if any exist) have been updated
- Users have an alternative way to access this information
If "kernelboard" refers to an external site or a different repository, please provide a link or reference to confirm the content migration.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
The documentation site is not useful - all needed site content is in kernelboard.