Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[version-4-3] docs: README update (#5387) #5388

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
101 changes: 0 additions & 101 deletions CHANGELOG.md

This file was deleted.

10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -875,15 +875,15 @@ Excluded packs are not displayed in the packs component.

#### Disable Plugin

To disable the packs plugin, you can set the `DISABLE_PACKS_PLUGIN` environment variable to `true`. This will prevent
the plugin from running and fetching the packs data. The packs component will not display any data if the plugin is
disabled.
To disable the packs plugin, you can set the `DISABLE_PACKS_INTEGRATIONS` environment variable to `true`. This will
prevent the plugin from running and fetching the packs data. The packs component will not display any data if the plugin
is disabled.

```shell
export DISABLE_PACKS_PLUGIN=true
export DISABLE_PACKS_INTEGRATIONS=true
```

Settting the `DISABLE_PACKS_PLUGIN` environment variable to `true` will also have the following effects:
Settting the `DISABLE_PACKS_INTEGRATIONS` environment variable to `true` will also have the following effects:

- The PDE/App Mode Packs are still displayed.
- All production pack pages are added to the redirects file. This is to prevent broken URLs.
Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import path from "path";

/** @type {import('@docusaurus/types').Config} */
const config = {
title: "Spectro Cloud",
tagline: "Spectro Cloud",
title: "Palette",
tagline: "Palette",
favicon: "img/favicon.png",
url: "https://docs.spectrocloud.com",
baseUrl: "/",
Expand Down
Loading