Bookmarks tagged [documentation]
https://basarat.gitbook.io/typescript/
- tags: typescript, book, documentation
https://github.com/jlevy/the-art-of-command-line
Master the command line, in one page. Contribute to jlevy/the-art-of-command-line development by creating an account on GitHub.
- tags: windows, macos, linux, bash, documentation, unix
- source code
An optimized site generator in React. Docusaurus helps you to move fast and write content. Build documentation websites, blogs, marketing pages, and more.
An Asciidoctor documentation toolchain that helps technical teams create, manage, collaborate on, remix, release, and publish documentation sites sourced from multiple versioned repositories.
- tags: asciidoc, documentation
- source code
https://dev.to/simonbrown/a-minimal-approach-to-software-architecture-documentation-4k6k
- 📆 published on: 2020-07-16
- tags: documentation
https://github.com/kylelobo/The-Documentation-Compendium
Various README templates & tips on writing high-quality documentation that people want to read.
- tags: documentation, writing, readme
- source code
https://www.writethedocs.org/guide/
This guide gathers the collective wisdom of the Write the Docs community around best practices for creating software documentation.
- tags: documentation, writing
- source code
Browse Linode's collection of guides, tutorials, and other developer-focused documentation, including quick answers on the Linode platform and Linux.
- tags: guides, documentation
Official documentation for JSDoc 3.
- tags: jsdoc, documentation
- source code
A strongly defined, highly compatible specification of Markdown
- tags: markdown, documentation
- source code
- tags: documentation
Documentation/querying web interface for REST APIs.
- tags: rest, documentation
https://github.com/raml2html/raml2html
Generates HTML documentation from a RAML file.
- tags: rest, documentation
- source code
https://github.com/Rebilly/ReDoc/
OpenAPI/Swagger-powered three-panel documentation.
- tags: rest, documentation
- source code
Beautiful and responsive three-panel API documentation using Middleman.
- tags: rest, documentation
- source code
https://github.com/ctran/annotate_models
Add a comment documenting the current schema to the top or bottom of each of your ActiveRecord models.
- tags: ruby, documentation
- source code
https://github.com/Apipie/apipie-rails
Rails API documentation and display tool using Ruby syntax.
- tags: ruby, documentation
- source code
A fast, Ruby-based text processor & publishing toolchain for converting AsciiDoc to HTML5, DocBook, EPUB3, PDF & more.
- tags: ruby, documentation
https://github.com/minio/doctor
Doctor is a Documentation Server for all your docs in github.
- tags: ruby, documentation
- source code
https://github.com/adamcooke/documentation
A Rails engine to provider the ability to add documentation to a Rails application.
- tags: ruby, documentation
- source code
https://github.com/skywinder/github-changelog-generator
Automatically generate change log from your tags, issues, labels and pull requests on GitHub.
- tags: ruby, documentation
- source code
https://github.com/gollum/gollum
A simple, Git-powered wiki with a sweet API and local frontend.
- tags: ruby, documentation
- source code
https://github.com/ruby-grape/grape-swagger
Add swagger compliant documentation to your Grape API.
- tags: ruby, documentation
- source code
https://github.com/rdoc/hanna-nouveau
An RDoc formatter built with simplicity, beauty and ease of browsing in mind.
- tags: ruby, documentation
- source code
https://github.com/trulia/hologram
A markdown based documentation system for style guides. It parses comments in your CSS and helps you turn them into a beautiful style guide.
- tags: ruby, documentation
- source code
https://github.com/rrrene/inch
Inch is a documentation measurement and evalutation tool for Ruby code, based on YARD.
- tags: ruby, documentation
- source code
RDoc produces HTML and command-line documentation for Ruby projects.
- tags: ruby, documentation
- source code
https://github.com/zipmark/rspec_api_documentation
Automatically generate API documentation from RSpec.
- tags: ruby, documentation
- source code
YARD enables the user to generate consistent, usable documentation that can be exported to a number of formats very easily.
- tags: ruby, documentation
https://github.com/sphinx-doc/sphinx/
Python Documentation generator.
- tags: python, documentation
- source code
https://github.com/yoloseem/awesome-sphinxdoc
A curated list of awesome tools for Sphinx Python Documentation Generator - yoloseem/awesome-sphinxdoc
- tags: python, documentation
- source code
https://github.com/mitmproxy/pdoc
Epydoc replacement to auto generate API documentation for Python libraries.
- tags: python, documentation
- source code
https://github.com/pycco-docs/pycco
The literate-programming-style documentation generator.
- tags: python, documentation
- source code
Fast, offline, and free documentation browser for developers. Search 100+ docs in one web app: HTML, CSS, JavaScript, PHP, Ruby, Python, Go, C, C++…
- tags: javascript, documentation
http://jacobrask.github.io/styledocco/
- tags: javascript, documentation
https://github.com/rtomayko/ronn
the opposite of roff. Contribute to rtomayko/ronn development by creating an account on GitHub.
- tags: javascript, documentation
- source code
JavaScript documentation generator for node using markdown and jsdoc - tj/dox
- tags: javascript, documentation
- source code
https://github.com/sutoiku/jsdox
simplified jsdoc 3. Contribute to sutoiku/jsdox development by creating an account on GitHub.
- tags: javascript, documentation
- source code
- tags: javascript, documentation
http://doug-martin.github.io/coddoc/
- tags: javascript, documentation
- tags: javascript, documentation
API documentation generator with support for ES2015+ and flow annotation.
- tags: javascript, documentation
https://github.com/senchalabs/jsduck
API documentation generator made for Sencha JavaScript frameworks, but can be used for other frameworks too.
- tags: javascript, documentation
- source code
https://github.com/documentationjs/documentation
API documentation generator with support for ES2015+ and flow annotation.
- tags: node.js, documentation
- source code
https://github.com/esdoc/esdoc
Documentation generator targeting ES2015, attaching test code and measuring documentation coverage.
- tags: node.js, documentation
- source code
http://jashkenas.github.io/docco/
Documentation generator which produces an HTML document that displays your comments intermingled with your code.
- tags: node.js, documentation
API documentation generator similar to JavaDoc or PHPDoc.
- tags: node.js, documentation
Generation of diagrams and flowcharts from text in a similar manner as markdown.
Ever wanted to simplify documentation and avoid heavy tools like Visio when explaining your code?
This is why mermaid...
- tags: documentation, javascript, diagram
- source code
Graphviz is open source graph visualization software. It has several main layout programs. See the gallery for sample layouts. It also has web and interactive graphical interfaces, and auxiliary tools...
- tags: graph, visualization, documentation
- source code
Dredd is a language-agnostic command-line tool for validating API description document against backend implementation of the API.
Dredd reads your API description and step by step validates whether y...
- tags: api, testing, documentation
- source code
API Blueprint is simple and accessible to everybody involved in the API lifecycle. Its syntax is concise yet expressive. With API Blueprint you can quickly design and prototype APIs to be created or d...
- tags: api, documentation, rest
- source code
http://springfox.github.io/springfox/
Automated JSON API documentation for API's built with Spring
- tags: spring, swagger, rest, documentation
- source code
Swagger Editor lets you edit Swagger API specifications in YAML inside your browser and to preview documentations in real time. Valid Swagger JSON descriptions can then be generated and used with the ...
- tags: swagger, api, documentation, openapi, swagger-editor
- source code
https://apihandyman.io/writing-openapi-swagger-specification-tutorial-part-1-introduction/
Previously in the APIverse… Since I started my Swagger journey, there have been some changes. The Swagger Specification has been donated to the newly created OpenAPI Initiative under the Linux foundat...
- 📆 published on: 2016-03-02
- tags: api, openapi, documentation, swagger
RESTful API Modeling Language (RAML) makes it easy to manage the whole API lifecycle from design to sharing. It's concise - you only write what you need to define - and reusable. It is machine readabl...
- tags: rest, api, documentation
- source code
Generates a RESTful web API Documentation. apiDoc creates a documentation from API annotations in your source code.
- tags: rest, api, documentation
- source code
An API documentation generator for JavaScript.
- tags: documentation, javascript
- source code