Skip to content

Commit 44fb0ca

Browse files
committed
Add RDoc::Generator::SolarFish
Add [RDoc::Generator::SolarFish](https://github.com/rbdoc/rdoc-generator-solarfish), single-page HTML5 generator for Ruby RDoc.
1 parent d9d26a2 commit 44fb0ca

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,5 +635,12 @@ const projectList = [
635635
description: 'Column-oriented database management system that allows generating analytical data reports in real time.',
636636
tags: ['C++', 'C++20', 'cpp', 'Linux', 'DBMS', 'OLAP', 'Analytics', 'SQL', 'Big Data', 'Distributed Database', 'MPP'],
637637
},
638+
{
639+
name: 'RDoc SolarFish',
640+
imageSrc: 'https://avatars1.githubusercontent.com/u/25398702',
641+
projectLink: 'https://github.com/rbdoc/rdoc-generator-solarfish/labels/help%20wanted',
642+
description: 'Single-page HTML5 generator for Ruby RDoc.',
643+
tags: ['Ruby', 'HTML', 'CSS'],
644+
}
638645
];
639646
export default projectList;

0 commit comments

Comments
 (0)