diff --git a/content/pages/pricing.md b/content/pages/pricing.md new file mode 100644 index 00000000..5adab29d --- /dev/null +++ b/content/pages/pricing.md @@ -0,0 +1,6 @@ +title: Pricing +subtitle: +template: readthedocs/pricing +save_as: pricing.html +status: hidden +description: Read the docs pricing plans. diff --git a/package.json b/package.json index fefe45e1..6e59207a 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "src/js/index.js", "scripts": { "clean": "npm run clean-assets && npm run clean-html", - "clean-assets": "rm -rfv readthedocs-theme/static/*; exit 0", + "clean-assets": "rm -rfv readthedocs-theme/static/{css,js}; exit 0", "clean-html": "rm -rfv output/*; exit 0", "build": "npm run build-assets && npm run build-html", "build-assets": "npm run clean-assets && webpack --mode=production --progress --colors", diff --git a/readthedocs-theme/templates/readthedocs/pricing.html b/readthedocs-theme/templates/readthedocs/pricing.html new file mode 100644 index 00000000..d662585a --- /dev/null +++ b/readthedocs-theme/templates/readthedocs/pricing.html @@ -0,0 +1,384 @@ +{% extends "page.html" %} + +{% block body_id %}pricing{% endblock %} + +{% block content %} + + +
+
+ +
+
+ Read the Docs +
+

+ for Business +

+
+ +
+ + +
+ +
+ +
Basic
+ +
$50
+
+ per month +
+ + + +
+ +
+
+
+
Automatic building
+
on every commit
+
+
+
+
+
Multi-version handling
+
from branches or tags
+
+
+
+
+
Private Versions
+
+
+
+
+
Live PR preview
+
Live preview of all pull requests
+
+
+
+
+
Unlimited projects & users
+
+
+
+
+
API access
+
+
+
+
+
Enhanced full-text search
+
+
+
+
+
Multiple formats
+
HTML, PDF, and EPUB
+
+
+
+
+
Email build failure notifications
+
+
+
+
+
2 day support response time
+
+
+
+
+
2 Concurrent builds
+
+
+
+ +
+
+
+ + + +
+ +
+ +
Advanced
+ +
$150
+
+ per month +
+ + + +
+ +
+
+
+
All the features from the Basic plan
+
+
+
+
+
4 Concurrent builds
+
+
+
+
+
Custom domains
+
+
+
+
+
Content embedding
+
+
+
+
+
Search term analytics
+
30 days
+
+
+
+
+
Pageview analytics
+
30 days
+
+
+
+ +
+
+
+ + + +
+ +
+ +
Pro
+ +
$250
+
+ per month +
+ + + +
+ +
+
+
+
All the features from the Advanced plan
+
+
+
+
+
1 day support response time
+
+
+
+
+
6 Concurrent builds
+
+
+
+
+
Search term analytics
+
90 days
+
+
+
+
+
Pageview analytics
+
90 days
+
+
+
+
+
Auth auditing
+
90 days
+
+
+
+
+
Single sign-on (SSO)
+
with Google
+
+
+
+ +
+
+
+ + +
+ +
+
+ Base Plans +
+
+ +
+ + +
+ +
+ +
Base
+ +
Open Source
+
+ forever free +
+ + + +
+ +
+
+
+
Automatic building
+
on every commit
+
+
+
+
+
Multi-version handling
+
from branches or tags
+
+
+
+
+
Enhanced full-text search
+
+
+
+
+
Multiple formats
+
HTML, PDF, and EPUB
+
+
+
+ +
+
+
+ + + +
+ +
+ +
Ad-free
+ +
from $5
+
+ one-time donation + limited time +
+ + + +
+ +
+
+
+
Upgrade to an Ad-free user, for a limited period of time, with all the features from the open source plan
+
+
+
+ +
+
+
+ + + +
+ +
+ +
Gold
+ +
from $5
+
+ per month +
+ + + +
+ +
+
+
+
All the features from the Advanced plan
+
+
+
+
+
Ad-free user
+
stop seeing ads on any Read the Docs hosted documentation when logged in your account
+
+
+
+
+
Ad-free documentation
+
stop showing ads to readers on hosted documentation
+
+
+
+ +
+
+
+ + +
+ +
+
+ + + +
+
+ +
+ +
+
+ +

About our platforms

+

+ A question our users often have is what the difference is between Read the Docs Community and Read the Docs for Business. The features available on both platforms are the same. The primary difference is the audience and use cases that are supported. +

+ +
+
+ +
+ + + +
+
+ +{% endblock content %}