Skip to content

Commit 6552d05

Browse files
committed
Add more tools
1 parent 6113731 commit 6552d05

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,20 @@ Answers frequently asked questions to quickly resolve common issues or clarify t
8282

8383
- [The Facts About FAQs](https://www.writethedocs.org/videos/portland/2018/the-facts-about-faqs-ashleigh-rentz/) - Explore various questions we might frequently ask ourselves about FAQs.
8484

85+
#### In-app
86+
87+
Wizards, tooltips, onboarding, etc.
88+
89+
- [Driver.js](https://github.com/kamranahmedse/driver.js) - A light-weight, no-dependency, vanilla JavaScript engine to drive the user's focus across the page.
90+
- [Shepherd](https://github.com/shepherd-pro/shepherd) - Guide your users through a tour of your app.
91+
8592
#### Others
8693

8794
- [Installation template](https://gitlab.com/tgdp/templates/-/blob/main/installation-guide/template-installation-guide.md) - Open-source template provided by The Good Docs Project.
8895
- [Troubleshooting template](https://gitlab.com/tgdp/templates/-/tree/main/troubleshooting) - Open-source template provided by The Good Docs Project.
8996
- [Terminology system guide template](https://gitlab.com/tgdp/templates/-/blob/main/terminology-system/guide-terminology-system.md) - Open-source template provided by The Good Docs Project.
9097
- [Release Notes template](https://gitlab.com/tgdp/templates/-/blob/main/release-notes/template-release-notes.md) - Open-source template provided by The Good Docs Project.
9198
- [The Power of Empathy in Support Documentation: A 5-Step Guide](https://www.writethedocs.org/videos/prague/2019/the-power-of-empathy-in-support-documentation-a-5-step-guide-plamena-maleva/) - Apply empathy and iteration to customer support documentation projects.
92-
- In-App Documentation - Wizards, tooltips, etc.
9399

94100
### Architectural Documentation
95101

@@ -123,6 +129,7 @@ API is the univesal language of the software world, which needs to be documented
123129

124130
- [API Reference template](https://gitlab.com/tgdp/templates/-/blob/main/api-reference/template-api-reference.md) - Open-source template provided by The Good Docs Project.
125131
- [Slate](https://github.com/slatedocs/slate) - Beautiful static documentation for your API.
132+
- [Widdershins](https://github.com/Mermade/widdershins) - OpenAPI / Swagger / AsyncAPI / Semoasa definition to Slate / ReSlate compatible markdown.
126133
- [DevDocs](https://github.com/freeCodeCamp/devdocs) - Combines multiple developer documentations in a clean and organized web UI with instant search, offline support, mobile version, dark theme, keyboard shortcuts, and more.
127134
- [Zeal](https://github.com/zealdocs/zeal) - Offline documentation browser inspired by Dash.
128135
- [apiDoc](https://github.com/apidoc/apidoc) - RESTful web API Documentation Generator.
@@ -135,6 +142,9 @@ API is the univesal language of the software world, which needs to be documented
135142
- [Swagger Petstore](https://petstore3.swagger.io/) - A sample Pet Store Server based on the OpenAPI 3.0 specification.
136143
- [Redoc](https://github.com/Redocly/redoc) - An open source tool for generating documentation from OpenAPI (formerly Swagger) definitions.
137144
- [RapiDoc](https://github.com/rapi-doc/RapiDoc) - WebComponent Custom Element for OpenAPI Spec viewing.
145+
- [Fern](https://github.com/fern-api/fern) - Generate SDKs and API documentation from OpenAPI definitions.
146+
- [Elements](https://github.com/stoplightio/elements) - Beautiful API documentation powered by OpenAPI and Markdown.
147+
- [Scalar](https://github.com/scalar/scalar) - Generate interactive API documentations from Swagger files.
138148

139149
#### GraphQL
140150

@@ -299,6 +309,7 @@ API is the univesal language of the software world, which needs to be documented
299309
- [Readability checker](https://www.thewriter.com/tools/readability) - Score your writing based on the Flesch reading ease scale, which looks at how long your words and sentences are.
300310
- [Capitalize My Title](https://capitalizemytitle.com/) - An easy, smart title capitalization tool that uses title capitalization rules published by leading professional organizations to ensure your titles and headlines are capitalized correctly.
301311
- [CasePolice](https://github.com/antfu/case-police) - Scan all your source files and fix the cases of known names.
312+
- [Tables Generator](https://www.tablesgenerator.com/) - Generate tables in HTML, Markdown, Latex, MediaWiki, etc.
302313

303314
### Diagramming
304315

0 commit comments

Comments
 (0)