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

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 16 additions & 5 deletions .readme/README.md.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,22 @@
{%- set operator_docs_slug="hbase" -%}
{%- set related_reading_links=[] -%}

{% include "partials/borrowed/header.md.j2" %}
{% include "partials/borrowed/links.md.j2" %}
{% filter trim %}
{%- include "partials/borrowed/header.md.j2" -%}
{% endfilter %}

{% include "partials/main.md.j2" %}
{% filter trim %}
{%- include "partials/borrowed/links.md.j2" -%}
{% endfilter %}

{% include "partials/borrowed/footer.md.j2" %}
{% filter trim %}
{%- include "partials/main.md.j2" -%}
{% endfilter %}

{% include "partials/borrowed/related_reading.md.j2" %}
{% filter trim %}
{%- include "partials/borrowed/footer.md.j2" -%}
{% endfilter %}

{% filter trim %}
{%- include "partials/borrowed/related_reading.md.j2" -%}
{% endfilter %}
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
members = [
"rust/crd", "rust/operator-binary"
]
resolver = "2"

[workspace.package]
version = "0.0.0-dev"
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ The documentation for all Stackable products can be found at [docs.stackable.tec

If you have a question about the Stackable Data Platform contact us via our [homepage](https://stackable.tech/) or ask a public questions in our [Discussions forum](https://github.com/orgs/stackabletech/discussions).


## About The Stackable Data Platform

This operator is written and maintained by [Stackable](https://stackable.tech) and it is part of a larger data platform.
Expand Down