diff --git a/packages/web-new/src/examples-paths/examples-paths.json b/packages/web-new/src/examples-paths/examples-paths.json index 007d386d2..3d3321bec 100644 --- a/packages/web-new/src/examples-paths/examples-paths.json +++ b/packages/web-new/src/examples-paths/examples-paths.json @@ -118,6 +118,11 @@ "description": "A simple Thing Description using CoAP. The target resource is specified in the Thing Description by the href member of a form and the request method (e.g., GET, PUT, POST, or DELETE) is specified using the cov:method member of a form.", "path": "https://raw.githubusercontent.com/eclipse-thingweb/playground/master/examples/td/5-protocols/CoAP-simple-td-no-defaults.td.jsonld" }, + "extended-forms-multiple-op.td.jsonld": { + "title": "Extended Forms Multiple op", + "description": "In the case of a forms entry that has multiple op values the usage of the htv:methodName is not permitted. A TD Processor will extend the multiple op values to separate forms entries and associates a single operation with the default assumption.", + "path": "https://raw.githubusercontent.com/eclipse-thingweb/playground/master/examples/td/5-protocols/extended-forms-multiple-op.td.jsonld" + }, "HTTP-readproperty.td.jsonld": { "title": "HTTP readproperty", "description": "This example shows the binding of the readproperty operation for the HTTP.", @@ -143,11 +148,6 @@ "description": "This example shows the minimal set of terms to configure a single coil reading using Modbus. Notice that the unitID is contained in the href as the first element of the path.", "path": "https://raw.githubusercontent.com/eclipse-thingweb/playground/master/examples/td/5-protocols/Modbus-single-coil.td.jsonld" }, - "extended-forms-multiple-op.td.jsonld": { - "title": "Extended Forms Multiple op", - "description": "In the case of a forms entry that has multiple op values the usage of the htv:methodName is not permitted. A TD Processor will extend the multiple op values to separate forms entries and associates a single operation with the default assumption.", - "path": "https://raw.githubusercontent.com/eclipse-thingweb/playground/master/examples/td/5-protocols/extended-forms-multiple-op.td.jsonld" - }, "subprotocol-longpoll.td.jsonld": { "title": "Subprotocol Longpoll", "description": "protocols may have defined Subprotocols that can be used for some interaction types. For example, to receive asynchronous notifications using HTTP, some servers may support long polling.", @@ -158,11 +158,6 @@ "6-security-schemas": { "description": "This category contains various examples concerning the different types of security schemas that could/should be used for a Thing Description, as well as the different ways to combine multiple security schemes.", "examples": { - "OAuth2-scopes.td.jsonld": { - "title": "OAuth2 Scopes", - "description": "OAuth 2.0 makes use of scopes. These are identifiers that may appear in tokens and must match with corresponding identifiers in a resource to allow access to that resource.", - "path": "https://raw.githubusercontent.com/eclipse-thingweb/playground/master/examples/td/6-security-schemas/OAuth2-scopes.td.jsonld" - }, "apikey-in-body-simplified.td.jsonld": { "title": "Apikey In Body Simplified", "description": "It is possbile to simplify how security parameters are included in the payload by using the feature that the location referenced by a JSON pointer in a body location will be automatically inserted if it does not exist.", @@ -212,6 +207,11 @@ "title": "noSec Security", "description": "Security configuration in the TD is mandatory, therefore the nosec security scheme is provided for the case that no security is needed.", "path": "https://raw.githubusercontent.com/eclipse-thingweb/playground/master/examples/td/6-security-schemas/noSec-security.td.jsonld" + }, + "OAuth2-scopes.td.jsonld": { + "title": "OAuth2 Scopes", + "description": "OAuth 2.0 makes use of scopes. These are identifiers that may appear in tokens and must match with corresponding identifiers in a resource to allow access to that resource.", + "path": "https://raw.githubusercontent.com/eclipse-thingweb/playground/master/examples/td/6-security-schemas/OAuth2-scopes.td.jsonld" } } }, diff --git a/packages/web-new/src/styles/_examples-menu.scss b/packages/web-new/src/styles/_examples-menu.scss index 7acda350b..1e751d698 100644 --- a/packages/web-new/src/styles/_examples-menu.scss +++ b/packages/web-new/src/styles/_examples-menu.scss @@ -423,8 +423,6 @@ align-items: flex-start; justify-content: center; flex-wrap: wrap; - // padding: 0 .75rem; - // transition: padding 250ms ease-in-out 250ms; } &__description { @@ -508,8 +506,6 @@ .example__content { pointer-events: all; - // padding: 0 .75rem .75rem .75rem; - // transition: padding 250ms ease-in-out 0s; } .example__description { diff --git a/packages/web-new/src/template.html b/packages/web-new/src/template.html index bbfb733f5..4a7e0bec1 100644 --- a/packages/web-new/src/template.html +++ b/packages/web-new/src/template.html @@ -172,7 +172,7 @@

Thing Description Playground - BETA Version