Skip to content

Commit 0d8a721

Browse files
committed
Merge branch 'main' into fix/update-nested
2 parents 525863d + b9a81f4 commit 0d8a721

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
lines changed

docs/index.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ const pgServer = new PostgresServer(mongoClient, 'mydb', {
412412
.package-features li {
413413
padding: 8px 0 8px 30px;
414414
position: relative;
415+
list-style: none;
415416
}
416417

417418
.package-features li:before {
@@ -454,8 +455,7 @@ const pgServer = new PostgresServer(mongoClient, 'mydb', {
454455
<div class="pricing-header">
455456
<h3>Professional</h3>
456457
<div class="pricing-cost">
457-
<span class="price">$98/month</span>
458-
<span class="price-period">or $995/year</span>
458+
<span class="price">$995/year</span>
459459
</div>
460460
<p class="pricing-description">Up to 10 developers</p>
461461
</div>
@@ -471,7 +471,7 @@ const pgServer = new PostgresServer(mongoClient, 'mydb', {
471471
</div>
472472
473473
<div class="pricing-footer">
474-
<a href="mailto:sales@queryleaf.com?subject=QueryLeaf Professional License" class="md-button">
474+
<a href="https://buy.stripe.com/4gwcP69t9h2Y304fYY" target="_blank" class="md-button">
475475
Purchase License
476476
</a>
477477
</div>
@@ -481,8 +481,7 @@ const pgServer = new PostgresServer(mongoClient, 'mydb', {
481481
<div class="pricing-header">
482482
<h3>Business</h3>
483483
<div class="pricing-cost">
484-
<span class="price">$199/month</span>
485-
<span class="price-period">or $1995/year</span>
484+
<span class="price">$1995/year</span>
486485
</div>
487486
<p class="pricing-description">Up to 50 developers</p>
488487
</div>
@@ -498,7 +497,7 @@ const pgServer = new PostgresServer(mongoClient, 'mydb', {
498497
</div>
499498
500499
<div class="pricing-footer">
501-
<a href="mailto:sales@queryleaf.com?subject=QueryLeaf Business License" class="md-button md-button--primary">
500+
<a href="https://buy.stripe.com/14k4iAbBh3c8fMQaEF" class="md-button md-button--primary">
502501
Purchase License
503502
</a>
504503
</div>
@@ -509,7 +508,6 @@ const pgServer = new PostgresServer(mongoClient, 'mydb', {
509508
<h3>Enterprise</h3>
510509
<div class="pricing-cost">
511510
<span class="price">Contact</span>
512-
<span class="price-period">custom pricing</span>
513511
</div>
514512
<p class="pricing-description">For large organizations and OEM licensing</p>
515513
</div>
@@ -525,7 +523,7 @@ const pgServer = new PostgresServer(mongoClient, 'mydb', {
525523
</div>
526524
527525
<div class="pricing-footer">
528-
<a href="mailto:enterprise@queryleaf.com?subject=QueryLeaf Enterprise License" class="md-button">
526+
<a href="mailto:sales@queryleaf.com?subject=QueryLeaf Enterprise License" class="md-button">
529527
Contact Sales
530528
</a>
531529
</div>
@@ -542,7 +540,7 @@ const pgServer = new PostgresServer(mongoClient, 'mydb', {
542540
</div>
543541
</div>
544542
<p class="community-description">
545-
Free for personal use, trial under commercial license, or free forever under AGPL
543+
Free for personal use, trialing features during development, or free forever under the terms of the AGPL
546544
</p>
547545
<div class="community-features">
548546
<ul>
@@ -553,7 +551,7 @@ const pgServer = new PostgresServer(mongoClient, 'mydb', {
553551
</ul>
554552
</div>
555553
</div>
556-
<div class="community-cta">
554+
<div class="community-cta" style="z-index:100; position:relative;">
557555
<a href="getting-started/installation/" class="md-button">
558556
Get Started Free
559557
</a>

docs/stylesheets/home.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ body.homepage .md-content__inner > :not(.hero):not(.features-section):not(.code-
284284
bottom: 0;
285285
background-image: url('data:image/svg+xml;utf8,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><path d="M54 22c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm-48 0c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm6 18c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm12 0c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm12 0c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm12 0c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z" fill="rgba(76, 175, 80, 0.03)"/></svg>');
286286
opacity: 0.5;
287+
z-index: 0;
287288
}
288289

289290
.code-sample-section .section-title h2 {
@@ -413,12 +414,16 @@ body.homepage .md-content__inner > :not(.hero):not(.features-section):not(.code-
413414
.code-sample-buttons {
414415
text-align: center;
415416
margin-top: 2.5rem;
417+
position: relative;
418+
z-index: 10;
416419
}
417420

418421
.code-sample-buttons .md-button {
419422
min-width: 200px;
420423
font-weight: 600;
421424
padding: 0.8rem 1.8rem;
425+
position: relative;
426+
z-index: 10;
422427
}
423428

424429
@media (max-width: 1024px) {

docs/support/license-faq.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# License FAQ
22

3+
## Managing existing licenses
4+
5+
Go to the [QueryLeaf Billing Dashboard](https://billing.stripe.com/p/login/bIYdRKdtcfklgdqaEE) to manage existing subscriptions
6+
37
## General Questions
48

59
### What license does QueryLeaf use?
@@ -41,7 +45,7 @@ The Commercial License prohibits:
4145
- Removing copyright notices
4246

4347
### Do I need a license for each developer or for each deployment?
44-
Our pricing is structured per developer for the Developer License. The Business License covers unlimited developers. There are no additional per-deployment or per-server fees.
48+
Pricing is tiered based on the number of developers at your organization, and the number of MongoDB servers you will be using QueryLeaf with. See the pricing section on the [homepage](/) for more information.
4549

4650
### Do I need to purchase a separate license for the PostgreSQL Server?
4751
No, all server components (Web Server and PostgreSQL Server) are included in the same Commercial License. There's no need to purchase separate licenses for different components.

0 commit comments

Comments
 (0)