Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/contributor/pages/code-style-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ fn config_file(user: User) -> Result<(), Error> {

All error variants must not include any unnesecarry prefixes or suffixes.
Examples of such prefixes include (but are not limited to) `FailedTo` and `UnableTo`.
Furthermore, examples for suffixes are `Error` or `Snafu`
Furthermore, examples for suffixes are `Error` or `Snafu`.
Error variant names must however include verbs or identifiers as a prefix.

[TIP.code-rule,caption=Examples of correct code for this rule]
Expand Down
2 changes: 1 addition & 1 deletion modules/contributor/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Please see the xref:project-overview.adoc[] page to get an overview of the most
[[contributing-workflow]]
== General pull request guidelines

All our development is done on https://github.com/stackabletech[GitHub] with a and contributions should be made through {gh-pr}[creating pull requests],
All our development is done on https://github.com/stackabletech[GitHub] and contributions should be made through {gh-pr}[creating pull requests],
follow the GitHub instructions on how to do this.
If you are an external contributor, you will need to fork the repository where you want your change to be made.

Expand Down
4 changes: 2 additions & 2 deletions modules/contributor/pages/project-overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Below you find an overview of the majority of these repositories and how they re
=== Operator repositories, templating, operator-rs

At the core of the Stackable Platform are the Kubernetes operators used to install and manage various data products, like the https://github.com/stackabletech/nifi-operator[nifi-operator] for example.
You can find all of operators if you https://github.com/orgs/stackabletech/repositories?q=operator[search the organization repositories].
You can find all of the operators if you https://github.com/orgs/stackabletech/repositories?q=operator[search the organization repositories].

image::project-overview-operators.drawio.svg[]

Expand Down Expand Up @@ -63,7 +63,7 @@ The code to generate this page is found in the https://github.com/stackabletech/
=== Tooling repositories

On top of the mentioned repositories, there are various smaller tools or product extensions that Stackable developed, they are all linked to from relevant places.
Two examples are the https://github.com/stackabletech/image-tools[image-tools] used to build Docker images and the https://github.com/stackabletech/druid-opa-authorizer/[druid-opa-authorizer] which is a Druid extensions that enables OPA support for Druid.
Two examples are the https://github.com/stackabletech/image-tools[image-tools] used to build Docker images and the https://github.com/stackabletech/druid-opa-authorizer/[druid-opa-authorizer] which is a Druid extension that enables OPA support for Druid.

[[infrastructure-repositories]]
=== Infastructure: T2
Expand Down