Contract framework with markdown-native contracts utilizing fenced YAML blocks
This commit is contained in:
parent
3cfda33bc9
commit
e3e13ee45a
36 changed files with 2877 additions and 13 deletions
13
examples/documents/adr-invalid.md
Normal file
13
examples/documents/adr-invalid.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
document_type: adr
|
||||
---
|
||||
|
||||
# Weak ADR
|
||||
|
||||
## Context
|
||||
|
||||
This is short.
|
||||
|
||||
## Deprecated Approach
|
||||
|
||||
This section should not be here.
|
||||
Loading…
Add table
Add a link
Reference in a new issue