@teambit/harmony.content.cli-reference 1.95.200 → 1.95.202

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 0.2.24'
2
+ description: 'Bit command synopses. Bit version: 0.2.25'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
package/cli-reference.mdx CHANGED
@@ -370,7 +370,7 @@ The following gets removed by this command:
370
370
  ## config
371
371
 
372
372
  **Description**: global config management
373
- https://bit.dev/docs/config/bit-config
373
+ https://bit.dev/reference/config/bit-config
374
374
 
375
375
  `bit config`
376
376
 
@@ -1410,7 +1410,7 @@ the `<old-id>` and `<new-id>` arguments can be either a component-id or a packag
1410
1410
  ## remote
1411
1411
 
1412
1412
  **Description**: manage set of tracked bit scope(s)
1413
- https://bit.dev/docs/scope/remote-scopes
1413
+ https://bit.dev/reference/scope/remote-scopes
1414
1414
 
1415
1415
  `bit remote`
1416
1416
 
@@ -1,2 +1,2 @@
1
- /// <reference types="react" />
2
- export declare const BasicCliReference: () => JSX.Element;
1
+ import React from 'react';
2
+ export declare const BasicCliReference: () => React.JSX.Element;
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 0.2.24'
2
+ description: 'Bit command synopses. Bit version: 0.2.25'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -1827,8 +1827,8 @@ function MDXContent(_ref) {
1827
1827
  parentName: "p"
1828
1828
  }), "\n", (0, _react2.mdx)("a", {
1829
1829
  parentName: "p",
1830
- "href": "https://bit.dev/docs/config/bit-config"
1831
- }, "https://bit.dev/docs/config/bit-config")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
1830
+ "href": "https://bit.dev/reference/config/bit-config"
1831
+ }, "https://bit.dev/reference/config/bit-config")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
1832
1832
  parentName: "p"
1833
1833
  }, "bit config")), (0, _react2.mdx)("h3", null, "config set"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
1834
1834
  parentName: "p"
@@ -7050,8 +7050,8 @@ function MDXContent(_ref) {
7050
7050
  parentName: "p"
7051
7051
  }), "\n", (0, _react2.mdx)("a", {
7052
7052
  parentName: "p",
7053
- "href": "https://bit.dev/docs/scope/remote-scopes"
7054
- }, "https://bit.dev/docs/scope/remote-scopes")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
7053
+ "href": "https://bit.dev/reference/scope/remote-scopes"
7054
+ }, "https://bit.dev/reference/scope/remote-scopes")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
7055
7055
  parentName: "p"
7056
7056
  }, "bit remote")), (0, _react2.mdx)("h3", null, "remote add"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
7057
7057
  parentName: "p"