Skip to content

Commit

Permalink
cleanups and cookies
Browse files Browse the repository at this point in the history
  • Loading branch information
Frooodle committed Dec 26, 2024
1 parent af97906 commit dbaa2db
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 258 deletions.
37 changes: 30 additions & 7 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ const config = {
defaultLocale: 'en',
locales: ['en'],
},
scripts: [
{
src: 'https://app.termly.io/resource-blocker/aa66d813-045f-4a28-b465-6aab431924d6',
type: 'text/javascript',
attributes: {
autoBlock: 'on'
}
},
],
plugins: [
[
"posthog-docusaurus",
Expand Down Expand Up @@ -130,15 +139,29 @@ const config = {
label: 'Docker',
href: 'https://hub.docker.com/r/frooodle/s-pdf',
},
{
label: 'GitHub',
href: 'https://github.com/Stirling-Tools/Stirling-PDF',
},
],
},
{
title: 'More',
items: [{
label: 'GitHub',
href: 'https://github.com/Stirling-Tools/Stirling-PDF',
}, ],
},
{
title: 'Legal',
items: [
{
label: 'Privacy Policy',
href: 'https://app.termly.io/policy-viewer/policy.html?policyUUID=09506b8c-1f83-48e2-bf2e-6fce9df4b61b',
},
{
label: 'Cookie Policy',
href: 'https://app.termly.io/policy-viewer/policy.html?policyUUID=1bedd860-0cb2-49c1-a9dc-bc0886c1f6ca',
},
{
label: 'Terms & Conditions',
href: 'https://app.termly.io/policy-viewer/policy.html?policyUUID=de68b39f-5e58-4c09-b260-8bdee9b99500',
},
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} Stirling-PDF, Inc. Built with Docusaurus.`,
},
Expand Down
66 changes: 0 additions & 66 deletions src/components/HomepageFeatures/index.js

This file was deleted.

11 changes: 0 additions & 11 deletions src/components/HomepageFeatures/styles.module.css

This file was deleted.

47 changes: 0 additions & 47 deletions src/pages/about.js

This file was deleted.

73 changes: 0 additions & 73 deletions src/pages/contact.js

This file was deleted.

24 changes: 0 additions & 24 deletions src/pages/demos.js

This file was deleted.

23 changes: 0 additions & 23 deletions src/pages/index.module.css

This file was deleted.

7 changes: 0 additions & 7 deletions src/pages/markdown-page.md

This file was deleted.

0 comments on commit dbaa2db

Please sign in to comment.