Claude/remove dev files 011 cuvl3 s1 usmt1 t xd wt6 bvx#11
Merged
cafferychen777 merged 3 commits intomainfrom Oct 26, 2025
Merged
Conversation
Removed mkdocs.yml as the project uses Jekyll with Just the Docs theme for documentation, not MkDocs. This file was never used and could cause confusion about the documentation system. Evidence: - .github/workflows/pages.yml uses Jekyll for building docs - docs/_config.yml is the actual Jekyll configuration - docs/Gemfile contains Jekyll dependencies Updated .gitignore to prevent mkdocs.yml/mkdocs.yaml from being committed in the future. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Removed custom color scheme and restored the default Just the Docs colors. Changes: - Deleted custom color scheme: docs/_sass/color_schemes/chatspatial.scss - Updated docs/_config.yml to use default color scheme (removed custom theme reference) The custom color scheme (teal/purple/orange) has been replaced with the cleaner default Just the Docs blue theme for better readability. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Deleted docs/_sass/custom/custom.scss to completely restore the original Just the Docs appearance without any custom styling enhancements. Removed custom styles included: - Enhanced typography and spacing - Custom border-radius and shadows - Hover animations and transitions - Navigation and search enhancements - Table and code block styling - Custom button effects The documentation now uses 100% vanilla Just the Docs theme for a clean, professional, and consistent appearance. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
cafferychen777
added a commit
that referenced
this pull request
Dec 30, 2025
* Remove unused MkDocs configuration file Removed mkdocs.yml as the project uses Jekyll with Just the Docs theme for documentation, not MkDocs. This file was never used and could cause confusion about the documentation system. Evidence: - .github/workflows/pages.yml uses Jekyll for building docs - docs/_config.yml is the actual Jekyll configuration - docs/Gemfile contains Jekyll dependencies Updated .gitignore to prevent mkdocs.yml/mkdocs.yaml from being committed in the future. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * Restore Just the Docs default color scheme Removed custom color scheme and restored the default Just the Docs colors. Changes: - Deleted custom color scheme: docs/_sass/color_schemes/chatspatial.scss - Updated docs/_config.yml to use default color scheme (removed custom theme reference) The custom color scheme (teal/purple/orange) has been replaced with the cleaner default Just the Docs blue theme for better readability. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * Remove all custom styles, use pure Just the Docs theme Deleted docs/_sass/custom/custom.scss to completely restore the original Just the Docs appearance without any custom styling enhancements. Removed custom styles included: - Enhanced typography and spacing - Custom border-radius and shadows - Hover animations and transitions - Navigation and search enhancements - Table and code block styling - Custom button effects The documentation now uses 100% vanilla Just the Docs theme for a clean, professional, and consistent appearance. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>
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.
Description
Brief description of the changes in this PR.
Type of Change
Related Issues
Fixes #(issue number)
Changes Made
Testing
Checklist
Screenshots (if applicable)
Add screenshots to help explain your changes.
Additional Notes
Any additional information that reviewers should know.