Skip to content

Commit

Permalink
change in website dir to trigger preview generation
Browse files Browse the repository at this point in the history
  • Loading branch information
kriswest committed Nov 23, 2022
1 parent 4368c32 commit 939c29b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions docs/api-bridging/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ In any Desktop Agent bridging scenario, it is expected that each DA is being ope

* Clarified that collated response messages should have their own `meta.responseGuid` generated by the DAB
* Corrected some related issues in the message handling pseudocode
* Add message exchange for getAppMetadata
* Added message exchange for getAppMetadata
* Added a `meta.errorDetails` array to response messages that are collated
* Added a `BridgingError` enumeration to the error enumerations to provide messages for workflows broken by disconnect or where response from a particular DA times out.
* Add notes on how to handle `raiseIntentForContext` via the `findIntentByContext` and `raiseIntent` flows.
Expand All @@ -22,7 +22,6 @@ In any Desktop Agent bridging scenario, it is expected that each DA is being ope
## TODO list

* Complete message exchange documentation for PrivateChannels

* Expand on how the DAB should create the JWT token (and its claims, which must change to avoid replay attacks) which it sends out in the `hello` message for DAs to validate.
* To create final PR:
* Add new terms and acronyms to FDC3 glossary and ensure they are defined in this spec's introduction
Expand Down
1 change: 1 addition & 0 deletions website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,3 +287,4 @@ iOS doesn't currently (July 2019) support .webp image files - so use .png - and
# Full Documentation

Full documentation can be found on the [website](https://docusaurus.io/).

0 comments on commit 939c29b

Please sign in to comment.