Skip to content

Commit

Permalink
Deploying to gh-pages from @ 7f59798 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimvh committed May 24, 2024
1 parent 8f4eb04 commit e38fe37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion v7/bundle.js

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions v7/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,9 @@ <h1>Community Solid Server <small class="text-muted">configuration generator</sm
<div class="description"><p>Which methods can be used to be notified of changes to resources.
These are based on the latest Solid Notifications specification.
</p><p>"Legacy WebSockets" is an implementation of the deprecated Solid WebSockets API 0.1
and allows users to receive notifications for resources they do not have access to.</p></div>
and allows users to receive notifications for resources they do not have access to.
</p><p>"All" includes all supported notification channels.
This currently includes WebSockets, WebHooks and Streaming HTTP.</p></div>
<fieldset class="radios">


Expand All @@ -689,7 +691,7 @@ <h1>Community Solid Server <small class="text-muted">configuration generator</sm
<div class="form-check option" id="notifications:all">
<label class="form-check-label">
<input class="form-check-input" type="radio" name="notifications" value="all" checked>
WebSockets & WebHooks
All
</label>
</div>

Expand Down

0 comments on commit e38fe37

Please sign in to comment.