Skip to content

Commit

Permalink
doc: updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarpicas committed Feb 1, 2023
1 parent 60974a9 commit 52382de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Supplemental software and/or configurations can be installed in 3 ways on SafeSc
- using "SafeScale `Feature`", that can be seen as the "ansible" for SafeScale:

```
$ safescale cluster feature add mycluster keycloak
$ safescale cluster feature add mycluster ntpclient
```
- and using ansible, which is the PREFERRED method to install your software in a SafeScale cluster:
installing a simple script:
Expand Down Expand Up @@ -113,7 +113,6 @@ A `Feature` can describe operations using different methods:

Additionally, a `Feature` is able to apply:
- reverse proxy rules
- Security Group rules

## Available features
SafeScale is currently under active development and does not yet offer all the abilities planned. However, we are already publishing it with the following ones:
Expand Down Expand Up @@ -155,7 +154,7 @@ As much as possible, try following these guides:
- [Go style guide](https://github.com/golang/go/wiki/CodeReviewComments)
- [Effective Go](https://golang.org/doc/effective_go)

For bugs and feature requests, [please create an issue](../../issues/new).
For bugs and feature requests, [please create an issue](https://github.com/CS-SI/SafeScale/issues/new/choose).

## Build
[See Build file](doc/build/BUILDING.md)
Expand Down
10 changes: 0 additions & 10 deletions doc/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -1196,11 +1196,6 @@ The following actions are proposed:
"status": "success"
}
</pre>
response on failure:
<pre>
{
"error":
</pre>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -1230,11 +1225,6 @@ The following actions are proposed:
"status":"success"
}
</pre>
response on failure:
<pre>
{
"error": {
</pre>
</td>
</tr>
</tbody>
Expand Down

0 comments on commit 52382de

Please sign in to comment.