Files
helidon/docs-internal
Romain Grecourt fde8b42ed0 New media support API. (#1356)
Rework media support API.
 - Fixes #820 
 - a few APIs are deprecated to be handled later with #1375 
 - building block for the upcoming HTTP client and Multipart media support
2020-02-11 10:52:19 -08:00
..
2019-12-05 11:23:29 +00:00
2020-01-23 18:42:21 +01:00
2020-01-23 18:42:21 +01:00
2019-01-02 17:05:07 -08:00

Internal Documents and Specifications

This directory contains internal documents and specifications. These fall into a number of categories:

  • Guidelines and best practices
  • Design documents
  • Feature proposals
  • Or pretty much anything else

By keeping our documents as source code we can easily find them and easily review them.

Specs vs GitHub Issues

In many cases GitHub issues are sufficient for tracking requirements and basic proposals. But a spec might be more appropriate if you want an easy to review, living document with a fair amount of detail.

Use Markdown

Write your specs in Markdown. AsciiDoc is also OK if you need it.