Skip to content

Commit f64de15

Browse files
committed
Add more tools
1 parent 2087faa commit f64de15

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

+13-4
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ This list aims to assist by providing you with out-of-box templates and practica
2828
- [Site Builder](#site-builder)
2929
- [Wiki Builder](#wiki-builder)
3030
- [Knowledge Management](#knowledge-management)
31-
- [Diagramming tools](#diagramming-tools)
31+
- [Text Checker](#text-checker)
32+
- [Diagramming Tool](#diagramming-tool)
3233
- [More Topics](#more-topics)
3334
- [Comunities](#comunities)
3435
- [Guidelines](#guidelines)
@@ -133,6 +134,7 @@ API is the univesal language of the software world, which needs to be documented
133134
- [Swagger UI](https://github.com/swagger-api/swagger-ui) - Dynamically generate beautiful documentation from a Swagger-compliant API.
134135
- [Swagger Petstore](https://petstore3.swagger.io/) - A sample Pet Store Server based on the OpenAPI 3.0 specification.
135136
- [Redoc](https://github.com/Redocly/redoc) - An open source tool for generating documentation from OpenAPI (formerly Swagger) definitions.
137+
- [RapiDoc](https://github.com/rapi-doc/RapiDoc?tab=readme-ov-file) - WebComponent Custom Element for OpenAPI Spec viewing.
136138

137139
#### GraphQL
138140

@@ -279,7 +281,13 @@ API is the univesal language of the software world, which needs to be documented
279281
- [Logseq](https://github.com/logseq/logseq) - A privacy-first, open-source platform for knowledge management and collaboration.
280282
- [MrDoc](https://github.com/zmister2016/MrDoc) - An online document system suitable for individuals and small teams to manage documents, wiki, knowledge and notes.
281283

282-
### Diagramming tools
284+
### Text Checker
285+
286+
- [LanguageTool](https://github.com/languagetool-org/languagetool) - Style and Grammar Checker for 25+ Languages.
287+
- [Spellcheck GitHub Actions](https://github.com/rojopolis/spellcheck-github-actions) - A GitHub Action that spell checks Python, Markdown, and Text files.
288+
- [TeXtidote](https://github.com/sylvainhalle/textidote) - A correction tool for LaTeX documents and other formats.
289+
290+
### Diagramming Tool
283291

284292
- [draw.io](https://github.com/jgraph/drawio) (Open Source) - A JavaScript, client-side editor for general diagramming.
285293
- [(Chinese) Architecture Diagramming: Tools and Methodologies](https://developer.aliyun.com/article/774446) - It discusses the benefits of using diagrams in architecture document, and highlights some standards and best practices.
@@ -307,11 +315,12 @@ API is the univesal language of the software world, which needs to be documented
307315
- Converters
308316
- [Pandoc](https://pandoc.org/) - A universal document converter, which can convert files from one markup format into another.
309317
- [gd2md-html](https://github.com/evbacher/gd2md-html) - Convert a Google Doc to Markdown or HTML.
310-
- Markdown - A lightweight markup language for producing HTML.
318+
- [Markdown](https://www.wikiwand.com/en/Markdown) - A lightweight markup language for creating formatted text using a plain-text editor.
319+
- [MarkText](https://github.com/marktext/marktext) - A simple and elegant markdown editor, available for Linux, macOS and Windows.
311320
- [AsciiDoc](https://asciidoc.org) - A plain text markup language for writing technical content.
312321
- [Asciidoctor](https://github.com/asciidoctor/asciidoctor) - A fast, open source, Ruby-based text processor for parsing AsciiDoc® into a document model and converting it to output formats such as HTML 5, DocBook 5, manual pages, PDF, EPUB 3, and other formats.
313322
- [reStructuredText](https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html) - The default plaintext markup language used by Sphinx.
314-
- DocBook - an XML schema for writing books and manuals about technical subjects.
323+
- [DocBook](https://docbook.org/) - An XML schema for writing books and manuals about technical subjects.
315324
- [LaTeX](https://www.latex-project.org/) - A document preparation system.
316325

317326
### DocOps

0 commit comments

Comments
 (0)