Skip to content

Commit c0151a4

Browse files
committed
chore: updated docs
1 parent b355d86 commit c0151a4

File tree

6 files changed

+42
-6
lines changed

6 files changed

+42
-6
lines changed

.eslintrc.cjs

-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ module.exports = {
44
rules: {
55
"vue/max-attributes-per-line": "off",
66
"vue/multi-word-component-names": "off",
7-
semi: ["error", "never"],
87
},
98
};

components/content/HeroAnnouncement.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<script setup>
1+
<script setup lang="ts">
22
defineProps({
33
to: {
44
type: String,

components/content/Image.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<script setup>
1+
<script setup lang="ts">
22
defineProps({
33
src: {
44
type: String,

content/1.documentation/5.self-host/0.getting-started.md

+37
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,40 @@ SAML-based SSO, on-prem deployment, audit logs, and more. Hoppscotch Enterprise
3131

3232
::
3333
::
34+
35+
::card
36+
37+
#title
38+
**Hoppscotch Self-Host is available in two editions:**
39+
#description
40+
41+
:br
42+
43+
::list{type="success"}
44+
45+
- Community Edition
46+
- Enterprise Edition
47+
48+
::
49+
50+
:br
51+
52+
Here's a quick comparison of the two editions:
53+
54+
:br
55+
:br
56+
57+
| **Self-Host** | **Community Edition** (CE) | **Enterprise Edition** (EE) |
58+
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
59+
| | We build software in the open, with permissive licenses and thriving communities because we believe investing in open source will help leave the world a little better than we found it. | Deploy Hoppscotch on-premise with our support. Securely manage, organize, and accelerate API-first development at scale. Hoppscotch Self-Host is the one-stop solution to own control over your APIs, data, and privacy. |
60+
| Distribution | Open-source. | Open-core. |
61+
| Installation | Install, administer, and maintain on your own. | Install, administer, and maintain on your own with our priority support. |
62+
| Upgrades and maintenance | Update it yourself. Quarterly releases. | Guaranteed quarterly updates. Take advantage of the priority support for early birds. |
63+
| Hosting and Deployment | Self-managed so you can deploy in your own data center or cloud capacity. | Self-managed so you can deploy in your own data center or cloud capacity. |
64+
| Advanced admin tools | Not included. | Access advanced admin tools to govern, audit, and secure user permissions and data. Includes features like user permissions, SAML-based SSO authentication, audit logs, and more. |
65+
| Support | Community forums. | Dedicated support from the Hoppscotch team to provide critical response SLA, help establish best practices, and be an on-demand resource for ongoing questions. |
66+
| Pricing | Free. | $19/user/mo<br>Billed monthly.<br>[Purchase license from Hoppscotch Enterprise Store](https://enterprise.hoppscotch.com). |
67+
68+
Jump to the [**Community Edition**](/documentation/self-host/community-edition/getting-started) or [**Enterprise Edition**](/documentation/self-host/enterprise-edition/getting-started) guide to get started.
69+
70+
::

content/1.documentation/5.self-host/2.enterprise-edition/1.prerequisites.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Hoppscotch is a self-hosted API development platform, packaged as a set of Docke
88

99
## Enterprise License Key
1010

11-
To start using Hoppscotch Enterprise, you will need to purchase a license from the [Hoppscotch Enterprise Store](http://enterprise.hoppscotch.com). Once you have purchased a license, you will receive an email with the license key. You can also find the license key in your [Hoppscotch Enterprise Dashboard](https://enterprise.hoppscotch.com/dashboard).
11+
To start using Hoppscotch Enterprise, you will need to purchase a license from the [Hoppscotch Enterprise Store](https://enterprise.hoppscotch.com). Once you have purchased a license, you will receive an email with the license key. You can also find the license key in your [Hoppscotch Enterprise Dashboard](https://enterprise.hoppscotch.com/dashboard).
1212

1313
::alert{type="info"}
1414
::list{type="info"}

content/1.documentation/9.develop.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,15 @@ Pull requests are the best way to propose changes to the codebase (we use [GitHu
7979

8080
### Any contributions you make will be under the MIT Software License
8181

82-
In short, when you submit code changes, your submissions are understood to be under the same [MIT License](http://choosealicense.com/licenses/mit) that covers the project. Feel free to contact the maintainers if that's a concern.
82+
In short, when you submit code changes, your submissions are understood to be under the same [MIT License](https://choosealicense.com/licenses/mit) that covers the project. Feel free to contact the maintainers if that's a concern.
8383

8484
#### Report bugs using GitHub's Issues
8585

8686
We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/hoppscotch/hoppscotch/issues); it's that easy!
8787

8888
#### Write bug reports with detail, background, and sample code
8989

90-
[This is an example](http://stackoverflow.com/q/12088905/180626) of a bug report I wrote, and I think it's not a bad model. Here's [another example](http://www.openradar.me/11905408).
90+
[This is an example](https://stackoverflow.com/q/12088905/180626) of a bug report I wrote, and I think it's not a bad model. Here's [another example](https://www.openradar.me/11905408).
9191

9292
**Great Bug Reports** tend to have:
9393

0 commit comments

Comments
 (0)