docs(nx-dev): update nx-cloud swagger link (#17507)

This commit is contained in:
Benjamin Cabanes 2023-06-08 13:59:11 -04:00 committed by GitHub
parent d7f500985b
commit 32ef811cc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 49 additions and 51 deletions

View File

@ -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).
![Access tokens](/nx-cloud/reference/swagger-preview.png) ![Access tokens](/nx-cloud/reference/swagger-preview.png)

View File

@ -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>