You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+13-4
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,8 @@ This list aims to assist by providing you with out-of-box templates and practica
28
28
-[Site Builder](#site-builder)
29
29
-[Wiki Builder](#wiki-builder)
30
30
-[Knowledge Management](#knowledge-management)
31
-
-[Diagramming tools](#diagramming-tools)
31
+
-[Text Checker](#text-checker)
32
+
-[Diagramming Tool](#diagramming-tool)
32
33
-[More Topics](#more-topics)
33
34
-[Comunities](#comunities)
34
35
-[Guidelines](#guidelines)
@@ -133,6 +134,7 @@ API is the univesal language of the software world, which needs to be documented
133
134
-[Swagger UI](https://github.com/swagger-api/swagger-ui) - Dynamically generate beautiful documentation from a Swagger-compliant API.
134
135
-[Swagger Petstore](https://petstore3.swagger.io/) - A sample Pet Store Server based on the OpenAPI 3.0 specification.
135
136
-[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.
136
138
137
139
#### GraphQL
138
140
@@ -279,7 +281,13 @@ API is the univesal language of the software world, which needs to be documented
279
281
-[Logseq](https://github.com/logseq/logseq) - A privacy-first, open-source platform for knowledge management and collaboration.
280
282
-[MrDoc](https://github.com/zmister2016/MrDoc) - An online document system suitable for individuals and small teams to manage documents, wiki, knowledge and notes.
281
283
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
283
291
284
292
-[draw.io](https://github.com/jgraph/drawio) (Open Source) - A JavaScript, client-side editor for general diagramming.
285
293
-[(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
307
315
- Converters
308
316
-[Pandoc](https://pandoc.org/) - A universal document converter, which can convert files from one markup format into another.
309
317
-[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.
311
320
-[AsciiDoc](https://asciidoc.org) - A plain text markup language for writing technical content.
312
321
-[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.
313
322
-[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.
315
324
-[LaTeX](https://www.latex-project.org/) - A document preparation system.
0 commit comments