Skip to content

Commit

Permalink
chore: redirect edge docs to inventory.fix.security
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCatLady committed Feb 28, 2024
1 parent 489e639 commit c4679f9
Show file tree
Hide file tree
Showing 7 changed files with 378 additions and 914 deletions.
3 changes: 1 addition & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const config: Config = {
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'throw',
onBrokenAnchors: 'warn',
onDuplicateRoutes: 'warn',
favicon: 'img/favicon.ico',
trailingSlash: false,
noIndex: !isProd,
Expand Down Expand Up @@ -493,7 +494,6 @@ const config: Config = {
},
],
},
{ label: 'Pricing', to: '/pricing', position: 'right' },
{ label: 'Compare', to: '/compare', position: 'right' },
{ label: 'Blog', to: '/blog', position: 'right' },
{ label: 'Podcast', to: '/podcast', position: 'right' },
Expand Down Expand Up @@ -562,7 +562,6 @@ const config: Config = {
{
title: 'About',
items: [
{ label: 'Pricing', to: '/pricing' },
{ label: 'Compare', to: '/compare' },
{ label: 'About', to: '/about' },
{ label: 'Releases', to: '/releases' },
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"@docusaurus/theme-mermaid": "3.1.1",
"@fec/remark-a11y-emoji": "4.0.2",
"@mdx-js/react": "3.0.1",
"@octokit/core": "5.1.0",
"@rive-app/react-canvas": "4.8.2",
"@octokit/core": "6.0.1",
"@rive-app/react-canvas": "4.8.3",
"a11y-react-emoji": "1.2.0",
"clsx": "2.1.0",
"docusaurus-plugin-openapi-docs": "3.0.0-beta.5",
Expand All @@ -51,23 +51,23 @@
"react-netlify-forms": "1.3.3",
"react-tabs": "6.0.2",
"react-wrap-balancer": "1.1.0",
"react-zoom-pan-pinch": "3.4.2",
"react-zoom-pan-pinch": "3.4.3",
"rehype-katex": "7.0.0",
"remark-kroki-plugin": "0.1.1",
"remark-math": "6.0.0",
"yup": "1.3.3"
},
"devDependencies": {
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.2",
"@commitlint/cli": "19.0.1",
"@commitlint/config-conventional": "19.0.0",
"@docusaurus/module-type-aliases": "3.1.1",
"@docusaurus/tsconfig": "3.1.1",
"@docusaurus/types": "3.1.1",
"@typescript-eslint/eslint-plugin": "7.0.2",
"@typescript-eslint/parser": "7.0.2",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"asciinema-player": "3.7.0",
"commitizen": "4.3.0",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-formatjs": "4.12.2",
"eslint-plugin-jsx-a11y": "6.8.0",
Expand Down
Binary file removed src/pages/pricing/img/sheep-graph.webp
Binary file not shown.
148 changes: 0 additions & 148 deletions src/pages/pricing/index.tsx

This file was deleted.

153 changes: 0 additions & 153 deletions src/pages/pricing/styles.module.css

This file was deleted.

7 changes: 6 additions & 1 deletion static/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ https://releases.resoto.com/* https://resoto
/resoto/* /
/cloud2sql/* https://cloud2sql.com 301!

/docs/edge/* https://inventory.fix.security/edge/:splat 301!
/docs/4.x/* https://inventory.fix.security/:splat 301!
/docs/4.X/* https://inventory.fix.security/:splat 301!

/blog/july-2022-product-updates /blog/product-updates/2022/july
/blog/january-2023-product-updates /blog/product-updates/2023/january
/blog/february-2023-product-updates /blog/product-updates/2023/february
Expand Down Expand Up @@ -200,7 +204,6 @@ https://releases.resoto.com/* https://resoto
/reference/* /docs/reference/:splat

/documentation/* /docs/:splat
/docs/edge/* /docs/:splat
/docs/2.x/* /docs/:splat
/docs/2.X/* /docs/:splat
/docs/3.x/* /docs/:splat
Expand Down Expand Up @@ -238,6 +241,8 @@ https://releases.resoto.com/* https://resoto
/podcast/18 /podcast/how-cloud-costs-are-shifting-left
/podcast/19 /podcast/security-at-lyft-with-cartography

/pricing /

/news/2022/07/07/july-update /blog/product-updates/2022/july
/news/:year/:month/:date/v2.0.0* /releases/2.0.0
/news/:year/:month/:date/v* /releases/:splat
Expand Down
Loading

0 comments on commit c4679f9

Please sign in to comment.