Skip to content

Commit

Permalink
docs: README update (#5387)
Browse files Browse the repository at this point in the history
* docs: README update

* chore: remove unused CHANGELOG file

* chore: update title

(cherry picked from commit f2272b0)
  • Loading branch information
karl-cardenas-coding committed Jan 10, 2025
1 parent 8fb4b40 commit 4c7b1d7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 108 deletions.
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

0 comments on commit 4c7b1d7

Please sign in to comment.