Skip to content

Commit

Permalink
Initial push
Browse files Browse the repository at this point in the history
Had to delete the last one because we leaked some creds…
  • Loading branch information
zackkatz committed Jun 14, 2023
0 parents commit 7bad8cf
Show file tree
Hide file tree
Showing 718 changed files with 56,268 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: Deploy to GitHub Pages

on:
push:
branches:
- main

jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn

- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build website
run: yarn build

# Popular action to deploy to GitHub Pages:
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# Build output to publish to the `gh-pages` branch:
publish_dir: ./build
# The following lines assign commit authorship to the official
# GH-Actions bot for deploys to `gh-pages` branch:
# https://github.com/actions/checkout/issues/13#issuecomment-724415212
# The GH actions bot is used by default if you didn't specify the two fields.
# You can swap them out with your own user credentials.
user_name: github-actions[bot]
user_email: 41898282+github-actions[bot]@users.noreply.github.com
22 changes: 22 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Dependencies
/node_modules

# Production
/build
/docs/internal
/docs/support-guide

# Generated files
.docusaurus
.cache-loader

# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
41 changes: 41 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Website

This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.

### Installation

```
$ yarn
```

### Local Development

```
$ yarn start
```

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

### Build

```
$ yarn build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.

### Deployment

Using SSH:

```
$ USE_SSH=true yarn deploy
```

Not using SSH:

```
$ GIT_USER=<Your GitHub username> yarn deploy
```

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
3 changes: 3 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
};
91 changes: 91 additions & 0 deletions docs/general-help/billing/302-your-gravityview-account.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
---
id: "55f7525a9033600550f6b15b"
number: "302"
hasDraft: "1"
collectionId: "5fe214556451e825e3b8d359"
popularity: "5"
publicUrl: "https://docs.gravitykit.com/article/302-your-gravityview-account"
viewCount: "3043"
lastPublishedAt: "2022-11-14T22:32:37Z"
changeOrigin: "unknown"
name: "Your GravityKit Account page"
slug: "302-your-gravityview-account"
status: "published"
categories:
- "5fe21465f24ccf588e3fdac0"
keywords:
- "license key"
- "renew license"
- "upgrade license"
- "find my key"
- "purchase upgrade"
- "upgrade"
createdBy: "59634"
updatedBy: "59634"
updatedAt: "2023-01-02T17:55:55Z"
title: "Your GravityKit Account page"
hsEditUrl: "https://secure.helpscout.net/docs/5fe214556451e825e3b8d359/article/55f7525a9033600550f6b15b"
pagination_prev:
pagination_next:
last_update:
date: 2023-01-02T17:55:55Z
author: "Zack Katz"
---

# Your GravityKit Account page



### Find your license key

If you need to find your license key, first log into your [GravityKit Account page](https://www.gravitykit.com/account/).

#### 1. The license key is on the "Your Licenses" tab. Click inside the box to select the license key. Copy this text to your clipboard.

![Screenshot of the Account page](https://s3.amazonaws.com/helpscout.net/docs/assets/54c58489e4b051242988532c/images/634f5037927a2c1634dfba5f/file-12yIVJsw35.png)



#### 2. Now, go to the GravityView plugin and open the "Settings" page. Paste your license key and press "Activate." Your license is now active!

![Screenshot of GravityView's Settings page](https://s3.amazonaws.com/helpscout.net/docs/assets/54c58489e4b051242988532c/images/634f50ad8a552811521e65f7/file-HWuBfU2Ptr.png)

### Manage Active Sites

GravityKit licenses come with a fixed number of domains on which they can be activated. If you want to deactivate a domain, you can do on the *Settings* page of the GravityView plugin.

However, if you have previously transferred a, this won't work. In cases like these, you can manage your activated domains from your GravityKit Account page.

#### 1. Your activated sites are shown below your license key.

![Screenshot of the activated sites](https://s3.amazonaws.com/helpscout.net/docs/assets/54c58489e4b051242988532c/images/634f50e44d805871ceaa4891/file-ds1cAKZu4m.png)

2. To deactivate a site, Click on the "x" next to the domain you want to deactivate.

![Screenshot showing how to deactivate a website](https://s3.amazonaws.com/helpscout.net/docs/assets/54c58489e4b051242988532c/images/634f5128de258f5018eb58e4/file-7D19gek0Yz.png)

#### 3. You can now activate another site using your license key!

### Upgrading Your License

To upgrade your license, go to your [GravityKit Account page](https://www.gravitykit.com/account/).

#### If you can upgrade, the options will appear on the "Your Licenses" tab, under "Upgrades"*.* Click the link to upgrade.

![Screenshot of the links to upgrade a license](https://s3.amazonaws.com/helpscout.net/docs/assets/54c58489e4b051242988532c/images/634f5176927a2c1634dfba65/file-HI2TqZQCaP.png)

### Renew Your License

When your license expires, you can renew it on the [GravityKit Account page.](https://www.gravitykit.com/account/)

#### 1. Click the "Renew Your License Today" link next to the license you want to renew.

![Screenshot showing an expired license](https://s3.amazonaws.com/helpscout.net/docs/assets/54c58489e4b051242988532c/images/634f529d4d805871ceaa4898/file-bUqmwakSNG.png)

#### 2. You will be taken to the Checkout page where you'll see pricing information and possible discounts:

![Screenshot of the renewal page](https://s3.amazonaws.com/helpscout.net/docs/assets/54c58489e4b051242988532c/images/634f531c927a2c1634dfba6c/file-R4v2LtlqvN.png)

#### 3. Once you complete your purchase, the license will be shown as "Active" on your Account page.

![Screenshot showing an active license](https://s3.amazonaws.com/helpscout.net/docs/assets/54c58489e4b051242988532c/images/634f537dde258f5018eb58e7/file-1vZxszxr0C.png)
58 changes: 58 additions & 0 deletions docs/general-help/billing/347-upgrading-your-license.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
---
id: "571e4f73c6979178c2129925"
number: "347"
collectionId: "5fe214556451e825e3b8d359"
popularity: "1.2"
publicUrl: "https://docs.gravitykit.com/article/347-upgrading-your-license"
viewCount: "729"
lastPublishedAt: "2023-01-03T02:50:43Z"
changeOrigin: "hsapp-js"
name: "Upgrading your license"
slug: "347-upgrading-your-license"
status: "published"
categories:
- "5fe214db6451e825e3b8d360"
- "5fe21465f24ccf588e3fdac0"
keywords:
- "upgrading license"
- "upgrade"
- "purchase upgrade"
- "better license"
- "license"
- "galactic"
- "interstellar"
createdBy: "59634"
createdAt: "2016-04-25T17:10:11Z"
updatedBy: "59634"
updatedAt: "2023-01-03T02:50:43Z"
title: "Upgrading your license"
hsEditUrl: "https://secure.helpscout.net/docs/5fe214556451e825e3b8d359/article/571e4f73c6979178c2129925"
pagination_prev:
pagination_next:
last_update:
date: 2023-01-03T02:50:43Z
author: "Zack Katz"
---

# Upgrading your license


:::info

You can upgrade your license at any time by paying just **the difference in cost**.

:::



### First, access your [GravityKit Account page](https://www.gravitykit.com/account/).

### On your GravityKit Account page. If you are able to upgrade, the upgrade options will appear on the "Your Licenses" tab, under "Upgrades". Click the link to upgrade.

![Screenshot showing how to upgrade a license](https://s3.amazonaws.com/helpscout.net/docs/assets/54c58489e4b051242988532c/images/634f54309471985a5ac5373e/file-PFyB34ueBG.png)

### Once you click the link, you will be taken to GravityKit's cart page.

### You'll notice the upgrade price is applied in the cart.

![Screenshot showing the cart with the price of the upgrade](https://s3.amazonaws.com/helpscout.net/docs/assets/54c58489e4b051242988532c/images/634f549c4d805871ceaa48a0/file-Gh4yfFrUnc.png)
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
---
id: "59791ed9042863033a1b6920"
number: "423"
collectionId: "5fe214556451e825e3b8d359"
popularity: "0.9"
publicUrl: "https://docs.gravitykit.com/article/423-turning-off-auto-renew-subscriptions"
viewCount: "571"
lastPublishedAt: "2023-01-02T18:12:28Z"
changeOrigin: "hsapp-js"
name: "Turning off auto-renew subscriptions"
slug: "423-turning-off-auto-renew-subscriptions"
status: "published"
categories:
- "5fe21465f24ccf588e3fdac0"
keywords:
- "renewals"
- "subscriptions"
- "subscription"
- "recurring"
- "auto-pay"
- "cancel"
- "payments"
- "payment"
createdBy: "59634"
createdAt: "2017-07-26T22:59:37Z"
updatedBy: "59634"
updatedAt: "2023-01-02T18:12:28Z"
title: "Turning off auto-renew subscriptions"
hsEditUrl: "https://secure.helpscout.net/docs/5fe214556451e825e3b8d359/article/59791ed9042863033a1b6920"
pagination_prev:
pagination_next:
last_update:
date: 2023-01-02T18:12:28Z
author: "Zack Katz"
---

# Turning off auto-renew subscriptions

If you prefer to renew your subscriptions manually, it's easy!

**First, [visit the GravityKit Account page](https://www.gravitykit.com/account/)**.

### Log in to your GravityKit Account

![GravityKit Account login screen](https://www.gravitykit.com/wp-content/uploads/2018/01/log-in-to-your-gravityview-account.png?1501123334)

### Click the "Billing &amp; Invoices" tab

![The Billing & Invoices tab on the GravityKit Account page](https://www.gravitykit.com/wp-content/uploads/2018/01/click-the-billing-amp-invoices-tab.png)

### Click the "Cancel" link in the row containing the license

![A link that says Cancel](https://www.gravitykit.com/wp-content/uploads/2018/01/click-the-cancel-link-in-the-row-containing-the-license.png)

### Click "OK" when the warning appears

![A warning message](https://www.gravitykit.com/wp-content/uploads/2018/01/click-ok-when-the-warning-appears.png?1501123335)

### The page will reload, and you will see a message

![The subscription has been cancelled. When your license expires, it will not automatically renew.](https://www.gravitykit.com/wp-content/uploads/2018/01/the-subscription-has-been-cancelled-when-your-license-expires-it-will-not-automatically-renew.png?1501123335)

The message will confirm that your subscription has been canceled. Your license will no longer automatically renew, which means each time you would like to renew your license, you will need to go through the checkout process again.
39 changes: 39 additions & 0 deletions docs/general-help/billing/443-refunds.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
id: "5a792fe42c7d3a4a4198d446"
number: "443"
collectionId: "5fe214556451e825e3b8d359"
popularity: "1.2"
publicUrl: "https://docs.gravitykit.com/article/443-refunds"
viewCount: "727"
lastPublishedAt: "2022-12-27T20:45:03Z"
changeOrigin: "external"
name: "Refunds"
slug: "443-refunds"
status: "published"
categories:
- "5fe21465f24ccf588e3fdac0"
keywords:
- "refunds"
- "money"
- "refund"
- "money-back guarantee"
createdBy: "59634"
createdAt: "2018-02-06T04:32:36Z"
updatedBy: "59634"
updatedAt: "2022-12-27T20:45:03Z"
title: "Refunds"
hsEditUrl: "https://secure.helpscout.net/docs/5fe214556451e825e3b8d359/article/5a792fe42c7d3a4a4198d446"
pagination_prev:
pagination_next:
last_update:
date: 2022-12-27T20:45:03Z
author: "Zack Katz"
---

# Refunds

Our goal is to add value to your website and help you succeed. We want you to love our products. If you want a refund within 30 days of any purchase, we’ll refund your money—no questions asked.

We will process your refund as soon as we’re able to. Refunds, on average, take place within one business day.

**[Request a refund here](https://www.gravitykit.com/refund-policy/).**[](https://www.gravitykit.com/refund-policy/)
Loading

0 comments on commit 7bad8cf

Please sign in to comment.