Skip to content

Commit

Permalink
Move BCD in front-runner (remaining api/[abc]*; manual) (#5551)
Browse files Browse the repository at this point in the history
* Move BCD in front-runner (remaining api/[abc]*; manual)

* Fix slug in front-runner after rename

* Add redirects for renamed files
  • Loading branch information
teoli2003 authored Jun 2, 2021
1 parent a82f41f commit 61dc59e
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 12 deletions.
2 changes: 2 additions & 0 deletions files/en-us/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6991,6 +6991,8 @@
/en-US/docs/Web/API/Blob.type /en-US/docs/Web/API/Blob/type
/en-US/docs/Web/API/BlobEvent.BlobEvent /en-US/docs/Web/API/BlobEvent/BlobEvent
/en-US/docs/Web/API/BlobEvent.data /en-US/docs/Web/API/BlobEvent/data
/en-US/docs/Web/API/BluetoothCharacteristicProperties/writableAuxiliar /en-US/docs/Web/API/BluetoothCharacteristicProperties/writableAuxiliaries
/en-US/docs/Web/API/BluetoothCharacteristicProperties/writeWithoutRespponse /en-US/docs/Web/API/BluetoothCharacteristicProperties/writeWithoutResponse
/en-US/docs/Web/API/BluetoothDevice.name /en-US/docs/Web/API/BluetoothDevice/name
/en-US/docs/Web/API/BluetoothDevice.paired /en-US/docs/Web/API/BluetoothDevice/paired
/en-US/docs/Web/API/BluetoothDevice.uuids /en-US/docs/Web/API/BluetoothDevice/uuids
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: BluetoothCharacteristicProperties.writableAuxiliaries
slug: Web/API/BluetoothCharacteristicProperties/writableAuxiliar
slug: Web/API/BluetoothCharacteristicProperties/writableAuxiliaries
tags:
- API
- Bluetooth
Expand All @@ -11,6 +11,7 @@
- Reference
- Web Bluetooth API
- writableAuxiliaries
browser-compat: api.BluetoothCharacteristicProperties.writableAuxiliaries
---
<div>{{draft}}{{securecontext_header}}{{APIRef("Bluetooth API")}}</div>

Expand Down Expand Up @@ -48,4 +49,4 @@ <h2 id="Specifications">Specifications</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("api.BluetoothCharacteristicProperties.writableAuxiliaries")}}</p>
<p>{{Compat}}</p>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: BluetoothCharacteristicProperties.writeWithoutResponse
slug: Web/API/BluetoothCharacteristicProperties/writeWithoutRespponse
slug: Web/API/BluetoothCharacteristicProperties/writeWithoutResponse
tags:
- API
- Bluetooth
Expand All @@ -11,6 +11,7 @@
- Reference
- Web Bluetooth API
- writeWithoutResponse
browser-compat: api.BluetoothCharacteristicProperties.writeWithoutResponse
---
<div>{{draft}}{{securecontext_header}}{{APIRef("Bluetooth API")}}</div>

Expand Down Expand Up @@ -48,4 +49,4 @@ <h2 id="Specifications">Specifications</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("api.BluetoothCharacteristicProperties.writeWithoutResponse")}}</p>
<p>{{Compat}}</p>
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- presentationStyle
- copy
- paste
browser-compat: api.ClipboardItem.presentationStyle
---
<div>{{DefaultAPISidebar("Clipboard API")}}</div>

Expand Down Expand Up @@ -68,7 +69,7 @@ <h2 id="Specifications">Specifications</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("api.ClipboardItem.types")}}</p>
<p>{{Compat}}</p>

<h2 id="See_also">See also</h2>

Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/css/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Interface
- Painting
- Reference
browser-compat: api.CSS
---
<div>{{APIRef("CSSOM")}}</div>

Expand Down Expand Up @@ -76,7 +77,7 @@ <h2 id="Specifications">Specifications</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("api.CSS", 1)}}</p>
<p>{{Compat}}</p>

<h2 id="See_also">See also</h2>

Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/css/registerproperty/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- CSS
- Houdini
- Reference
browser-compat: api.CSS.registerProperty
---
<div>{{SeeCompatTable}}</div>

Expand Down Expand Up @@ -130,7 +131,7 @@ <h2 id="Specifications">Specifications</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("api.CSS.registerProperty", 1)}}</p>
<p>{{Compat}}</p>

<h2 id="See_also">See also</h2>

Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/cssnumericvalue/sum/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- Method
- Reference
- sum()
browser-compat: api.CSSNumericValue.sum
---
<div>{{draft}}{{APIRef("CSS Typed OM")}}{{SeeCompatTable}}</div>

Expand Down Expand Up @@ -67,4 +68,4 @@ <h2 id="Specifications">Specifications</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("api.CSSNumericValue.sub")}}</p>
<p>{{Compat}}</p>
3 changes: 2 additions & 1 deletion files/en-us/web/api/csspseudoelement/element/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- Experimental
- Property
- Reference
browser-compat: api.CSSPseudoElement.element
---
<p>{{APIRef}}{{SeeCompatTable}}</p>

Expand Down Expand Up @@ -61,7 +62,7 @@ <h2 id="Specifications">Specifications</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat('api.CSSPseudoElement.element')}}</p>
<p>{{Compat}}</p>

<h2 id="See_also">See also</h2>

Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/csspseudoelement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- Experimental
- Interface
- Reference
browser-compat: api.CSSPseudoElement
---
<p>{{APIRef}}{{SeeCompatTable}}</p>

Expand Down Expand Up @@ -66,7 +67,7 @@ <h2 id="Specifications">Specifications</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat('api.CSSPseudoElement')}}</p>
<p>{{Compat}}</p>

<h2 id="See_also">See also</h2>

Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/csspseudoelement/type/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- Property
- Reference
- Type
browser-compat: api.CSSPseudoElement.type
---
<p>{{APIRef}}{{SeeCompatTable}}</p>

Expand Down Expand Up @@ -63,7 +64,7 @@ <h2 id="Specifications">Specifications</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat('api.CSSPseudoElement.type')}}</p>
<p>{{Compat}}</p>

<h2 id="See_also">See also</h2>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- CSSTransition
- Property
- Reference
browser-compat: api.CSSTransition.transitionProperty
---
<div>{{APIRef("Web Animations API")}}{{SeeCompatTable}}</div>

Expand Down Expand Up @@ -72,4 +73,4 @@ <h2 id="Specifications">Specifications</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("api.CSSAnimation.transitionProperty")}}</p>
<p>{{Compat}}</p>

0 comments on commit 61dc59e

Please sign in to comment.