Skip to content

Commit

Permalink
Ran prettier on config
Browse files Browse the repository at this point in the history
  • Loading branch information
jamsden committed Dec 12, 2024
1 parent d22916b commit 0e69f71
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
15 changes: 4 additions & 11 deletions specs/config/config-resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,7 @@
CORS: {
title: "Fetch standard",
authors: ["WHATWG contributors"],
href:
"https://fetch.spec.whatwg.org/commit-snapshots/d070ea245c6eb66cf4196324f063dc6ab608d9e6/#http-cors-protocol",
href: "https://fetch.spec.whatwg.org/commit-snapshots/d070ea245c6eb66cf4196324f063dc6ab608d9e6/#http-cors-protocol",
status: "Living Standard",
publisher: "WHATWG",
},
Expand Down Expand Up @@ -461,9 +460,7 @@ <h2>Supported Operations on Components</h2>
A configuration server SHOULD support, and a global configuration server MUST support one or more component
creation factories declared in one or more OSLC service providers.
</p>
<p class="conformance">
A configuration server SHOULD support one or more query capabilities for components.
</p>
<p class="conformance">A configuration server SHOULD support one or more query capabilities for components.</p>
</section>
<section id="configoperations">
<h2>Supported Operations on Configurations</h2>
Expand Down Expand Up @@ -586,9 +583,7 @@ <h2>Supported Operations on Change Set Delivery</h2>
</p>
<section id="creationfactorydelivery">
<h2>Delivering change sets using a creation factory</h2>
<p>
There are several key aspects of change set delivery that OSLC Configuration Management should support:
</p>
<p>There are several key aspects of change set delivery that OSLC Configuration Management should support:</p>
<ol>
<li>Delivery is atomic. Either all the changed/new/removed resources are delivered, or none are.</li>
<li>A delivery might be a long-running operation.</li>
Expand Down Expand Up @@ -659,9 +654,7 @@ <h2>Delivery Conflicts</h2>
</section>
<section id="deliveryhistory">
<h2>Change Set Delivery History</h2>
<p>
There are several common uses cases for finding information about change set deliveries:
</p>
<p>There are several common uses cases for finding information about change set deliveries:</p>
<ul>
<li>When was a specified change set delivered to a specified stream, and by whom?</li>
<li>Which streams has a specified change set been delivered to?</li>
Expand Down
2 changes: 1 addition & 1 deletion specs/config/oslc-config-mgt.html
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ <h2>Acknowledgements</h2>
The following individuals have participated in the creation of this specification and are gratefully
acknowledged:
</p>
<p style="margin-left: 40px;">
<p style="margin-left: 40px">
David Honey (Persistent)<br />
Ian Green (Persistent)<br />
Geoff Clemm (Persistent)<br />
Expand Down
6 changes: 3 additions & 3 deletions specs/config/versioned-resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@ <h2>Delegated UIs</h2>
<section id="vcompact">
<h2>Compact Rendering</h2>
<p class="conformance">
A versioned resource server SHOULD implement compact rendering (resource preview), both for concept resources and version
resources. See <a href="config-resources.html#compact">Compact Rendering</a> for the handling of configuration
context in such rendering.
A versioned resource server SHOULD implement compact rendering (resource preview), both for concept resources
and version resources. See <a href="config-resources.html#compact">Compact Rendering</a> for the handling of
configuration context in such rendering.
</p>
</section>
<section id="vtrs">
Expand Down

0 comments on commit 0e69f71

Please sign in to comment.