Skip to content

Commit

Permalink
fix: tweak Fix messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCatLady committed Apr 9, 2024
1 parent 7ed6978 commit 404669f
Show file tree
Hide file tree
Showing 15 changed files with 126 additions and 123 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This section of the documentation walks you through how to [install](./install/i

:::tip

Don't want to manage your own Fix Inventory installation? Check out **[Fix](https://fix.security)**, an all-in-one security dashboard built on top of Fix Inventory.
Don't want to manage your own Fix Inventory installation? Get started for free with **[Fix](https://fix.security)**, an all-in-one security dashboard built on top of Fix Inventory.

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/install/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ unlisted: false

:::tip

Don't want to manage your own Fix Inventory installation? Check out **[Fix](https://fix.security)**, an all-in-one security dashboard built on top of Fix Inventory.
Don't want to manage your own Fix Inventory installation? Get started for free with **[Fix](https://fix.security)**, an all-in-one security dashboard built on top of Fix Inventory.

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/how-to-guides/maintenance/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_label: Maintenance

:::tip

Don't want to manage your own Fix Inventory installation? Check out **[Fix](https://fix.security)**, an all-in-one security dashboard built on top of Fix Inventory.
Don't want to manage your own Fix Inventory installation? Get started for free with **[Fix](https://fix.security)**, an all-in-one security dashboard built on top of Fix Inventory.

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/how-to-guides/maintenance/update.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ We regularly release [new versions of Fix Inventory](/releases) with bug fixes a

:::tip

Don't want to manage your own Fix Inventory installation? Check out **[Fix](https://fix.security)**, an all-in-one security dashboard built on top of Fix Inventory.
Don't want to manage your own Fix Inventory installation? Get started for free with **[Fix](https://fix.security)**, an all-in-one security dashboard built on top of Fix Inventory.

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Fix Inventory's documentation is organized as follows:

:::tip

Don't want to manage your own Fix Inventory installation? Check out **[Fix](https://fix.security)**, an all-in-one security dashboard built on top of Fix Inventory.
Don't want to manage your own Fix Inventory installation? Get started for free with **[Fix](https://fix.security)**, an all-in-one security dashboard built on top of Fix Inventory.

:::

Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,8 @@ const config: Config = {
],
tableOfContents: { minHeadingLevel: 2, maxHeadingLevel: 5 },
announcementBar: {
id: `announcementBar-fix`,
content: `Don't want to manage your own Fix Inventory installation? Check out <a href="https://fix.security">Fix</a>, an all-in-one security dashboard built on top of Fix Inventory.`,
content: `Don't want to manage your own Fix Inventory installation? <strong>Get started for free with <a href="https://fix.security">Fix</a>, an all-in-one security dashboard built on top of Fix Inventory.</strong>`,
isCloseable: false,
},
navbar: {
hideOnScroll: true,
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,17 @@
"@docusaurus/module-type-aliases": "3.2.1",
"@docusaurus/tsconfig": "3.2.1",
"@docusaurus/types": "3.2.1",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"commitizen": "4.3.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-formatjs": "4.12.2",
"eslint-plugin-formatjs": "4.13.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-regexp": "2.4.0",
"eslint-plugin-regexp": "2.5.0",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"postcss": "8.4.38",
Expand Down
6 changes: 4 additions & 2 deletions src/css/announcement-bar.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ div[class^='announcementBar_'] {
);
color: var(--ifm-color-content);
font-weight: 600;
font-size: 115%;
padding: 0 1rem;
}

div[class^='announcementBar_'] .close {
color: var(--ifm-color-content);
div[class^='announcementBar_'] strong {
font-weight: 800;
}
1 change: 1 addition & 0 deletions src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
--docusaurus-highlighted-code-line-bg: rgb(0 0 0 / 10%);
--ifm-background-color: #ffffff;
--ifm-container-width-xxl: 1500px;
--docusaurus-announcement-bar-height: auto !important;
}

article header {
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-4.X/getting-started/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This section of the documentation walks you through how to [install](./install/i

:::tip

Don't want to manage your own Fix Inventory installation? Check out **[Fix](https://fix.security)**, an all-in-one security dashboard built on top of Fix Inventory.
Don't want to manage your own Fix Inventory installation? Get started for free with **[Fix](https://fix.security)**, an all-in-one security dashboard built on top of Fix Inventory.

:::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ unlisted: false

:::tip

Don't want to manage your own Fix Inventory installation? Check out **[Fix](https://fix.security)**, an all-in-one security dashboard built on top of Fix Inventory.
Don't want to manage your own Fix Inventory installation? Get started for free with **[Fix](https://fix.security)**, an all-in-one security dashboard built on top of Fix Inventory.

:::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_label: Maintenance

:::tip

Don't want to manage your own Fix Inventory installation? Check out **[Fix](https://fix.security)**, an all-in-one security dashboard built on top of Fix Inventory.
Don't want to manage your own Fix Inventory installation? Get started for free with **[Fix](https://fix.security)**, an all-in-one security dashboard built on top of Fix Inventory.

:::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ We regularly release [new versions of Fix Inventory](/releases) with bug fixes a

:::tip

Don't want to manage your own Fix Inventory installation? Check out **[Fix](https://fix.security)**, an all-in-one security dashboard built on top of Fix Inventory.
Don't want to manage your own Fix Inventory installation? Get started for free with **[Fix](https://fix.security)**, an all-in-one security dashboard built on top of Fix Inventory.

:::

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-4.X/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Fix Inventory's documentation is organized as follows:

:::tip

Don't want to manage your own Fix Inventory installation? Check out **[Fix](https://fix.security)**, an all-in-one security dashboard built on top of Fix Inventory.
Don't want to manage your own Fix Inventory installation? Get started for free with **[Fix](https://fix.security)**, an all-in-one security dashboard built on top of Fix Inventory.

:::

Expand Down
Loading

0 comments on commit 404669f

Please sign in to comment.