Skip to content

Commit

Permalink
Fix header + footer links (#276)
Browse files Browse the repository at this point in the history
* add pricing header

* remove beta notification

* fix roadmap

* fix footer links

* remove blog post (migrated to ghost blog)
  • Loading branch information
leigh-johnson authored Feb 22, 2023
1 parent 6ef309b commit 5b65273
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 143 deletions.
77 changes: 0 additions & 77 deletions site/blog/2022-11-01-openssl.md

This file was deleted.

Binary file removed site/blog/2022-11-01-openssl/openssl-3-0-7-memo.png
Binary file not shown.
Binary file not shown.
5 changes: 0 additions & 5 deletions site/blog/authors.yml

This file was deleted.

16 changes: 2 additions & 14 deletions site/docs/release-history/0.6.x-feldspar-langdale.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@ sidebar_position: 195

:::info

PrintNanny OS is currently in closed Beta.
Monthly plans are now available, [starting at $9.99 / $19.99 / month](https://printnanny.ai/pricing).

[Join the waitlist](https://printnanny.ai/) to receive stress-test invitations and launch/development updates.

[Reserve your spot in the Founding Member program](https://printnanny.ai/shop/founding-membership), which grants you **early access to PrintNanny for $149 USD.** A limited number of spots open after each release, available on a first-come, first-serve basis.
:::

## ⬇️ [Click to Download PrintNanny OS](https://github.com/bitsy-ai/printnanny-os/releases/tag/0.6.5)
Expand Down Expand Up @@ -66,19 +63,10 @@ PrintNanny workflows are coming in v0.7.0 (Febuary 2023), which will support wor

## 🛣️ Roadmap

v0.7.0 is scheduled for February 2023, with an exciting preview of no-code workflows for your 3D printer farm.
v0.7.0 is scheduled for March 2023, with an exciting preview of no-code workflows for your 3D printer farm.

You'll be able to create custom workflows, starting with PrintNanny's alert system. Stay tuned for exciting updates, like integration with [Zapier](https://github.com/bitsy-ai/printnanny-os/issues/100).

:::info

PrintNanny OS is currently in closed Beta.

[Join the waitlist](https://printnanny.ai/) to receive stress-test invitations and launch/development updates.

[Reserve your spot in the Founding Member program](https://printnanny.ai/shop/founding-membership), which grants you **early access to PrintNanny for $149 USD.** A limited number of spots open after each release, available on a first-come, first-serve basis.
:::

## Patch Releases

### v0.6.1
Expand Down
68 changes: 21 additions & 47 deletions site/docusaurus.config.k8s.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,35 +60,6 @@ const config = {
path: 'docs',
sidebarPath: require.resolve('./sidebars.js'),
},
// blog: {
// showReadingTime: true,
// path: 'blog',
// routeBasePath: 'blog',
// blogTitle: "PrintNanny News",
// include: ['**/*.{md,mdx}'],
// exclude: [
// '**/_*.{js,jsx,ts,tsx,md,mdx}',
// '**/_*/**',
// '**/*.test.{js,jsx,ts,tsx}',
// '**/__tests__/**',
// ],
// postsPerPage: 10,
// blogListComponent: '@theme/BlogListPage',
// blogPostComponent: '@theme/BlogPostPage',
// blogTagsListComponent: '@theme/BlogTagsListPage',
// blogTagsPostsComponent: '@theme/BlogTagsPostsPage',
// rehypePlugins: [],
// beforeDefaultRemarkPlugins: [],
// beforeDefaultRehypePlugins: [],
// truncateMarker: /<!--\s*(truncate)\s*-->/,
// feedOptions: {
// type: 'all',
// title: `PrintNanny Blog`,
// description: 'Latest in 3D printing news and PrintNanny development updates.',
// copyright: `Copyright © ${new Date().getFullYear()} Bitsy AI Labs, LLC. All rights reserved.`,
// language: undefined,
// },
// },
theme: {
customCss: require.resolve('./src/css/custom.css'),
},
Expand Down Expand Up @@ -117,7 +88,7 @@ const config = {
isCloseable: false,
},
sitemap: {
changefreq: 'weekly',
changefreq: 'daily',
priority: 0.5,
ignorePatterns: ['/tags/**'],
filename: 'sitemap.xml',
Expand All @@ -139,12 +110,11 @@ const config = {
label: 'Quick Start',
},
{
to: '/blog',
to: 'https://printnanny.ai/blog/',
position: 'left',
label: 'Blog',
label: 'Blog & Newsletter',
},
{ label: 'Join Waitlist', position: 'left', href: 'https://printnanny.ai' },
{ label: 'Get Early Access', position: 'left', href: 'https://printnanny.ai/shop/founding-membership' },
{ label: 'Pricing', position: 'left', href: 'https://printnanny.ai/pricing/' },

{ label: 'Discord', position: 'right', href: 'https://discord.gg/sf23bk2hPr' },
{
Expand All @@ -170,15 +140,6 @@ const config = {
},
],
},
{
title: 'News',
items: [
{
label: 'OpenSSL Security Update',
to: 'https://docs.printnanny.ai/blog/patch-openssl-security-vulnerability-across-hundreds-of-raspberry-pis/',
},
],
},
{
title: 'Community',
items: [
Expand All @@ -204,12 +165,25 @@ const config = {
title: 'PrintNanny Cloud',
items: [
{
label: 'Join the Waitlist',
href: 'https://printnanny.ai'
label: 'Pricing',
href: 'https://printnanny.ai/pricing/'
},
{
label: 'My Network',
href: 'https://printnanny.ai/devices/'
}
],
},
{
title: 'Legal',
items: [
{
label: 'Privacy Policy',
href: 'https://printnanny.ai/privacy/'
},
{
label: 'Get Early Access Now',
href: 'https://printnanny.ai/shop/founding-membership'
label: 'Terms of Service',
href: 'https://printnanny.ai/terms/'
}
],
},
Expand Down

0 comments on commit 5b65273

Please sign in to comment.