Skip to content

Commit ce7ee87

Browse files
committed
Bubble shortcode QOL changes
1 parent 4623bca commit ce7ee87

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

content/operate/_index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ linkTitle: Operate
55
hideListLinks: true
66
---
77

8-
| {{<color-bubble "#80DBFF">}} Redis Cloud | {{<color-bubble "#DCFF1E">}} Redis Software |
8+
| {{<color-bubble color="bg-blue-bubble">}} Redis Cloud | {{<color-bubble color="bg-yellow-bubble">}} Redis Software |
99
|:-----------|:--------------|
1010
| <ul><li> [Get started with Redis Cloud]({{< relref "/operate/rc/rc-quickstart" >}}) </li><li> [Create a database]({{< relref "/operate/rc/databases/create-database" >}}) </li><li> [Connect to your database]({{< relref "/operate/rc/databases/connect" >}}) </li><li>[REST API]({{< relref "/operate/rc/api/" >}})</li></ul> | <ul><li> [Install Redis Software]({{< relref "/operate/rs/installing-upgrading" >}}) </li><li> [Set up a new cluster]({{< relref "/operate/rs/clusters/new-cluster-setup" >}}) </li><li> [Create a database]({{< relref "/operate/rs/databases/create" >}}) </li><li> [Connect to your database]({{< relref "/operate/rs/databases/connect" >}}) </li><li>[REST API]({{< relref "/operate/rs/references/rest-api/" >}})</li></ul> |
11-
| {{<color-bubble "#C795E3">}} **Redis Community Edition** | {{<color-bubble "#8A99A0">}} **Redis for Kubernetes** |
11+
| {{<color-bubble color="bg-purple-bubble">}} **Redis Community Edition** | {{<color-bubble color="bg-gray-bubble">}} **Redis for Kubernetes** |
1212
| <ul><li> [Install Redis community edition]({{< relref "/operate/oss_and_stack/install/install-redis" >}}) </li><li> [Install Redis Stack]({{< relref "/operate/oss_and_stack/install/install-stack" >}}) </li><li> [Manage Redis]({{< relref "/operate/oss_and_stack/management" >}}) </li></ul> | <ul><li> [Deploy Redis for Kubernetes]({{< relref "/operate/kubernetes/deployment" >}}) </li><li> [Architecture]({{< relref "/operate/kubernetes/architecture" >}}) </li><li> [API Reference]({{< relref "/operate/kubernetes/reference" >}}) </li></ul> |
13-
| {{<color-bubble "#FD4439">}} **Redis Insight** | |
13+
| {{<color-bubble color="bg-red-bubble">}} **Redis Insight** | |
1414
| <ul><li> [Install Redis Insight]({{< relref "/operate/redisinsight/install" >}}) </li><li> [Use Redis Insight]({{< relref "/develop/tools/insight" >}}) </li></ul> | |
1515

1616
## Product features
1717

1818
### High availability and durability
1919

2020
<!-- | Feature | RC | RS | CE | K8s | -->
21-
| | <nobr>{{<color-bubble "#80DBFF">}} Redis</nobr> Cloud | <nobr>{{<color-bubble "#DCFF1E">}} Redis</nobr> Software | <nobr>{{<color-bubble "#C795E3">}} Redis</nobr> Community Edition | <nobr>{{<color-bubble "#8A99A0">}} Redis for</nobr> Kubernetes |
21+
| | <nobr>{{<color-bubble color="bg-blue-bubble">}} Redis</nobr> Cloud | <nobr>{{<color-bubble color="bg-yellow-bubble">}} Redis</nobr> Software | <nobr>{{<color-bubble color="bg-purple-bubble">}} Redis</nobr> Community Edition | <nobr>{{<color-bubble color="bg-gray-bubble">}} Redis for</nobr> Kubernetes |
2222
|:-----------|:--------------|:-----------|:--------------|:--------------|
2323
| Clustering | [Clustering]({{< relref "/operate/rc/databases/configuration/clustering" >}}) | [Clustering]({{<relref "/operate/rs/databases/durability-ha/clustering">}}) | [Scale with Redis Cluster]({{< relref "/operate/oss_and_stack/management/scaling" >}}) | [Redis Enterprise clusters (REC)]({{<relref "/operate/kubernetes/re-clusters">}}) |
2424
| Replication | [Replication]({{< relref "/operate/rc/databases/configuration/high-availability" >}}) | [Replication]({{<relref "/operate/rs/databases/durability-ha/replication">}}) | [Replication]({{< relref "/operate/oss_and_stack/management/replication" >}}) | [Create replica databases]({{<relref "/operate/kubernetes/re-databases/replica-redb/">}})|
@@ -32,7 +32,7 @@ hideListLinks: true
3232
### Logging and monitoring
3333

3434
<!-- | Feature | RC | RS | CE | K8s | -->
35-
| | <nobr>{{<color-bubble "#80DBFF">}} Redis</nobr> Cloud | <nobr>{{<color-bubble "#DCFF1E">}} Redis</nobr> Software | <nobr>{{<color-bubble "#C795E3">}} Redis</nobr> Community Edition | <nobr>{{<color-bubble "#8A99A0">}} Redis for</nobr> Kubernetes |
35+
| | <nobr>{{<color-bubble color="bg-blue-bubble">}} Redis</nobr> Cloud | <nobr>{{<color-bubble color="bg-yellow-bubble">}} Redis</nobr> Software | <nobr>{{<color-bubble color="bg-purple-bubble">}} Redis</nobr> Community Edition | <nobr>{{<color-bubble color="bg-gray-bubble">}} Redis for</nobr> Kubernetes |
3636
|:-----------|:--------------|:-----------|:--------------|:--------------|
3737
| Monitoring | [Monitor performance]({{< relref "/operate/rc/databases/monitor-performance" >}}) | [Monitoring]({{<relref "/operate/rs/monitoring">}}) | [INFO]({{< relref "/commands/info" >}}), [MONITOR]({{< relref "/commands/monitor" >}}), and [LATENCY DOCTOR]({{< relref "/commands/latency-doctor" >}})<br/>[Analysis with Redis Insight]({{< relref "/develop/tools/insight#database-analysis" >}}) | [Export metrics to Prometheus]({{<relref "/operate/kubernetes/re-clusters/connect-prometheus-operator/">}}) |
3838
| Logging | [System logs]({{< relref "/operate/rc/logs-reports/system-logs" >}}) | [Logging]({{<relref "/operate/rs/clusters/logging">}}) | `/var/log/redis/redis.log`<br/>[SLOWLOG]({{< relref "/commands/slowlog" >}})<br/>[Keyspace notifications]({{< relref "/develop/use/keyspace-notifications" >}}) | [Logs]({{<relref "/operate/kubernetes/logs/">}}) |
@@ -42,7 +42,7 @@ hideListLinks: true
4242
### Security
4343

4444
<!-- | Feature | RC | RS | CE | K8s | -->
45-
| | <nobr>{{<color-bubble "#80DBFF">}} Redis</nobr> Cloud | <nobr>{{<color-bubble "#DCFF1E">}} Redis</nobr> Software | <nobr>{{<color-bubble "#C795E3">}} Redis</nobr> Community Edition | <nobr>{{<color-bubble "#8A99A0">}} Redis for</nobr> Kubernetes |
45+
| | <nobr>{{<color-bubble color="bg-blue-bubble" >}} Redis</nobr> Cloud | <nobr>{{<color-bubble color="bg-yellow-bubble">}} Redis</nobr> Software | <nobr>{{<color-bubble color="bg-purple-bubble">}} Redis</nobr> Community Edition | <nobr><div class="h-3 w-3 rounded-md border border-redis-pen-600 inline-block mr-1" style="background-color: #8A99A0"></div> Redis for</nobr> Kubernetes |
4646
|:-----------|:--------------|:-----------|:--------------|:--------------|
4747
| Transport Layer Security (TLS) | [TLS]({{<relref "/operate/rc/security/database-security/tls-ssl">}}) | [TLS]({{<relref "/operate/rs/security/encryption/tls">}}) | [TLS]({{< relref "/operate/oss_and_stack/management/security/encryption" >}}) | [REDB tlsMode]({{<relref "https://redis.io/docs/latest/operate/kubernetes/reference/redis_enterprise_database_api/#spec">}}) |
4848
| Role-based access control (RBAC) | [Role-based access control]({{<relref "/operate/rc/security/access-control/data-access-control/role-based-access-control">}}) | [Access control]({{<relref "/operate/rs/security/access-control">}}) | [Access control list]({{< relref "/operate/oss_and_stack/management/security/acl" >}}) | [REC credentials]({{<relref "/operate/kubernetes/security/manage-rec-credentials/">}}) |

layouts/shortcodes/color-bubble.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
<div class="h-3 w-3 rounded-md border border-redis-pen-600 inline-block mr-1" style="background-color: {{ .Get 0 }}"></div>
1+
{{- $bgClass := .Get "color" -}}
2+
<div class="h-3 w-3 rounded-md border border-redis-pen-600 inline-block mr-1 {{ $bgClass }}"></div>

tailwind.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,12 @@ module.exports = {
6161
200: '#F9F9F9',
6262
600: '#bfc2c4',
6363
800: '#4E545B'
64-
}
64+
},
65+
'blue-bubble': '#80DBFF',
66+
'yellow-bubble': '#DCFF1E',
67+
'purple-bubble': '#C795E3',
68+
'gray-bubble': '#8A99A0',
69+
'red-bubble': '#FD4439'
6570
},
6671
typography: (theme) => ( {
6772
DEFAULT: {

0 commit comments

Comments
 (0)