Skip to content

Commit

Permalink
Remove comunity and enterprise text
Browse files Browse the repository at this point in the history
Signed-off-by: mohin7 <[email protected]>
  • Loading branch information
mohin7 committed Jan 24, 2024
1 parent b5b4f9e commit 4328bf6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 34 deletions.
2 changes: 1 addition & 1 deletion config.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ params:
search_api_key: 8fd610038d901dd16a111e6f1568343bb969b084a1952dafdcb1545fd8c35e96
learn_url: https://appscode.com/learn
docs_url: https://appscode.com/docs
blog_url: https://appscode.com/blog
blog_url: https://blog.appscode.com
slack_url: https://slack.appscode.com
github_url: https://github.com/appscode
twitter_url: https://twitter.com/AppsCodeHQ
Expand Down
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ params:
search_api_key: 8fd610038d901dd16a111e6f1568343bb969b084a1952dafdcb1545fd8c35e96
learn_url: https://appscode.com/learn
docs_url: https://appscode.com/docs
blog_url: https://appscode.com/blog
blog_url: https://blog.appscode.com
slack_url: https://slack.appscode.com
github_url: https://github.com/appscode
twitter_url: https://twitter.com/AppsCodeHQ
Expand Down
12 changes: 8 additions & 4 deletions data/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@
"kubeform"
]
},
"ossMenu": {
"c0": [
"guard"
],
"c1": [
"kubed"
]
},
"productMenu": {
"c0": [
"kubedb",
Expand All @@ -51,10 +59,6 @@
"c1": [
"kubevault",
"voyager"
],
"c2": [
"configsyncer",
"guard"
]
},
"products": [
Expand Down
12 changes: 4 additions & 8 deletions layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -864,12 +864,12 @@ <h5>{{ $user.name }}</h5>
<div class="columns is-vcentered">
<div class="column is-full-tablet is-half-tablet is-half-desktop">
<h3 data-aos="fade-up" data-aos-duration="500">Run and Manage your Database on Kubernetes FREE !</h3>
<p data-aos="fade-up" data-aos-duration="700">{{ $p.name }} community edition is FREE to use on any
<p data-aos="fade-up" data-aos-duration="700">{{ $p.name }} is FREE to use on any
supported Kubernetes engines. You can deploy and
manage
your database in Kubernetes using {{ $p.name }}. There is no up-front investment required. We
offer a 30 days license FREE
of cost to try {{ $p.name }} Enterprise edition.
of cost to try {{ $p.name }}.
</p>
</div>
<div
Expand All @@ -878,12 +878,8 @@ <h3 data-aos="fade-up" data-aos-duration="500">Run and Manage your Database on K
<a href="/docs/{{ $p.latestVersion }}/setup/" class="button ac-button is-white" data-aos="fade-up"
data-aos-duration="900">TRY NOW FREE</a>
<a href="{{ $.Site.Params.domain_appscode }}/contact/" class="button ac-button is-secondary"
style="background-color: transparent; border: 1px solid #e7e7e7; color: #ffffff;"><span>
<lord-icon class="inherit-color" speed="0.50" src="https://cdn.lordicon.com/uvextprq.json"
trigger="loop" target="a.is-white" trigger="hover"
style="width:22px;height:22px; margin-right: 8px;">
</lord-icon>
</span>CONTACT US</a>
style="background-color: transparent; border: 1px solid #e7e7e7; color: #ffffff;">
<span class="icon"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentcolor" class="w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" d="M8.625 9.75a.375.375.0 11-.75.0.375.375.0 01.75.0zm0 0H8.25m4.125.0a.375.375.0 11-.75.0.375.375.0 01.75.0zm0 0H12m4.125.0a.375.375.0 11-.75.0.375.375.0 01.75.0zm0 0h-.375m-13.5 3.01c0 1.6 1.123 2.994 2.707 3.227 1.087.16 2.185.283 3.293.369V21l4.184-4.183a1.14 1.14.0 01.778-.332 48.294 48.294.0 005.83-.498c1.585-.233 2.708-1.626 2.708-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394.0 0012 3c-2.392.0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018z"></path></svg></span><span>CONTACT US</span></a>
</div>
</div>
</div>
Expand Down
21 changes: 1 addition & 20 deletions layouts/partials/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,25 +149,6 @@ <h3>Can we try KubeDB?</h3>
</div>
<!-- single accordion item end -->

<!-- single accordion item start -->
<div class="single-accordion-item closed">
<!-- accordion heading start -->
<div class="accordion-heading">
<h3>Can I upgrade from Community edition to the Enterprise edition anytime?</h3>
<button class="icon">
<i class="fa fa-plus" aria-hidden="true"></i>
</button>
</div>
<!-- accordion heading end -->
<!-- accordion body start -->
<div class="accordion-body">
<p>Yes, you can seemlessly upgrade from the Community edition to the Enterprise Edition without any
downtime.</p>
</div>
<!-- accordion body end -->
</div>
<!-- single accordion item end -->

<!-- single accordion item start -->
<div class="single-accordion-item closed">
<!-- accordion heading start -->
Expand Down Expand Up @@ -232,4 +213,4 @@ <h3>Is my payment information safe?</h3>
</div>
</section>

<!--========================== faq area end ==========================-->
<!--========================== faq area end ==========================-->

0 comments on commit 4328bf6

Please sign in to comment.