-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: V2 documentation #44
Conversation
✅ Deploy Preview for swiftwave ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
- **Swiftwave Daemon** - This is the heart of the SwiftWave. | ||
- **HAProxy** - This is responsible for handling TCP/HTTP/HTTPS traffic, load balancing and SSL termination. | ||
- **UDPPRoxy** - This is [custom built tool](https://github.com/swiftwave-org/udpproxy) to handle UDP traffic. | ||
- **Volume Toolkit** - This is a [custom built tool](https://github.com/swiftwave-org/volume-toolkit) to perform various operations like size calculation, snapshot creation, restoration of persistent volumes, etc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
This word is normally spelled with a hyphen. (EN_COMPOUNDS_CUSTOM_BUILT)
Suggestions: custom-built
Rule: https://community.languagetool.org/rule/show/EN_COMPOUNDS_CUSTOM_BUILT?lang=en-US
Category: MISC
- **HAProxy** - This is responsible for handling TCP/HTTP/HTTPS traffic, load balancing and SSL termination. | ||
- **UDPPRoxy** - This is [custom built tool](https://github.com/swiftwave-org/udpproxy) to handle UDP traffic. | ||
- **Volume Toolkit** - This is a [custom built tool](https://github.com/swiftwave-org/volume-toolkit) to perform various operations like size calculation, snapshot creation, restoration of persistent volumes, etc. | ||
- **Stats Ninja** - This is again a [custom built tool](https://github.com/swiftwave-org/stats-ninja) to record resource usage of server and deployed applications. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
This word is normally spelled with a hyphen. (EN_COMPOUNDS_CUSTOM_BUILT)
Suggestions: custom-built
Rule: https://community.languagetool.org/rule/show/EN_COMPOUNDS_CUSTOM_BUILT?lang=en-US
Category: MISC
We will know more about each things in the next section. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
The noun should probably be in the singular form. (EVERY_EACH_SINGULAR[1])
Suggestions: thing
URL: https://languagetool.org/insights/post/word-choice-each-and-every/
Rule: https://community.languagetool.org/rule/show/EVERY_EACH_SINGULAR?lang=en-US&subId=1
Category: GRAMMAR
@@ -0,0 +1,153 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
```bash | ||
curl -fsSL https://get.docker.com | sudo bash - | ||
sudo systemctl enable docker.service | ||
sudo systemctl enable containerd.service |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
If a new sentence starts here, add a space and start with an uppercase letter. (LC_AFTER_PERIOD[1])
Suggestions: Service
, service
Rule: https://community.languagetool.org/rule/show/LC_AFTER_PERIOD?lang=en-US&subId=1
Category: CASING
curl -fsSL https://get.docker.com | sudo bash - | ||
sudo systemctl enable docker.service | ||
sudo systemctl enable containerd.service | ||
sudo systemctl start docker.service |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
If a new sentence starts here, add a space and start with an uppercase letter. (LC_AFTER_PERIOD[1])
Suggestions: Service
, service
Rule: https://community.languagetool.org/rule/show/LC_AFTER_PERIOD?lang=en-US&subId=1
Category: CASING
sudo systemctl enable docker.service | ||
sudo systemctl enable containerd.service | ||
sudo systemctl start docker.service | ||
sudo systemctl start containerd.service |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
If a new sentence starts here, add a space and start with an uppercase letter. (LC_AFTER_PERIOD[1])
Suggestions: Service
, service
Rule: https://community.languagetool.org/rule/show/LC_AFTER_PERIOD?lang=en-US&subId=1
Category: CASING
```bash | ||
sudo mkdir -p /etc/apt/keyrings | ||
sudo mkdir /root/.gnupg | ||
sudo gpg --no-default-keyring --keyring /etc/apt/keyrings/swiftwave.gpg --keyserver keyserver.ubuntu.com --recv-keys DD510C86CD3F6764 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
Possible typo: you repeated a word (ENGLISH_WORD_REPEAT_RULE)
Suggestions: keyserver
Rule: https://community.languagetool.org/rule/show/ENGLISH_WORD_REPEAT_RULE?lang=en-US
Category: MISC
| 🚪 Ingress Rules | Manage exposed domains and routes for your applications | [***Click Here***](/docs/dashboard/ingress-rules) | | ||
| 🔄 Redirect Rules | Manage domain redirection and HTTPS redirection for your applications | [***Click Here***](/docs/dashboard/redirect-rules) | | ||
| 👥 Manage Users | Manage admin users for your hosted SwiftWave instance | [***Click Here***](/docs/dashboard/manage-users) | | ||
| 🔒 Change Password | Change password for currently logged In user | [***Click Here***](/docs/dashboard/change_password) | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
When ‘logged-In’ is used as a modifier, it is usually spelled with a hyphen. (LOGGED_IN_HYPHEN[1])
Suggestions: logged-In
URL: https://languagetool.org/insights/post/hyphen/#compound-adjectives-with-hyphens
Rule: https://community.languagetool.org/rule/show/LOGGED_IN_HYPHEN?lang=en-US&subId=1
Category: GRAMMAR
@@ -0,0 +1,16 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
6. Install NodeJS by following [this guide](https://deb.nodesource.com/) | ||
7. You are all set! 🎉 | ||
4. Install Golang by following [this guide](https://golang.org/doc/install) | ||
5. Install NodeJS by following [this guide](https://deb.nodesource.com/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
The official spelling of this programming framework is “Node.js”. (NODE_JS[3])
Suggestions: Node.js
Rule: https://community.languagetool.org/rule/show/NODE_JS?lang=en-US&subId=3
Category: COMPOUNDING
| Project | Description | Tech Stack | GitHub Link | Setup Guide | | ||
| ----------------------------- | ------------------------------------------------------------------------------- | ------------------ | ------------------------------------------------------------- | ------------------------------------------------------------- | | ||
| SwiftWave | Core PaaS | Golang | [Click Here](https://github.com/swiftwave-org/swiftwave) | [Click Here](/docs/development_setup) | | ||
| Dashboard | Web interface for SwiftWave. | VueJS, TailwindCSS | [Click Here](https://github.com/swiftwave-org/dashboard) | [Click Here](https://github.com/swiftwave-org/dashboard) | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
The official spelling of this programming framework is “Vue.js”. (NODE_JS[3])
Suggestions: Vue.js
Rule: https://community.languagetool.org/rule/show/NODE_JS?lang=en-US&subId=3
Category: COMPOUNDING
| Dashboard | Web interface for SwiftWave. | VueJS, TailwindCSS | [Click Here](https://github.com/swiftwave-org/dashboard) | [Click Here](https://github.com/swiftwave-org/dashboard) | | ||
| UDPProxy | Custom UDP Proxy to forward UDP traffic from outside word to internal services. | Golang | [Click Here](https://github.com/swiftwave-org/udpproxy) | [Click Here](https://github.com/swiftwave-org/udpproxy) | | ||
| Volume Toolkit | Custom tool to analyze volume size, handle backup and restore of volume. | Golang | [Click Here](https://github.com/swiftwave-org/volume-toolkit) | [Click Here](https://github.com/swiftwave-org/volume-toolkit) | | ||
| Stats Ninja | Custom tool to record resource usage of all server and deployed applications. | Golang | [Click Here](https://github.com/swiftwave-org/stats-ninja) | [Click Here](https://github.com/swiftwave-org/stats-ninja) | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
With the quantifier ‘all’, the plural form may be more appropriate here. (OF_ALL_PLURAL[1])
Suggestions: servers
Rule: https://community.languagetool.org/rule/show/OF_ALL_PLURAL?lang=en-US&subId=1
Category: GRAMMAR
@@ -0,0 +1,35 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
|
||
![Deploy Stack](/assets/2.x.x/deploy-stack.png) | ||
|
||
In **SwiftWave**, you have also support to deploy multiple applications using stack file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
Possible agreement error -- use the past participle here. (HAVE_PART_AGREEMENT[2])
Suggestions: supported
URL: https://languagetool.org/insights/post/to-have-grammar/
Rule: https://community.languagetool.org/rule/show/HAVE_PART_AGREEMENT?lang=en-US&subId=2
Category: GRAMMAR
|
||
|
||
### Issue SSL Certificate 🛡️ | ||
Swiftwave has Let's Encrypt integration. You can issue a SSL certificate for your domain by clicking on `Issue SSL` button. | ||
|
||
### SSL Auto Renewal | ||
Swiftwave does not support SSL auto renewal yet. You will have to manually renew your SSL certificate every 90 days. You can do so by clicking on `Issue SSL` button. We will be adding SSL auto renewal feature soon. | ||
From V2, Swiftwave supports SSL auto renewal. You don't need to worry about renewing your SSL certificate manually. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
This word is normally spelled with a hyphen. (EN_COMPOUNDS_AUTO_RENEWAL)
Suggestions: auto-renewal
Rule: https://community.languagetool.org/rule/show/EN_COMPOUNDS_AUTO_RENEWAL?lang=en-US
Category: MISC
@@ -0,0 +1,58 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
@@ -0,0 +1,26 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
|
||
## System Logs | ||
|
||
You can click on `System Logs` to view the system logs. It have both normal and error logs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
After ‘It’, use the third-person verb form “has”. (IT_VBZ[1])
Suggestions: has
Rule: https://community.languagetool.org/rule/show/IT_VBZ?lang=en-US&subId=1
Category: GRAMMAR
> **Note :** You can't delete current logged in user. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
When ‘logged-in’ is used as a modifier, it is usually spelled with a hyphen. (LOGGED_IN_HYPHEN[1])
Suggestions: logged-in
URL: https://languagetool.org/insights/post/hyphen/#compound-adjectives-with-hyphens
Rule: https://community.languagetool.org/rule/show/LOGGED_IN_HYPHEN?lang=en-US&subId=1
Category: GRAMMAR
@@ -0,0 +1,29 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
2. Search for the app you want to install | ||
3. Click on the app you want to install | ||
4. Click the variant you want to install | ||
5. Click the install button |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
The word ‘install’ is not a noun. (A_INSTALL[1])
Suggestions: installation
Rule: https://community.languagetool.org/rule/show/A_INSTALL?lang=en-US&subId=1
Category: GRAMMAR
5. Click the install button | ||
6. Fill up the required details | ||
7. Configure the ingress rules. You can also ignore those by tapping on the cross icon | ||
8. Click on the install button |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
The word ‘install’ is not a noun. (A_INSTALL[1])
Suggestions: installation
Rule: https://community.languagetool.org/rule/show/A_INSTALL?lang=en-US&subId=1
Category: GRAMMAR
@@ -0,0 +1,34 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
|
||
![SSH Console](/assets/2.x.x/application-ssh-console.png) | ||
|
||
After selecting the server, it will open the SSH console and you can run any command inside the application now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
Use a comma before ‘and’ if it connects two independent clauses (unless they are closely connected and short). (COMMA_COMPOUND_SENTENCE[1])
Suggestions: , and
URL: https://languagetool.org/insights/post/types-of-sentences/#compound-sentence
Rule: https://community.languagetool.org/rule/show/COMMA_COMPOUND_SENTENCE?lang=en-US&subId=1
Category: PUNCTUATION
@@ -0,0 +1,9 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
> 📌 Note: If you have deployed your application using git, currently you can't switch to docker image deployment or something else. In future, we will try to support this feature. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
The phrase ‘In future’ is British English. Did you mean: “In the future”? (IN_FUTURE[1])
Suggestions: In the future
URL: https://www.merriam-webster.com/dictionary/in%20future
Rule: https://community.languagetool.org/rule/show/IN_FUTURE?lang=en-US&subId=1
Category: BRITISH_ENGLISH
@@ -0,0 +1,14 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
LanguageTool
versioned_docs/version-2.0.x/cli/snapshot.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/cli/snapshot.md|11 col 8| The word “backup” is a noun. The verb is spelled with a space. (NOUN_VERB_CONFUSION[1])
Suggestions: back up
Rule: https://community.languagetool.org/rule/show/NOUN_VERB_CONFUSION?lang=en-US&subId=1
Category: GRAMMAR
versioned_docs/version-2.0.x/cli/start.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/cli/tls/disable.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/cli/tls/enable.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/cli/tls/generate.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/cli/tls/index.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/cli/tls/renew.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/cli/tq/index.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/cli/tq/inspect.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/cli/tq/ls.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/cli/tq/purge.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/cli/update.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/cli/user/create.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/cli/user/delete.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/cli/user/index.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/contribution_guideline.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/contribution_guideline.md|12 col 2| It seems that an article is missing. Did you mean “the couple of” or “a couple of”? (BUNCH_OF[2])
Suggestions: the couple of
, a couple of
Rule: https://community.languagetool.org/rule/show/BUNCH_OF?lang=en-US&subId=2
Category: GRAMMAR
versioned_docs/version-2.0.x/contribution_guideline.md|17 col 110| The official spelling of this programming framework is “Vue.js”. (NODE_JS[3])
Suggestions: Vue.js
Rule: https://community.languagetool.org/rule/show/NODE_JS?lang=en-US&subId=3
Category: COMPOUNDING
versioned_docs/version-2.0.x/contribution_guideline.md|20 col 72| With the quantifier ‘all’, the plural form may be more appropriate here. (OF_ALL_PLURAL[1])
Suggestions: servers
Rule: https://community.languagetool.org/rule/show/OF_ALL_PLURAL?lang=en-US&subId=1
Category: GRAMMAR
versioned_docs/version-2.0.x/contribution_guideline.md|33 col 7| The official name of this software platform is spelled with a capital “H”. (GITHUB[1])
Suggestions: GitHub
URL: https://en.wikipedia.org/wiki/GitHub
Rule: https://community.languagetool.org/rule/show/GITHUB?lang=en-US&subId=1
Category: CASING
versioned_docs/version-2.0.x/contribution_guideline.md|34 col 15| This word is normally spelled with a hyphen. (EN_COMPOUNDS_BEGINNER_FRIENDLY)
Suggestions: beginner-friendly
Rule: https://community.languagetool.org/rule/show/EN_COMPOUNDS_BEGINNER_FRIENDLY?lang=en-US
Category: MISC
versioned_docs/version-2.0.x/dashboard/application_details/actions.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/application_details/actions.md|34 col 56| Use a comma before ‘and’ if it connects two independent clauses (unless they are closely connected and short). (COMMA_COMPOUND_SENTENCE[1])
Suggestions: , and
URL: https://languagetool.org/insights/post/types-of-sentences/#compound-sentence
Rule: https://community.languagetool.org/rule/show/COMMA_COMPOUND_SENTENCE?lang=en-US&subId=1
Category: PUNCTUATION
versioned_docs/version-2.0.x/dashboard/application_details/analytics.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/application_details/application_update_source.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/application_details/application_update_source.md|16 col 133| The phrase ‘In future’ is British English. Did you mean: “In the future”? (IN_FUTURE[1])
Suggestions: In the future
URL: https://www.merriam-webster.com/dictionary/in%20future
Rule: https://community.languagetool.org/rule/show/IN_FUTURE?lang=en-US&subId=1
Category: BRITISH_ENGLISH
versioned_docs/version-2.0.x/dashboard/application_details/deployment_configuration.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/application_details/deployments.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/application_details/destroy.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/application_details/environment_variables.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/application_details/index.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/application_details/index.md|19 col 119| Use a comma before ‘and’ if it connects two independent clauses (unless they are closely connected and short). (COMMA_COMPOUND_SENTENCE[1])
Suggestions: , and
URL: https://languagetool.org/insights/post/types-of-sentences/#compound-sentence
Rule: https://community.languagetool.org/rule/show/COMMA_COMPOUND_SENTENCE?lang=en-US&subId=1
Category: PUNCTUATION
versioned_docs/version-2.0.x/dashboard/application_details/ingress_rules.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/application_details/persistent_volumes.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/application_details/runtime_logs.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/application_details/webhook_ci.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/applications.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/change_password.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/deploy_new_application.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/deploy_stack.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/deploy_stack.md|9 col 30| Possible agreement error -- use the past participle here. (HAVE_PART_AGREEMENT[2])
Suggestions: supported
URL: https://languagetool.org/insights/post/to-have-grammar/
Rule: https://community.languagetool.org/rule/show/HAVE_PART_AGREEMENT?lang=en-US&subId=2
Category: GRAMMAR
versioned_docs/version-2.0.x/dashboard/domains.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/domains.md|33 col 8| It appears that the past participle should be used here. (HAVE_PART_AGREEMENT[1])
Suggestions: ``
URL: https://languagetool.org/insights/post/to-have-grammar/
Rule: https://community.languagetool.org/rule/show/HAVE_PART_AGREEMENT?lang=en-US&subId=1
Category: GRAMMAR
versioned_docs/version-2.0.x/dashboard/domains.md|33 col 49| Use “an” instead of ‘a’ if the following word starts with a vowel sound, e.g. ‘an article’, ‘an hour’. (EN_A_VS_AN)
Suggestions: an
URL: https://languagetool.org/insights/post/indefinite-articles/
Rule: https://community.languagetool.org/rule/show/EN_A_VS_AN?lang=en-US
Category: MISC
versioned_docs/version-2.0.x/dashboard/domains.md|36 col 26| This word is normally spelled with a hyphen. (EN_COMPOUNDS_AUTO_RENEWAL)
Suggestions: `auto-renewal`
Rule: https://community.languagetool.org/rule/show/EN_COMPOUNDS_AUTO_RENEWAL?lang=en-US
Category: MISC
versioned_docs/version-2.0.x/dashboard/git-credentials.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: `ID`
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/image-credentials.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: `ID`
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/image-credentials.md|7 col 154| Use “an” instead of ‘a’ if the following word starts with a vowel sound, e.g. ‘an article’, ‘an hour’. (EN_A_VS_AN)
Suggestions: `an`
URL: https://languagetool.org/insights/post/indefinite-articles/
Rule: https://community.languagetool.org/rule/show/EN_A_VS_AN?lang=en-US
Category: MISC
versioned_docs/version-2.0.x/dashboard/image-credentials.md|14 col 11| Use “an” instead of ‘a’ if the following word starts with a vowel sound, e.g. ‘an article’, ‘an hour’. (EN_A_VS_AN)
Suggestions: `an`
URL: https://languagetool.org/insights/post/indefinite-articles/
Rule: https://community.languagetool.org/rule/show/EN_A_VS_AN?lang=en-US
Category: MISC
versioned_docs/version-2.0.x/dashboard/image-credentials.md|15 col 29| Use “an” instead of ‘a’ if the following word starts with a vowel sound, e.g. ‘an article’, ‘an hour’. (EN_A_VS_AN)
Suggestions: `an`
URL: https://languagetool.org/insights/post/indefinite-articles/
Rule: https://community.languagetool.org/rule/show/EN_A_VS_AN?lang=en-US
Category: MISC
versioned_docs/version-2.0.x/dashboard/index.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: `ID`
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/index.md|38 col 30| When ‘logged-In’ is used as a modifier, it is usually spelled with a hyphen. (LOGGED_IN_HYPHEN[1])
Suggestions: `logged-In`
URL: https://languagetool.org/insights/post/hyphen/#compound-adjectives-with-hyphens
Rule: https://community.languagetool.org/rule/show/LOGGED_IN_HYPHEN?lang=en-US&subId=1
Category: GRAMMAR
versioned_docs/version-2.0.x/dashboard/ingress-rules.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: `ID`
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/ingress-rules.md|14 col 18| Use “a” instead of ‘an’ if the following word doesn’t start with a vowel sound, e.g. ‘a sentence’, ‘a university’. (EN_A_VS_AN)
Suggestions: `a`
URL: https://languagetool.org/insights/post/indefinite-articles/
Rule: https://community.languagetool.org/rule/show/EN_A_VS_AN?lang=en-US
Category: MISC
versioned_docs/version-2.0.x/dashboard/ingress-rules.md|14 col 75| Use a comma before ‘and’ if it connects two independent clauses (unless they are closely connected and short). (COMMA_COMPOUND_SENTENCE[1])
Suggestions: `, and`
URL: https://languagetool.org/insights/post/types-of-sentences/#compound-sentence
Rule: https://community.languagetool.org/rule/show/COMMA_COMPOUND_SENTENCE?lang=en-US&subId=1
Category: PUNCTUATION
versioned_docs/version-2.0.x/dashboard/ingress-rules.md|27 col 99| The singular determiner ‘this’ may not agree with the plural noun ‘docs’. Did you mean “these”? (THIS_NNS[2])
Suggestions: `these`
Rule: https://community.languagetool.org/rule/show/THIS_NNS?lang=en-US&subId=2
Category: GRAMMAR
versioned_docs/version-2.0.x/dashboard/log_in.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: `ID`
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/manage-servers.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: `ID`
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/manage-system.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: `ID`
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/manage-system.md|14 col 55| After ‘It’, use the third-person verb form “has”. (IT_VBZ[1])
Suggestions: `has`
Rule: https://community.languagetool.org/rule/show/IT_VBZ?lang=en-US&subId=1
Category: GRAMMAR
versioned_docs/version-2.0.x/dashboard/manage-users.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: `ID`
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/manage-users.md|23 col 34| When ‘logged-in’ is used as a modifier, it is usually spelled with a hyphen. (LOGGED_IN_HYPHEN[1])
Suggestions: `logged-in`
URL: https://languagetool.org/insights/post/hyphen/#compound-adjectives-with-hyphens
Rule: https://community.languagetool.org/rule/show/LOGGED_IN_HYPHEN?lang=en-US&subId=1
Category: GRAMMAR
versioned_docs/version-2.0.x/dashboard/persistent-volumes.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: `ID`
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/persistent-volumes.md|50 col 9| The word “backup” is a noun. The verb is spelled with a space. (NOUN_VERB_CONFUSION[1])
Suggestions: `back up`
Rule: https://community.languagetool.org/rule/show/NOUN_VERB_CONFUSION?lang=en-US&subId=1
Category: GRAMMAR
versioned_docs/version-2.0.x/dashboard/redirect-rules.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: `ID`
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/redirect-rules.md|14 col 23| The official name of this software platform is spelled with a capital “H”. (GITHUB[1])
Suggestions: `GitHub`
URL: https://en.wikipedia.org/wiki/GitHub
Rule: https://community.languagetool.org/rule/show/GITHUB?lang=en-US&subId=1
Category: CASING
versioned_docs/version-2.0.x/dashboard/redirect-rules.md|14 col 81| The official name of this software platform is spelled with a capital “H”. (GITHUB[1])
Suggestions: `GitHub`
URL: https://en.wikipedia.org/wiki/GitHub
Rule: https://community.languagetool.org/rule/show/GITHUB?lang=en-US&subId=1
Category: CASING
versioned_docs/version-2.0.x/dashboard/redirect-rules.md|15 col 19| The word “setup” is a noun. The verb is spelled with a space. (NOUN_VERB_CONFUSION[4])
Suggestions: `set up`
Rule: https://community.languagetool.org/rule/show/NOUN_VERB_CONFUSION?lang=en-US&subId=4
Category: GRAMMAR
versioned_docs/version-2.0.x/dashboard/redirect-rules.md|15 col 25| Use “an” instead of ‘a’ if the following word starts with a vowel sound, e.g. ‘an article’, ‘an hour’. (EN_A_VS_AN)
Suggestions: `an`
URL: https://languagetool.org/insights/post/indefinite-articles/
Rule: https://community.languagetool.org/rule/show/EN_A_VS_AN?lang=en-US
Category: MISC
versioned_docs/version-2.0.x/dashboard/redirect-rules.md|18 col 67| Use a comma before ‘and’ if it connects two independent clauses (unless they are closely connected and short). (COMMA_COMPOUND_SENTENCE[1])
Suggestions: `, and`
URL: https://languagetool.org/insights/post/types-of-sentences/#compound-sentence
Rule: https://community.languagetool.org/rule/show/COMMA_COMPOUND_SENTENCE?lang=en-US&subId=1
Category: PUNCTUATION
versioned_docs/version-2.0.x/dashboard/swiftwave_app_store.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: `ID`
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/swiftwave_app_store.md|25 col 11| The word ‘install’ is not a noun. (A_INSTALL[1])
Suggestions: `installation`
Rule: https://community.languagetool.org/rule/show/A_INSTALL?lang=en-US&subId=1
Category: GRAMMAR
versioned_docs/version-2.0.x/dashboard/swiftwave_app_store.md|28 col 14| The word ‘install’ is not a noun. (A_INSTALL[1])
Suggestions: `installation`
Rule: https://community.languagetool.org/rule/show/A_INSTALL?lang=en-US&subId=1
Category: GRAMMAR
versioned_docs/version-2.0.x/development_setup.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: `ID`
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/development_setup.md|24 col 3| The official spelling of this programming framework is “Node.js”. (NODE_JS[3])
Suggestions: `Node.js`
Rule: https://community.languagetool.org/rule/show/NODE_JS?lang=en-US&subId=3
Category: COMPOUNDING
versioned_docs/version-2.0.x/index.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: `ID`
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/index.md|28 col 20| This word is normally spelled with a hyphen. (EN_COMPOUNDS_CUSTOM_BUILT)
Suggestions: `custom-built`
Rule: https://community.languagetool.org/rule/show/EN_COMPOUNDS_CUSTOM_BUILT?lang=en-US
Category: MISC
versioned_docs/version-2.0.x/index.md|29 col 28| This word is normally spelled with a hyphen. (EN_COMPOUNDS_CUSTOM_BUILT)
Suggestions: `custom-built`
Rule: https://community.languagetool.org/rule/show/EN_COMPOUNDS_CUSTOM_BUILT?lang=en-US
Category: MISC
versioned_docs/version-2.0.x/index.md|30 col 31| This word is normally spelled with a hyphen. (EN_COMPOUNDS_CUSTOM_BUILT)
Suggestions: `custom-built`
Rule: https://community.languagetool.org/rule/show/EN_COMPOUNDS_CUSTOM_BUILT?lang=en-US
Category: MISC
versioned_docs/version-2.0.x/index.md|33 col 23| The noun should probably be in the singular form. (EVERY_EACH_SINGULAR[1])
Suggestions: `thing`
URL: https://languagetool.org/insights/post/word-choice-each-and-every/
Rule: https://community.languagetool.org/rule/show/EVERY_EACH_SINGULAR?lang=en-US&subId=1
Category: GRAMMAR
versioned_docs/version-2.0.x/installation.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: `ID`
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/installation.md|39 col 27| If a new sentence starts here, add a space and start with an uppercase letter. (LC_AFTER_PERIOD[1])
Suggestions: ` Service`, ` service`
Rule: https://community.languagetool.org/rule/show/LC_AFTER_PERIOD?lang=en-US&subId=1
Category: CASING
versioned_docs/version-2.0.x/installation.md|40 col 31| If a new sentence starts here, add a space and start with an uppercase letter. (LC_AFTER_PERIOD[1])
Suggestions: ` Service`, ` service`
Rule: https://community.languagetool.org/rule/show/LC_AFTER_PERIOD?lang=en-US&subId=1
Category: CASING
versioned_docs/version-2.0.x/installation.md|41 col 26| If a new sentence starts here, add a space and start with an uppercase letter. (LC_AFTER_PERIOD[1])
Suggestions: ` Service`, ` service`
Rule: https://community.languagetool.org/rule/show/LC_AFTER_PERIOD?lang=en-US&subId=1
Category: CASING
versioned_docs/version-2.0.x/installation.md|42 col 30| If a new sentence starts here, add a space and start with an uppercase letter. (LC_AFTER_PERIOD[1])
Suggestions: ` Service`, ` service`
Rule: https://community.languagetool.org/rule/show/LC_AFTER_PERIOD?lang=en-US&subId=1
Category: CASING
versioned_docs/version-2.0.x/installation.md|57 col 68| Possible typo: you repeated a word (ENGLISH_WORD_REPEAT_RULE)
Suggestions: `keyserver`
Rule: https://community.languagetool.org/rule/show/ENGLISH_WORD_REPEAT_RULE?lang=en-US
Category: MISC
versioned_docs/version-2.0.x/support_us.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: `ID`
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/why_swiftwave.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: `ID`
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
| 🔄 Redirect Rules | Manage domain redirection and HTTPS redirection for your applications | [***Click Here***](./redirect-rules) | | ||
| 🖥️ Manage Servers | Manage the onboarded servers for your SwiftWave instance | [***Click Here***](./manage-servers) | | ||
| 👥 Manage Users | Manage admin users for your hosted SwiftWave instance | [***Click Here***](./manage-users) | | ||
| 🔒 Change Password | Change password for currently logged In user | [***Click Here***](./change_password) | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
When ‘logged-In’ is used as a modifier, it is usually spelled with a hyphen. (LOGGED_IN_HYPHEN[1])
Suggestions: logged-In
URL: https://languagetool.org/insights/post/hyphen/#compound-adjectives-with-hyphens
Rule: https://community.languagetool.org/rule/show/LOGGED_IN_HYPHEN?lang=en-US&subId=1
Category: GRAMMAR
|
||
You can choose the protocol your application required. | ||
- **HTTP**: You can choose any port for your application. It's recommended to use port 80 for HTTP. | ||
- **HTTPS**: Currently, only port 443 is supported. | ||
> Note: To enable, **HTTPS Redirection**, you will have to create a redirect rule. You can follow [**this docs**](/docs/dashboard/redirect-rules#https-redirect) section to create a redirect rule. | ||
> Note: To enable, **HTTPS Redirection**, you will have to create a redirect rule. You can follow [**this docs**](./redirect-rules#https-redirect) section to create a redirect rule. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
The singular determiner ‘this’ may not agree with the plural noun ‘docs’. Did you mean “these”? (THIS_NNS[2])
Suggestions: these
Rule: https://community.languagetool.org/rule/show/THIS_NNS?lang=en-US&subId=2
Category: GRAMMAR
| Project | Description | Tech Stack | GitHub Link | Setup Guide | | ||
| --- | --- | --- | --- |--------------------------------------------------------------| | ||
| SwiftWave | Core PaaS | Golang, Docker | [Click Here](https://github.com/swiftwave-org/swiftwave) | [Click Here](./development_setup) | | ||
| SwiftWave Dashboard | Web interface for SwiftWave. | VueJS, TailwindCSS | [Click Here](https://github.com/swiftwave-org/dashboard) | [Click Here](https://github.com/swiftwave-org/dashboard) | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
The official spelling of this programming framework is “Vue.js”. (NODE_JS[3])
Suggestions: Vue.js
Rule: https://community.languagetool.org/rule/show/NODE_JS?lang=en-US&subId=3
Category: COMPOUNDING
This will take you to the **Ingress Rules** page where you can add, edit, and delete the ingress rules for the application. Check this docs for more details: [Ingress Rules](../ingress-rules). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
The singular determiner ‘this’ may not agree with the plural noun ‘docs’. Did you mean “these”? (THIS_NNS[2])
Suggestions: these
Rule: https://community.languagetool.org/rule/show/THIS_NNS?lang=en-US&subId=2
Category: GRAMMAR
If you see the **Persistent Volume** select dropdown empty, that means you don't have any persistent volume registered. You can register a persistent volume by following [**this docs**](../persistent-volumes). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
The singular determiner ‘this’ may not agree with the plural noun ‘docs’. Did you mean “these”? (THIS_NNS[2])
Suggestions: these
Rule: https://community.languagetool.org/rule/show/THIS_NNS?lang=en-US&subId=2
Category: GRAMMAR
@@ -0,0 +1,16 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
@@ -0,0 +1,16 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
@@ -0,0 +1,16 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
@@ -0,0 +1,16 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
@@ -0,0 +1,16 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
LanguageTool
versioned_docs/version-2.0.x/dashboard/application_details/environment_variables.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/application_details/index.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/application_details/index.md|19 col 119| Use a comma before ‘and’ if it connects two independent clauses (unless they are closely connected and short). (COMMA_COMPOUND_SENTENCE[1])
Suggestions: , and
URL: https://languagetool.org/insights/post/types-of-sentences/#compound-sentence
Rule: https://community.languagetool.org/rule/show/COMMA_COMPOUND_SENTENCE?lang=en-US&subId=1
Category: PUNCTUATION
versioned_docs/version-2.0.x/dashboard/application_details/ingress_rules.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/application_details/persistent_volumes.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/application_details/runtime_logs.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/application_details/webhook_ci.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/applications.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/change_password.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/deploy_new_application.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/deploy_stack.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/deploy_stack.md|9 col 30| Possible agreement error -- use the past participle here. (HAVE_PART_AGREEMENT[2])
Suggestions: supported
URL: https://languagetool.org/insights/post/to-have-grammar/
Rule: https://community.languagetool.org/rule/show/HAVE_PART_AGREEMENT?lang=en-US&subId=2
Category: GRAMMAR
versioned_docs/version-2.0.x/dashboard/domains.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/domains.md|33 col 8| It appears that the past participle should be used here. (HAVE_PART_AGREEMENT[1])
Suggestions: ``
URL: https://languagetool.org/insights/post/to-have-grammar/
Rule: https://community.languagetool.org/rule/show/HAVE_PART_AGREEMENT?lang=en-US&subId=1
Category: GRAMMAR
versioned_docs/version-2.0.x/dashboard/domains.md|33 col 49| Use “an” instead of ‘a’ if the following word starts with a vowel sound, e.g. ‘an article’, ‘an hour’. (EN_A_VS_AN)
Suggestions: an
URL: https://languagetool.org/insights/post/indefinite-articles/
Rule: https://community.languagetool.org/rule/show/EN_A_VS_AN?lang=en-US
Category: MISC
versioned_docs/version-2.0.x/dashboard/domains.md|36 col 26| This word is normally spelled with a hyphen. (EN_COMPOUNDS_AUTO_RENEWAL)
Suggestions: `auto-renewal`
Rule: https://community.languagetool.org/rule/show/EN_COMPOUNDS_AUTO_RENEWAL?lang=en-US
Category: MISC
versioned_docs/version-2.0.x/dashboard/git-credentials.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: `ID`
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/image-credentials.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: `ID`
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/image-credentials.md|7 col 154| Use “an” instead of ‘a’ if the following word starts with a vowel sound, e.g. ‘an article’, ‘an hour’. (EN_A_VS_AN)
Suggestions: `an`
URL: https://languagetool.org/insights/post/indefinite-articles/
Rule: https://community.languagetool.org/rule/show/EN_A_VS_AN?lang=en-US
Category: MISC
versioned_docs/version-2.0.x/dashboard/image-credentials.md|14 col 11| Use “an” instead of ‘a’ if the following word starts with a vowel sound, e.g. ‘an article’, ‘an hour’. (EN_A_VS_AN)
Suggestions: `an`
URL: https://languagetool.org/insights/post/indefinite-articles/
Rule: https://community.languagetool.org/rule/show/EN_A_VS_AN?lang=en-US
Category: MISC
versioned_docs/version-2.0.x/dashboard/image-credentials.md|15 col 29| Use “an” instead of ‘a’ if the following word starts with a vowel sound, e.g. ‘an article’, ‘an hour’. (EN_A_VS_AN)
Suggestions: `an`
URL: https://languagetool.org/insights/post/indefinite-articles/
Rule: https://community.languagetool.org/rule/show/EN_A_VS_AN?lang=en-US
Category: MISC
versioned_docs/version-2.0.x/dashboard/index.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: `ID`
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/index.md|38 col 30| When ‘logged-In’ is used as a modifier, it is usually spelled with a hyphen. (LOGGED_IN_HYPHEN[1])
Suggestions: `logged-In`
URL: https://languagetool.org/insights/post/hyphen/#compound-adjectives-with-hyphens
Rule: https://community.languagetool.org/rule/show/LOGGED_IN_HYPHEN?lang=en-US&subId=1
Category: GRAMMAR
versioned_docs/version-2.0.x/dashboard/ingress-rules.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: `ID`
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/ingress-rules.md|14 col 18| Use “a” instead of ‘an’ if the following word doesn’t start with a vowel sound, e.g. ‘a sentence’, ‘a university’. (EN_A_VS_AN)
Suggestions: `a`
URL: https://languagetool.org/insights/post/indefinite-articles/
Rule: https://community.languagetool.org/rule/show/EN_A_VS_AN?lang=en-US
Category: MISC
versioned_docs/version-2.0.x/dashboard/ingress-rules.md|14 col 75| Use a comma before ‘and’ if it connects two independent clauses (unless they are closely connected and short). (COMMA_COMPOUND_SENTENCE[1])
Suggestions: `, and`
URL: https://languagetool.org/insights/post/types-of-sentences/#compound-sentence
Rule: https://community.languagetool.org/rule/show/COMMA_COMPOUND_SENTENCE?lang=en-US&subId=1
Category: PUNCTUATION
versioned_docs/version-2.0.x/dashboard/ingress-rules.md|27 col 99| The singular determiner ‘this’ may not agree with the plural noun ‘docs’. Did you mean “these”? (THIS_NNS[2])
Suggestions: `these`
Rule: https://community.languagetool.org/rule/show/THIS_NNS?lang=en-US&subId=2
Category: GRAMMAR
versioned_docs/version-2.0.x/dashboard/log_in.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: `ID`
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/manage-servers.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: `ID`
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/manage-system.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: `ID`
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/manage-system.md|14 col 55| After ‘It’, use the third-person verb form “has”. (IT_VBZ[1])
Suggestions: `has`
Rule: https://community.languagetool.org/rule/show/IT_VBZ?lang=en-US&subId=1
Category: GRAMMAR
versioned_docs/version-2.0.x/dashboard/manage-users.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: `ID`
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/manage-users.md|23 col 34| When ‘logged-in’ is used as a modifier, it is usually spelled with a hyphen. (LOGGED_IN_HYPHEN[1])
Suggestions: `logged-in`
URL: https://languagetool.org/insights/post/hyphen/#compound-adjectives-with-hyphens
Rule: https://community.languagetool.org/rule/show/LOGGED_IN_HYPHEN?lang=en-US&subId=1
Category: GRAMMAR
versioned_docs/version-2.0.x/dashboard/persistent-volumes.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: `ID`
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/persistent-volumes.md|50 col 9| The word “backup” is a noun. The verb is spelled with a space. (NOUN_VERB_CONFUSION[1])
Suggestions: `back up`
Rule: https://community.languagetool.org/rule/show/NOUN_VERB_CONFUSION?lang=en-US&subId=1
Category: GRAMMAR
versioned_docs/version-2.0.x/dashboard/redirect-rules.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: `ID`
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/redirect-rules.md|14 col 23| The official name of this software platform is spelled with a capital “H”. (GITHUB[1])
Suggestions: `GitHub`
URL: https://en.wikipedia.org/wiki/GitHub
Rule: https://community.languagetool.org/rule/show/GITHUB?lang=en-US&subId=1
Category: CASING
versioned_docs/version-2.0.x/dashboard/redirect-rules.md|14 col 81| The official name of this software platform is spelled with a capital “H”. (GITHUB[1])
Suggestions: `GitHub`
URL: https://en.wikipedia.org/wiki/GitHub
Rule: https://community.languagetool.org/rule/show/GITHUB?lang=en-US&subId=1
Category: CASING
versioned_docs/version-2.0.x/dashboard/redirect-rules.md|15 col 19| The word “setup” is a noun. The verb is spelled with a space. (NOUN_VERB_CONFUSION[4])
Suggestions: `set up`
Rule: https://community.languagetool.org/rule/show/NOUN_VERB_CONFUSION?lang=en-US&subId=4
Category: GRAMMAR
versioned_docs/version-2.0.x/dashboard/redirect-rules.md|15 col 25| Use “an” instead of ‘a’ if the following word starts with a vowel sound, e.g. ‘an article’, ‘an hour’. (EN_A_VS_AN)
Suggestions: `an`
URL: https://languagetool.org/insights/post/indefinite-articles/
Rule: https://community.languagetool.org/rule/show/EN_A_VS_AN?lang=en-US
Category: MISC
versioned_docs/version-2.0.x/dashboard/redirect-rules.md|18 col 67| Use a comma before ‘and’ if it connects two independent clauses (unless they are closely connected and short). (COMMA_COMPOUND_SENTENCE[1])
Suggestions: `, and`
URL: https://languagetool.org/insights/post/types-of-sentences/#compound-sentence
Rule: https://community.languagetool.org/rule/show/COMMA_COMPOUND_SENTENCE?lang=en-US&subId=1
Category: PUNCTUATION
versioned_docs/version-2.0.x/dashboard/swiftwave_app_store.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: `ID`
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/dashboard/swiftwave_app_store.md|25 col 11| The word ‘install’ is not a noun. (A_INSTALL[1])
Suggestions: `installation`
Rule: https://community.languagetool.org/rule/show/A_INSTALL?lang=en-US&subId=1
Category: GRAMMAR
versioned_docs/version-2.0.x/dashboard/swiftwave_app_store.md|28 col 14| The word ‘install’ is not a noun. (A_INSTALL[1])
Suggestions: `installation`
Rule: https://community.languagetool.org/rule/show/A_INSTALL?lang=en-US&subId=1
Category: GRAMMAR
versioned_docs/version-2.0.x/development_setup.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: `ID`
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/development_setup.md|24 col 3| The official spelling of this programming framework is “Node.js”. (NODE_JS[3])
Suggestions: `Node.js`
Rule: https://community.languagetool.org/rule/show/NODE_JS?lang=en-US&subId=3
Category: COMPOUNDING
versioned_docs/version-2.0.x/index.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: `ID`
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/index.md|28 col 20| This word is normally spelled with a hyphen. (EN_COMPOUNDS_CUSTOM_BUILT)
Suggestions: `custom-built`
Rule: https://community.languagetool.org/rule/show/EN_COMPOUNDS_CUSTOM_BUILT?lang=en-US
Category: MISC
versioned_docs/version-2.0.x/index.md|29 col 28| This word is normally spelled with a hyphen. (EN_COMPOUNDS_CUSTOM_BUILT)
Suggestions: `custom-built`
Rule: https://community.languagetool.org/rule/show/EN_COMPOUNDS_CUSTOM_BUILT?lang=en-US
Category: MISC
versioned_docs/version-2.0.x/index.md|30 col 31| This word is normally spelled with a hyphen. (EN_COMPOUNDS_CUSTOM_BUILT)
Suggestions: `custom-built`
Rule: https://community.languagetool.org/rule/show/EN_COMPOUNDS_CUSTOM_BUILT?lang=en-US
Category: MISC
versioned_docs/version-2.0.x/index.md|33 col 23| The noun should probably be in the singular form. (EVERY_EACH_SINGULAR[1])
Suggestions: `thing`
URL: https://languagetool.org/insights/post/word-choice-each-and-every/
Rule: https://community.languagetool.org/rule/show/EVERY_EACH_SINGULAR?lang=en-US&subId=1
Category: GRAMMAR
versioned_docs/version-2.0.x/installation.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: `ID`
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/installation.md|39 col 27| If a new sentence starts here, add a space and start with an uppercase letter. (LC_AFTER_PERIOD[1])
Suggestions: ` Service`, ` service`
Rule: https://community.languagetool.org/rule/show/LC_AFTER_PERIOD?lang=en-US&subId=1
Category: CASING
versioned_docs/version-2.0.x/installation.md|40 col 31| If a new sentence starts here, add a space and start with an uppercase letter. (LC_AFTER_PERIOD[1])
Suggestions: ` Service`, ` service`
Rule: https://community.languagetool.org/rule/show/LC_AFTER_PERIOD?lang=en-US&subId=1
Category: CASING
versioned_docs/version-2.0.x/installation.md|41 col 26| If a new sentence starts here, add a space and start with an uppercase letter. (LC_AFTER_PERIOD[1])
Suggestions: ` Service`, ` service`
Rule: https://community.languagetool.org/rule/show/LC_AFTER_PERIOD?lang=en-US&subId=1
Category: CASING
versioned_docs/version-2.0.x/installation.md|42 col 30| If a new sentence starts here, add a space and start with an uppercase letter. (LC_AFTER_PERIOD[1])
Suggestions: ` Service`, ` service`
Rule: https://community.languagetool.org/rule/show/LC_AFTER_PERIOD?lang=en-US&subId=1
Category: CASING
versioned_docs/version-2.0.x/installation.md|57 col 68| Possible typo: you repeated a word (ENGLISH_WORD_REPEAT_RULE)
Suggestions: `keyserver`
Rule: https://community.languagetool.org/rule/show/ENGLISH_WORD_REPEAT_RULE?lang=en-US
Category: MISC
versioned_docs/version-2.0.x/support_us.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: `ID`
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
versioned_docs/version-2.0.x/why_swiftwave.md|1 col 4| This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: `ID`
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
@@ -0,0 +1,26 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
|
||
Take snapshot of Swiftwave. Can be helpful in disaster recovery. | ||
|
||
It will backup |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
The word “backup” is a noun. The verb is spelled with a space. (NOUN_VERB_CONFUSION[1])
Suggestions: back up
Rule: https://community.languagetool.org/rule/show/NOUN_VERB_CONFUSION?lang=en-US&subId=1
Category: GRAMMAR
@@ -0,0 +1,18 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
@@ -0,0 +1,17 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
@@ -0,0 +1,16 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
@@ -0,0 +1,16 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
- Change anything you want. | ||
- Click on **`Apply Changes`** button to update the source of the application. | ||
|
||
> 📌 Note: If you have deployed your application using git, currently you can't switch to docker image deployment or something else. In future, we will try to support this feature. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
The phrase ‘In future’ is British English. Did you mean: “In the future”? (IN_FUTURE[1])
Suggestions: In the future
URL: https://www.merriam-webster.com/dictionary/in%20future
Rule: https://community.languagetool.org/rule/show/IN_FUTURE?lang=en-US&subId=1
Category: BRITISH_ENGLISH
@@ -0,0 +1,15 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
@@ -0,0 +1,25 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
@@ -0,0 +1,14 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
This abbreviation for “identification” is spelled all-uppercase. (ID_CASING[2])
Suggestions: ID
Rule: https://community.languagetool.org/rule/show/ID_CASING?lang=en-US&subId=2
Category: CASING
No description provided.