Skip to content

Commit

Permalink
update references to apps on pricing page (#3431)
Browse files Browse the repository at this point in the history
* update references to apps on pricing page

* Add safe redirects (JS)

* hackathon: Nail ~plugin docs~ apps (#3253)

* list apps on homepage (wip)

* update menu, create hubspot page as example

* adds app store block to homepage

* updated menu structure

* updated homepage hero messaging

* integrated documentation with the main hubspot page

* created hubspot tutorials

* modernizing hero while still using older "product analytics" language

* urls for apps

* fix the thing

* polish

* like grammar

* created a bunch of app pages

* Update index.mdx

* Update index.mdx

* Update index.mdx

* tons more apps added

* Update index.mdx

* Update index.mdx

* bigquery export done

* Update index.mdx

* added s3 and did a little tidying

* Update index.mdx

* Update index.mdx

* added redshift and snowflake

* Fix typos

* Update index.mdx

* created salesforce connector docs

* creates /apps page, moves apps logos into component

* geoip docs

* messaging updates to product page

* pagerduty doc

* docs

* final bits

* adding built-in apps to apps list

* tutorials core

* tutorial images

* banners for tuts

* yet more pages made

* list out all built-in apps with icons

* created more things

* ALL THE APPS

* tweak

* move /product/feature-name to /apps/app-name

* more directory changes (product → apps)

* redirects and updating links

* Add safe redirects (JS)

* Big documentation format update

* Added free button (badly lol)

* tidying up a few bits

* Hitting all the data warehouses with some new copy

* More plugin info

* more apps

* More apps

* another app

* Gosh I feel ill

* cough cough very ill rn

* fixed syntax

* Fix typos

* lots more apps

* Fix typos

* more apps

* did somebody say...APPS?

* deez apps

* are we done?

* Fix typos

* Done. For now. Also, sidebars.

* typo

* Adding contributor attribution and source code

* Fix typos

* Added requirements for all apps

* Dozens of consistency tweaks

* Consistency tweaks to every page

* Visual tweaks

* Consistency and content polish

* Final pass of product page polish

* Fixing something from a new plugin update

* Update index.mdx

* Removing tutorials

* remove

* Updating all array, case studies and blog posts with plugins to apps

Excl. the state of plugins post, for impact and SEO reasons.

* Update plugins to apps

This doesn't update URLs, code segments and some specific pieces which would seem to have technical impact. It is limited to all docs body copy.

* Handbook changes

* Big doc update

* Renaming the apps section. Hopefully redirect will kick in?

* Logos, adding final apps, updating applist

* Docs for emanueles new apps

* Redirects and menu fixes

* Removing built-in apps from home and /apps

* Remove built-in apps from the /product page

* Timeline: plugins to apps

* Amazon Kinesis app

* Last app descriptions

* Making braze app beta

* minor correction to url for twilio

* Apps everywhere cleanup (#3425)

* update app template

* add filters

* source apps

* add filters

* add build your own tile

* filter scroll

* Fix typos

* specifying # built-in products vs 3rd party apps

Co-authored-by: PostHog <hey@posthog.com>
Co-authored-by: Cory Watilo <corywatilo@gmail.com>

* Add safe redirects (JS)

* Vendasta case study plugin reference

* hide built in apps

* general cleanup

* 50-ish tho

* more this and that

* change references from plugins and integrations to apps

* partial revert

* move product pages back into /product from /apps

* restore product subpage nav

* add product page template

* byo min height

* splat redirects

* extend hover color

* renaming a bunch of things from plugins/integrations to apps

* fixing a few final references from integrations → apps

Co-authored-by: Cory Watilo <corywatilo@gmail.com>
Co-authored-by: Joe Martin <84011561+joethreepwood@users.noreply.github.com>
Co-authored-by: PostHog <hey@posthog.com>
Co-authored-by: Eli Kinsey <eli@ekinsey.dev>

* maybe don't use development fonts in prod 🙄

Co-authored-by: Cory Watilo <corywatilo@gmail.com>
Co-authored-by: PostHog <hey@posthog.com>
Co-authored-by: James Hawkins <47497682+jamesefhawkins@users.noreply.github.com>
Co-authored-by: Joe Martin <84011561+joethreepwood@users.noreply.github.com>
Co-authored-by: Eli Kinsey <eli@ekinsey.dev>
  • Loading branch information
6 people authored May 13, 2022
1 parent b3ee5cc commit 556fcab
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
16 changes: 16 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1418,3 +1418,19 @@
[[redirects]]
from = "/product-features"
to = "/blog/posthog-vs-amplitude"

# Added: 2022-05-13
[[redirects]]
from = "/docs/plugins/build/reference"
to = "/docs/apps/build/reference"

# Added: 2022-05-13
[[redirects]]
from = "/docs/plugins/build/types"
to = "/docs/apps/build/types"

# Added: 2022-05-13
[[redirects]]
from = "/docs/plugins/enabling"
to = "/docs/apps/enabling"

8 changes: 6 additions & 2 deletions src/components/Pricing/PricingTable/Plans.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@ export const OpenSource = () => {
>
Deploy now
</TrackedCTA>
<span className="h-[49.5px] flex justify-center items-center text-black opacity-50">
Includes community support on Slack
<span className="h-[49.5px] text-center text-gray">
Includes community support via our{' '}
<Link href="/questions" className="text-red">
Questions?
</Link>{' '}
page and <Link href="/slack">Slack</Link>
</span>
</Plan>
)
Expand Down
4 changes: 2 additions & 2 deletions src/components/Pricing/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ export const features = {
],
'Platform features': [
{ title: 'Dashboards' },
{ title: 'Event Autocapture' },
{ title: 'Event autocapture' },
{ title: 'Annotations' },
{ title: 'API' },
{ title: 'Plugins' },
{ title: 'Apps' },
{ title: 'Data I/O' },
],
'Advanced features': [
Expand Down

0 comments on commit 556fcab

Please sign in to comment.