Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
cf1a825
Initial plan
Copilot Feb 7, 2026
aafcba7
Enhanced index.md with comprehensive updates and new features
Copilot Feb 7, 2026
c971dac
Enhanced COMPARISON.md with comprehensive updates and new sections
Copilot Feb 7, 2026
dcb6341
Added FEATURES.md quick reference and cross-references between docs
Copilot Feb 7, 2026
ddc964f
Update index.md
SolanaRemix Feb 22, 2026
5f1feda
Update README.md
SolanaRemix Mar 4, 2026
5ab217e
Update index.md
SolanaRemix Mar 4, 2026
ea3d397
Update index.md
SolanaRemix Mar 4, 2026
eca3800
Update index.md
SolanaRemix Mar 4, 2026
63709cc
Update FEATURES.md
SolanaRemix Mar 4, 2026
48f842b
Update FEATURES.md
SolanaRemix Mar 4, 2026
61165ec
Update index.md
SolanaRemix Mar 4, 2026
b7307ae
Update FEATURES.md
SolanaRemix Mar 4, 2026
f7aba19
Update FEATURES.md
SolanaRemix Mar 4, 2026
78f3dab
Update index.md
SolanaRemix Mar 4, 2026
c2941a6
Update index.md
SolanaRemix Mar 4, 2026
8bcf012
Update FEATURES.md
SolanaRemix Mar 4, 2026
1362b3e
Update index.md
SolanaRemix Mar 4, 2026
2bfad0f
Update index.md
SolanaRemix Mar 4, 2026
1e965fa
Update index.md
SolanaRemix Mar 4, 2026
c6fef44
Update index.md
SolanaRemix Mar 4, 2026
c9d86c6
Update index.md
SolanaRemix Mar 4, 2026
b74ae52
Update index.md
SolanaRemix Mar 4, 2026
d9799b5
Update index.md
SolanaRemix Mar 4, 2026
3edfa01
Update FEATURES.md
SolanaRemix Mar 4, 2026
fe99f5e
Update index.md
SolanaRemix Mar 4, 2026
e9ddb0e
Merge branch 'main' into copilot/enhance-documentation-files
SolanaRemix Mar 4, 2026
49d85c3
Update index.md
SolanaRemix Mar 4, 2026
209bc7e
Update index.md
SolanaRemix Mar 4, 2026
dcad290
Update index.md
SolanaRemix Mar 4, 2026
4c265cb
Update index.md
SolanaRemix Mar 4, 2026
2d77aa5
Update FEATURES.md
SolanaRemix Mar 4, 2026
954434d
Update index.md
SolanaRemix Mar 4, 2026
2941fcb
Update COMPARISON.md
SolanaRemix Mar 4, 2026
8267373
Update index.md
SolanaRemix Mar 4, 2026
148ab18
Update index.md
SolanaRemix Mar 4, 2026
802265b
Update index.md
SolanaRemix Mar 4, 2026
0990c3b
Update index.md
SolanaRemix Mar 4, 2026
312adb1
Update index.md
SolanaRemix Mar 4, 2026
52da82f
Update index.md
SolanaRemix Mar 4, 2026
ff237b0
Update index.md
SolanaRemix Mar 4, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1024,12 +1024,28 @@ Special thanks to all contributors and the blockchain development community.

## 📚 Documentation

- **[Complete Documentation](docs/index.md)** - Full SmartBrain documentation
### Core Documentation
- **[Complete Documentation](docs/index.md)** - Full SmartBrain documentation with all features
- **[Quick Start Guide](docs/index.md#quick-start-guide)** - Get started in 10 minutes
- **[Features Quick Reference](docs/FEATURES.md)** - Quick reference to all features
- **[Feature Comparison](docs/COMPARISON.md)** - SmartBrain vs alternatives (SunkBot, Dependabot)

### Automation Features
- **[Auto Sync](docs/index.md#auto-sync)** - Automated repository synchronization
- **[Auto Test](docs/index.md#auto-test)** - Intelligent test execution
- **[Auto Analysis](docs/index.md#auto-analysis)** - Continuous code and model analysis
- **[Auto Fix](docs/index.md#auto-fix)** - Automated issue resolution

### Integration & Operations
- **[CI/CD Integration](docs/index.md#cicd-integration)** - GitHub Actions and more
- **[Troubleshooting](docs/index.md#troubleshooting)** - Common issues and solutions
- **[Performance Optimization](docs/index.md#performance-optimization)** - Speed and efficiency tips

### Community & Contributing
- **[Contributing Guide](CONTRIBUTING.md)** - How to contribute
- **[Security Policy](SECURITY.md)** - Security guidelines
- **[Code of Conduct](CODE_OF_CONDUCT.md)** - Community standards
- **[Bootstrap Report](BOOTSTRAP_REPORT.md)** - Infrastructure setup report
- **[Feature Comparison](docs/COMPARISON.md)** - SmartBrain vs alternatives

Comment on lines 1423 to 1434
Copy link

Copilot AI Mar 4, 2026

Choose a reason for hiding this comment

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

The README’s Documentation section removed the direct link to docs/COMPARISON.md, but docs/index.md now links to it prominently (Quick Navigation) and the file exists. Consider restoring the README link so the comparison guide remains discoverable from the project root documentation list.

Copilot uses AI. Check for mistakes.
---

Expand Down
Loading
Loading