mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
docs: add missing design docs disclaimer
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
b5e64880cd
commit
31969c56eb
2 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
# API Authentication
|
||||
|
||||
!!! info "Design Document"
|
||||
This is a design document, explaining the design and vision for a HedgeDoc 2
|
||||
feature. It is not a user guide and may or may not be fully implemented.
|
||||
|
||||
## Public API
|
||||
All requests to the public API require authentication using a [bearer token](https://datatracker.ietf.org/doc/html/rfc6750).
|
||||
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Events
|
||||
|
||||
!!! info "Design Document"
|
||||
This is a design document, explaining the design and vision for a HedgeDoc 2
|
||||
feature. It is not a user guide and may or may not be fully implemented.
|
||||
|
||||
In HedgeDoc 2, we use an event system based on [EventEmitter2][eventemitter2].
|
||||
It's used to reduce circular dependencies between different services and inform these services about changes.
|
||||
|
||||
|
|
Loading…
Reference in a new issue