Skip to content

Commit 7b46d74

Browse files
author
Deepak Prabhakara
authored
cleanup (#625)
1 parent 6e7bccb commit 7b46d74

File tree

13 files changed

+66
-194
lines changed

13 files changed

+66
-194
lines changed

docs/admin-portal/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: Get Started
55

66
# Get Started with Admin Portal
77

8-
SAML Jackson comes with an Admin Portal that allows you to manage **Enterprise SSO**, **Directory Sync**, **Setup Links**, and **Audit Logs** products via an easy to use web interface.
8+
SAML Jackson comes with an Admin Portal that allows you to manage **Enterprise SSO**, **Directory Sync** and **Setup Links** products via an easy to use web interface.
99

1010
Our future products (where relevant) will also be available in the Admin Portal.
1111

docusaurus.config.js

Lines changed: 9 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { themes } from 'prism-react-renderer';
55
module.exports = {
66
title: 'BoxyHQ',
77
tagline:
8-
'BoxyHQ helps startups enable enterprise features in any SaaS app with just a few lines of code. Integrate SAML, Audit Logs, Privacy Vault and Role Based Access in minutes. Open source and free.',
8+
'BoxyHQ helps startups enable enterprise features in any SaaS app with just a few lines of code. Integrate SAML and Directory Sync in minutes. Open source and free.',
99
url: 'https://boxyhq.com',
1010
baseUrl: '/',
1111
trailingSlash: false,
@@ -61,10 +61,6 @@ module.exports = {
6161
to: '/products/overview',
6262
label: 'Overview',
6363
},
64-
{
65-
to: '/llm-vault',
66-
label: 'LLM Vault',
67-
},
6864
{
6965
to: '/enterprise-sso',
7066
label: 'Enterprise SSO',
@@ -77,14 +73,6 @@ module.exports = {
7773
to: '/directory-sync',
7874
label: 'Directory Sync',
7975
},
80-
{
81-
to: '/audit-logs',
82-
label: 'Audit Logs',
83-
},
84-
{
85-
to: '/privacy-vault',
86-
label: 'Privacy Vault',
87-
},
8876
{
8977
href: 'https://app.eu.boxyhq.com/auth/join?utm_source=website&utm_campaign=main-nav',
9078
label: 'SaaS Sign up',
@@ -99,10 +87,10 @@ module.exports = {
9987
label: 'Solutions',
10088
type: 'dropdown',
10189
items: [
102-
{
103-
to: '/solutions/ai-security',
104-
label: 'AI Security',
105-
},
90+
// {
91+
// to: '/solutions/ai-security',
92+
// label: 'AI Security',
93+
// },
10694
{
10795
to: '/solutions/enterprise-readiness',
10896
label: 'Enterprise Readiness',
@@ -119,7 +107,6 @@ module.exports = {
119107
items: [
120108
{ to: '/docs', label: 'Docs' },
121109
{ to: '/sso-dsync-api', label: 'SSO & DSync API' },
122-
{ to: '/audit-logs-api', label: 'Audit Logs API' },
123110
{ to: '/guides', label: 'Guides' },
124111
{
125112
to: '/blog',
@@ -133,10 +120,10 @@ module.exports = {
133120
href: 'https://mocksaml.com',
134121
label: 'Mock SAML',
135122
},
136-
{
137-
href: 'https://awesome-oss-devsec.boxyhq.com',
138-
label: 'DevSec Tools',
139-
},
123+
// {
124+
// href: 'https://awesome-oss-devsec.boxyhq.com',
125+
// label: 'DevSec Tools',
126+
// },
140127
{
141128
to: '/developer-first-security-week',
142129
label: 'Events',
@@ -406,18 +393,5 @@ module.exports = {
406393
},
407394
},
408395
],
409-
[
410-
'./plugins/custom-scalar.js',
411-
{
412-
id: 'audit-logs-api',
413-
label: 'Audit Logs API',
414-
route: '/audit-logs-api',
415-
configuration: {
416-
spec: {
417-
url: 'https://raw.githubusercontent.com/retracedhq/retraced/release/swagger.json',
418-
},
419-
},
420-
},
421-
],
422396
],
423397
};

sidebars.js

Lines changed: 0 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -85,103 +85,6 @@ module.exports = {
8585
'directory-sync/faq',
8686
],
8787
},
88-
{
89-
type: 'category',
90-
label: 'Audit Logs',
91-
collapsible: true,
92-
link: { type: 'doc', id: 'retraced/overview' },
93-
items: [
94-
{
95-
type: 'category',
96-
label: 'Getting Started',
97-
link: { type: 'doc', id: 'retraced/getting-started/retraced-basics' },
98-
items: [
99-
'retraced/getting-started/embedded-viewer',
100-
'retraced/getting-started/first-audit-event',
101-
'retraced/getting-started/renaming-properties',
102-
'retraced/getting-started/searching-for-events',
103-
'retraced/getting-started/time-synchronization',
104-
],
105-
},
106-
{
107-
type: 'category',
108-
label: 'Self Hosting',
109-
link: { type: 'doc', id: 'retraced/self-host/index' },
110-
items: [
111-
'retraced/self-host/env-variables',
112-
'retraced/self-host/local',
113-
'retraced/self-host/docker',
114-
'retraced/self-host/digitalocean',
115-
'retraced/self-host/aws',
116-
'retraced/self-host/kubernetes',
117-
'retraced/self-host/skaffold',
118-
],
119-
},
120-
{
121-
type: 'category',
122-
label: 'Architecture',
123-
link: { type: 'doc', id: 'retraced/architecture/index' },
124-
items: [
125-
'retraced/architecture/immutability-guarantee',
126-
'retraced/architecture/hashing-formula',
127-
],
128-
},
129-
{
130-
type: 'category',
131-
label: 'How to Audit Log',
132-
link: { type: 'doc', id: 'retraced/how-to-audit-log/index' },
133-
items: [
134-
'retraced/how-to-audit-log/actions',
135-
'retraced/how-to-audit-log/actors',
136-
'retraced/how-to-audit-log/exportable',
137-
'retraced/how-to-audit-log/immutable',
138-
'retraced/how-to-audit-log/searchable',
139-
'retraced/how-to-audit-log/segments',
140-
'retraced/how-to-audit-log/targets',
141-
'retraced/how-to-audit-log/time-synced',
142-
],
143-
},
144-
{
145-
type: 'category',
146-
label: 'SDKs',
147-
link: { type: 'doc', id: 'retraced/sdks/available-sdks' },
148-
items: ['retraced/sdks/golang', 'retraced/sdks/nodejs'],
149-
},
150-
{
151-
type: 'category',
152-
label: 'APIs',
153-
link: { type: 'doc', id: 'retraced/apis/overview' },
154-
items: [
155-
'retraced/apis/publisher-api',
156-
'retraced/apis/enterprise-api',
157-
'retraced/apis/admin-api',
158-
'retraced/apis/graphql',
159-
],
160-
},
161-
{
162-
type: 'category',
163-
label: 'Exposing Events',
164-
link: { type: 'doc', id: 'retraced/exposing-retraced-data/overview' },
165-
items: [
166-
'retraced/exposing-retraced-data/viewer',
167-
'retraced/exposing-retraced-data/enterprise-api',
168-
],
169-
},
170-
{
171-
type: 'category',
172-
label: 'Advanced Retraced',
173-
link: { type: 'doc', id: 'retraced/advanced/index' },
174-
items: [
175-
'retraced/advanced/display-templates',
176-
'retraced/advanced/template-comparators',
177-
'retraced/advanced/tracking-application-versions',
178-
'retraced/advanced/automated-audit-events',
179-
],
180-
},
181-
'retraced/sbom',
182-
'retraced/container-signing',
183-
],
184-
},
18588
{
18689
type: 'category',
18790
label: 'Admin Portal',
@@ -190,7 +93,6 @@ module.exports = {
19093
items: [
19194
'admin-portal/enterprise-sso',
19295
'admin-portal/directory-sync',
193-
'admin-portal/audit-logs',
19496
{
19597
type: 'category',
19698
label: 'Setup Links',

src/components/OurProducts/index.js

Lines changed: 31 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ import BaseProductSpotlightSection from '../BaseProductSpotlightSection';
33

44
const OurProducts = ({ children, centerHeader = false }) => {
55
const products = [
6-
{
7-
light: false,
8-
pictureSrc: '/images/products/privacy-vault',
9-
reversed: false,
10-
title: 'LLM Vault',
11-
copy: 'Protects strategic confidential information and sensitive data processed by AI models like ChatGPT with cutting-edge security features, including robust encryption and granular access controls.',
12-
icon: 'icon-secure',
13-
url: '/llm-vault',
14-
},
6+
// {
7+
// light: false,
8+
// pictureSrc: '/images/products/privacy-vault',
9+
// reversed: false,
10+
// title: 'LLM Vault',
11+
// copy: 'Protects strategic confidential information and sensitive data processed by AI models like ChatGPT with cutting-edge security features, including robust encryption and granular access controls.',
12+
// icon: 'icon-secure',
13+
// url: '/llm-vault',
14+
// },
1515
{
1616
light: true,
1717
pictureSrc: '/images/products/enterprise-sso',
@@ -39,24 +39,24 @@ const OurProducts = ({ children, centerHeader = false }) => {
3939
icon: 'icon-sync',
4040
url: '/directory-sync',
4141
},
42-
{
43-
light: false,
44-
pictureSrc: '/images/products/audit-logs',
45-
reversed: false,
46-
title: 'Audit Logs',
47-
copy: "BoxyHQ's Audit Logs enable enterprise customers to efficiently record and search events within your application, streamlining compliance and reducing the need for complex, in-house development. Our solution's simple integration process saves time, ensuring fast compliance and focusing your team's efforts on core functionalities",
48-
icon: 'icon-logs',
49-
url: '/audit-logs',
50-
},
51-
{
52-
light: true,
53-
pictureSrc: '/images/products/privacy-vault',
54-
reversed: true,
55-
title: 'Privacy Vault',
56-
copy: 'Taking the best practices from companies like Google, Apple, and Facebook, BoxyHQ offers a best-in-class solution to centralize, isolate, and govern all the sensitive data you collect.',
57-
icon: 'icon-vault',
58-
url: '/privacy-vault',
59-
},
42+
// {
43+
// light: false,
44+
// pictureSrc: '/images/products/audit-logs',
45+
// reversed: false,
46+
// title: 'Audit Logs',
47+
// copy: "BoxyHQ's Audit Logs enable enterprise customers to efficiently record and search events within your application, streamlining compliance and reducing the need for complex, in-house development. Our solution's simple integration process saves time, ensuring fast compliance and focusing your team's efforts on core functionalities",
48+
// icon: 'icon-logs',
49+
// url: '/audit-logs',
50+
// },
51+
// {
52+
// light: true,
53+
// pictureSrc: '/images/products/privacy-vault',
54+
// reversed: true,
55+
// title: 'Privacy Vault',
56+
// copy: 'Taking the best practices from companies like Google, Apple, and Facebook, BoxyHQ offers a best-in-class solution to centralize, isolate, and govern all the sensitive data you collect.',
57+
// icon: 'icon-vault',
58+
// url: '/privacy-vault',
59+
// },
6060
];
6161

6262
return (
@@ -66,12 +66,10 @@ const OurProducts = ({ children, centerHeader = false }) => {
6666
>
6767
{children}
6868
<p className="main-page-lead-copy">
69-
Explore BoxyHQ's suite of AI-focused security solutions. Streamline
70-
enterprise authentication with <abbr title="Single Sign-On">SSO</abbr>
71-
, manage user provisioning with Directory Sync, protect your AI apps
72-
with LLM Vault, secure data with Privacy Vault, and track activities
73-
with Audit Logs. Open-source, self-hosted, or SaaS, enhance your
74-
product's security and compliance effortlessly.
69+
Explore BoxyHQ's suite of developer focused security solutions.
70+
Streamline enterprise authentication with SSO and manage user
71+
provisioning with Directory Sync. Open-source, self-hosted, or SaaS,
72+
enhance your product's security and compliance effortlessly.
7573
</p>
7674
</div>
7775
<ul className="reset-list">

src/components/PricingCardsPremiumSelfHosted/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const PricingCardsPremiumSelfHosted = ({ showHubSpotForm }) => {
101101
</div>
102102
</AccordionPricingProductCard>
103103
</li>
104-
<li>
104+
{/* <li>
105105
<AccordionPricingProductCard
106106
name="product-audit-logs"
107107
subtitle="A searchable and exportable record of read/write events."
@@ -162,7 +162,7 @@ const PricingCardsPremiumSelfHosted = ({ showHubSpotForm }) => {
162162
</p>
163163
</div>
164164
</AccordionPricingProductCard>
165-
</li>
165+
</li> */}
166166
<li>
167167
<AccordionPricingProductCard
168168
name="product-addons"

src/components/PricingCardsSaaS/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ const PricingCardsSaaS = ({ showHubSpotForm }) => {
117117
</div>
118118
</AccordionPricingProductCard>
119119
</li>
120-
<li>
120+
{/* <li>
121121
<AccordionPricingProductCard
122122
name="product-audit-logs"
123123
subtitle="A searchable and exportable record of read/write events."
@@ -178,7 +178,7 @@ const PricingCardsSaaS = ({ showHubSpotForm }) => {
178178
</p>
179179
</div>
180180
</AccordionPricingProductCard>
181-
</li>
181+
</li> */}
182182
<li>
183183
<AccordionPricingProductCard
184184
name="product-addons"

src/components/ProductsSelfHosted/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ const ProductsSelfHosted = ({ showHubSpotForm }) => {
3333
url="https://github.com/boxyhq/jackson"
3434
/>
3535
</li>
36-
<li>
36+
{/* <li>
3737
<SimpleOSSProductCard
3838
name="product-audit-logs"
3939
subtitle="Open source audit logs service and embeddable UI easily deployed to your own cluster."
4040
title="Audit Logs"
4141
url="https://github.com/retracedhq/retraced"
4242
/>
43-
</li>
43+
</li> */}
4444
</ul>
4545
</div>
4646
);

src/components/heroes/HeroHome/index.js

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ const HeroHome = () => {
1010
title="Security Building Blocks for the AI era"
1111
>
1212
<p>
13-
Accelerate your Time to Market while prioritizing AI security! BoxyHQ’s
14-
comprehensive suite of security building blocks enables organizations to
15-
swiftly build and deploy compliant cloud applications while
16-
strengthening their defenses in the age of LLMs. From enterprise-grade
17-
Single Sign-On, Directory Sync, and Audit Logs to Privacy Vault and LLM
18-
Vault.
13+
Accelerate your Time to Market while prioritizing AI and Cloud security!
14+
BoxyHQ’s comprehensive suite of security building blocks enables
15+
organizations to swiftly build and deploy compliant cloud applications
16+
while strengthening their defenses in the age of LLMs. Enterprise-grade
17+
Single Sign-On and Directory Sync.
1918
</p>
2019
<ul className="reset-list button-container">
2120
<li>

src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const IndexPage = () => {
2424
>
2525
<HeroHome />
2626
<main>
27-
<BaseProductFeatureSpotlight
27+
{/* <BaseProductFeatureSpotlight
2828
pictureSrc="/images/products/privacy-vault"
2929
sectionId="enterprise-sso-spotlight"
3030
subtitle="The secrets layer for AI"
@@ -51,7 +51,7 @@ const IndexPage = () => {
5151
</a>
5252
</li>
5353
</ul>
54-
</BaseProductFeatureSpotlight>
54+
</BaseProductFeatureSpotlight> */}
5555

5656
<BaseProductFeatureSpotlight
5757
pictureSrc="/images/products/enterprise-sso"

src/pages/pricing/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import './pricing.css';
1616

1717
const Pricing = () => {
1818
const metaDescription =
19-
"Discover BoxyHQ's affordable pricing plans for teams and companies of all sizes. Choose from self-hosted, premium, or SaaS options for our Enterprise SSO, Directory Sync, Audit Logs, and Privacy Vault solutions. Start optimizing your security infrastructure today.";
19+
"Discover BoxyHQ's affordable pricing plans for teams and companies of all sizes. Choose from self-hosted, premium, or SaaS options for our Enterprise SSO and Directory Sync solutions. Start optimizing your security infrastructure today.";
2020
const metaPageTitle = 'BoxyHQ Pricing: Flexible Plans for Every Team Size';
2121

2222
const [opened, setOpened] = useState(false);

0 commit comments

Comments
 (0)