Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/master/eslint-plug…
Browse files Browse the repository at this point in the history
…in-react-7.34.1
  • Loading branch information
lennessyy authored May 14, 2024
2 parents 5d32b0a + dba2f73 commit 368a26d
Show file tree
Hide file tree
Showing 86 changed files with 423,183 additions and 537,736 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
secrets: /providers/github/organizations/spectrocloud/token?org_name=spectrocloud token | VAULT_GITHUB_TOKEN

- name: Backport Action
uses: sqren/backport-github-action@v9.3.0-a
uses: sqren/backport-github-action@v9.3.1
with:
# We are using a PAT token through our Vault Operator to address the issue of PRs workflows not being triggered
# Refer to issue https://github.com/sqren/backport-github-action/issues/79 for more details.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
tags: ghcr.io/${{ github.repository }}:nightly
labels: ${{ steps.meta.outputs.labels }}

- uses: sigstore/cosign-installer@v3.4.0
- uses: sigstore/cosign-installer@v3.5.0

- name: Image Signing
run: |
Expand Down
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ The **header** will have a search bar and some links to different other sections
The page **content** will be displayed under the header and next to the sidebar. On it's right there will be a **table
of contents** menu that will extract all of the headers inside the content and display them in a list. This will follow
the user as he scroll the page. On top of the table of contents there will be a **github link** to the content of the
file. This can be used by users to submit changes to different sections of our documentation
file. This can be used by users to submit changes to different sections of our documentation.

### Main Pages

Expand Down Expand Up @@ -458,11 +458,11 @@ https://docusaurus.io/docs/markdown-features/code-blocks#highlighting-with-comme
The copy button is shown by default in all code blocks. You can disable the copy button by passing in the parameter
value `hideClipboard` in the markdown declaration of the code blocks.
Example ![Example](static/assets/docs/images/hide_copy_button_example.png)
Example ![Example](static/assets/docs/images/hide_copy_button_example.webp)
Result
![Result](static/assets/docs/images/hide_copy_button.png)
![Result](/static/assets/docs/images/hide_copy_button.webp)
### Admonitions - Warning / Info / Tip / Danger
Expand Down Expand Up @@ -768,7 +768,3 @@ make clean-versions
>
> The `docusaurus.config.js` file is updated by the [`update_docusaurus_config.js`](./docusaurus.config.js) script. DO
> NOT commit this file with the updated changes.
```
```
4 changes: 2 additions & 2 deletions docs/api-content/api-docs/3-postman-collection.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Postman Collection"
sidebar_label: "Postman Collection"
description: "Spectro Cloud API Postman Collection"
description: "Palette API Postman Collection"
icon: ""
hide_table_of_contents: true

Expand Down Expand Up @@ -35,7 +35,7 @@ Learn more about [authentication methods](/user-management/authentication/api-ke

Use the following URL to import your configuration into Postman:

https://raw.githubusercontent.com/spectrocloud/librarium/master/docs/api-content/api-docs/palette-apis.json <br />
https://raw.githubusercontent.com/spectrocloud/librarium/version-4-3/docs/api-content/api-docs/v1/api.json

1. Open the **Import** dialog.

Expand Down
Loading

0 comments on commit 368a26d

Please sign in to comment.