Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hedgedoc update #23

Merged
merged 1 commit into from
Jan 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions packages/docusaurus/docs/build5-docs/10-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,9 +352,9 @@ sequenceDiagram
participant device
participant router
participant registrar
participant external-sources
participant external

external-sources -)registrar: 6.0 attempt connection
external -)registrar: 6.0 attempt connection
registrar-)router: 6.1 attempt connection

alt CMD to device
Expand All @@ -370,7 +370,7 @@ sequenceDiagram


router->>registrar: 6.4 respond with status
router->>external-sources: 6.5 respond with status
router->>external : 6.5 respond with status



Expand All @@ -387,6 +387,7 @@ For the full detail of the continuous assurance process, see reference document


[^rfc8995]: https://datatracker.ietf.org/doc/rfc8995/

[^FRIEL]: https://ftp.kaist.ac.kr/ietf/draft-friel-brski-over-802dot11-00.txt

[^EMU]: https://datatracker.ietf.org/doc/draft-richardson-emu-eap-onboarding/
Loading