docs(nx-dev): update nx-cloud swagger link (#17507)
This commit is contained in:
parent
d7f500985b
commit
32ef811cc4
@ -16,6 +16,6 @@ Per the spec, you use this token in the `Authentication` header.
|
|||||||
|
|
||||||
## Swagger
|
## Swagger
|
||||||
|
|
||||||
You may use swagger to preview the spec and make requests. We do not serve our own swagger instance publicly, but you may use [the example swagger ui](https://petstore.swagger.io/), and paste in the url to the Nx API definitions (https://cloud.nx.app/nx-cloud/api/definition.json).
|
You may use swagger to preview the spec and make requests. We do not serve our own swagger instance publicly, but you may use [the example swagger ui](https://petstore.swagger.io/?url=https://cloud.nx.app/nx-cloud/api/definition.json), and paste in the url to the Nx API definitions (https://cloud.nx.app/nx-cloud/api/definition.json).
|
||||||
|
|
||||||

|

|
||||||
|
|||||||
@ -223,7 +223,6 @@ export default function Changelog(props: ChangeLogProps): JSX.Element {
|
|||||||
>
|
>
|
||||||
<div className="w-px bg-slate-200 dark:bg-slate-700" />
|
<div className="w-px bg-slate-200 dark:bg-slate-700" />
|
||||||
</div>
|
</div>
|
||||||
<>
|
|
||||||
<div className="mt-1 hidden relative sm:flex h-6 w-6 flex-none items-center justify-center">
|
<div className="mt-1 hidden relative sm:flex h-6 w-6 flex-none items-center justify-center">
|
||||||
<div className="h-2 w-2 rounded-full bg-slate-100 ring-1 ring-slate-300 dark:ring-slate-500 dark:bg-slate-600" />
|
<div className="h-2 w-2 rounded-full bg-slate-100 ring-1 ring-slate-300 dark:ring-slate-500 dark:bg-slate-600" />
|
||||||
</div>
|
</div>
|
||||||
@ -274,7 +273,6 @@ export default function Changelog(props: ChangeLogProps): JSX.Element {
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
</>
|
|
||||||
</li>
|
</li>
|
||||||
))}
|
))}
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user