-
Notifications
You must be signed in to change notification settings - Fork 277
Home pg new #1038
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
Home pg new #1038
Changes from 13 commits
ab9fd97
43468f0
8352bf1
fac02db
d128915
6d2c8a5
7852f21
4614146
ddaeccd
723a1a1
8a67490
88fb9d0
f01e930
f2d8028
c9c6e94
f6cb9ce
2e368c1
2101664
de2252e
5d93690
a2a9183
48ca782
31f9fdf
e59b16d
b436607
e83444b
470b975
0c13c2d
1cd9b57
fa9a16f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -72,111 +72,108 @@ <h1 class="text-5xl font-medium">{{ .Title }}</h1> | |||||
| </nav> | ||||||
| </div> | ||||||
| <div class="lg:px-11 w-full flex flex-col gap-3"> | ||||||
| <h2 class="text-5xl font-medium" id="operate">Learn</h2> | ||||||
| <h2 class="text-5xl font-medium" id="operate">Get Started</h2> | ||||||
| {{ partial "docs-section.html" (dict | ||||||
| "Title" "Develop with Redis" | ||||||
| "Description" "Learn how to use the Redis in-memory data store." | ||||||
| "ButtonLink" "./develop" | ||||||
| "ButtonLabel" "Learn more" | ||||||
| "LinksLeftTitle" "Featured content" | ||||||
| "Title" "Quickly set up Redis in the cloud" | ||||||
| "Description" "Free Redis Cloud account managed by Redis or on AWS, GCP, or Azure" | ||||||
| "ButtonLink" "./operate/rc/rc-quickstart/" | ||||||
| "ButtonLabel" "Redis Cloud quickstart setup guide" | ||||||
mich-elle-luna marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| "LinksLeft" (slice | ||||||
| (dict "Text" "Vector search" "URL" "./develop/interact/search-and-query/query/vector-search") | ||||||
| (dict "Text" "Data structure store" "URL" "./develop/get-started/data-store/") | ||||||
| (dict "Text" "Document database" "URL" "./develop/get-started/document-database/") | ||||||
| (dict "Text" "High availability & replication guide" "URL" "./operate/rc/databases/configuration/high-availability/") | ||||||
|
||||||
| ) | ||||||
| ) }} | ||||||
| {{ partial "docs-section.html" (dict | ||||||
| "Title" "Libraries and tools" | ||||||
| "Description" "Learn about libraries and tools available for Redis." | ||||||
| "ButtonLink" "./integrate" | ||||||
| "ButtonLabel" "Browse tools" | ||||||
| "LinksLeftTitle" "Featured libraries" | ||||||
| "LinksLeft" (slice | ||||||
| (dict "Text" "RedisVL" "URL" "./integrate/redisvl/") | ||||||
| (dict "Text" "RedisOM for Python" "URL" "./integrate/redisom-for-python") | ||||||
| (dict "Text" "Ingest" "URL" "./integrate/redis-data-integration/") | ||||||
| (dict "Text" "Write-behind" "URL" "./integrate/write-behind/quickstart/write-behind-guide/") | ||||||
| ) | ||||||
| ) }} | ||||||
| "Title" "Build modern real-time applications with Redis" | ||||||
|
||||||
| "Description" "Install and use Redis Stack on Linux, macOS, Windows, or Docker" | ||||||
| "ButtonLink" "./operate/oss_and_stack/install/install-stack/" | ||||||
| "ButtonLabel" "Redis Stack install guide" | ||||||
mich-elle-luna marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| "LinksLeft" (slice | ||||||
| (dict "Text" "Redis for AI docs and examples" "URL" "./develop/ai/") | ||||||
| ) | ||||||
| ) }} | ||||||
| {{ partial "docs-section.html" (dict | ||||||
| "Title" "Redis Data Integration" | ||||||
| "Description" "Redis Data Integration keeps Redis in sync with the primary database in near real time." | ||||||
| "ButtonLink" "./integrate/redis-data-integration" | ||||||
| "ButtonLabel" "Learn more" | ||||||
| "LinksLeftTitle" "LEARN MORE" | ||||||
| "Title" "Optimize Redis for high-scale apps" | ||||||
| "Description" "Get the Redis Insight GUI on AWS EC2, Docker, Kubernetes, and desktop" | ||||||
| "ButtonLink" "./operate/redisinsight/install/" | ||||||
| "ButtonLabel" "Redis Insight installation guide" | ||||||
mich-elle-luna marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| "LinksLeft" (slice | ||||||
| (dict "Text" "Quick start" "URL" "./integrate/redis-data-integration/quick-start-guide") | ||||||
| (dict "Text" "Architecture" "URL" "./integrate/redis-data-integration/architecture") | ||||||
| (dict "Text" "Install" "URL" "./integrate/redis-data-integration/installation") | ||||||
| (dict "Text" "Reference" "URL" "./integrate/redis-data-integration/reference") | ||||||
| (dict "Text" "Performance and memory optimization user guide" "URL" "./develop/tools/insight/#database-analysis") | ||||||
| ) | ||||||
| ) }} | ||||||
| {{ partial "docs-section.html" (dict | ||||||
| "Title" "Redis Insight" | ||||||
| "Description" "A cross-platform GUI for Redis, with focus on reducing memory usage and improving application performance." | ||||||
| "ButtonLink" "./develop/tools/insight/" | ||||||
| "ButtonLabel" "Learn more" | ||||||
| "LinksLeftTitle" "Learn more" | ||||||
| "Title" "Migrate data to or from Redis" | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Could we simplify this and say "Migrate data" or "Migrate your data"?
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks! I will leave geo-distributed because its still in the title of the doc and I want to be more clear rather than simple with the migrate to or from line here. |
||||||
| "Description" "Migrate data from files, data generators, relational databases, or snapshot replication" | ||||||
| "ButtonLink" "./integrate/riot/" | ||||||
| "ButtonLabel" "Redis input and output CLI tool user guide" | ||||||
| "LinksLeft" (slice | ||||||
| (dict "Text" "Install" "URL" "./operate/redisinsight/install/") | ||||||
| (dict "Text" "User guide" "URL" "./develop/tools/insight/") | ||||||
| (dict "Text" "Manage Streams in Redis Insight" "URL" "./develop/tools/insight/tutorials/insight-stream-consumer/") | ||||||
| (dict "Text" "Redis Input/Output Tool quickstart guide" "URL" "./integrate/riot/quick-start/") | ||||||
mich-elle-luna marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| ) | ||||||
| ) }} | ||||||
| {{ partial "docs-section.html" (dict | ||||||
| "Title" "Connect with Redis client API libraries" | ||||||
| "Description" "Connect your application to a Redis database and try an example" | ||||||
| "ButtonLink" "./develop/clients/" | ||||||
| "ButtonLabel" "Redis client API library guides" | ||||||
|
|
||||||
| "LinksLeft" (slice | ||||||
| (dict "Text" "Python" "URL" "./develop/clients/redis-py/") | ||||||
| (dict "Text" "Python (vector)" "URL" "./integrate/redisvl/") | ||||||
| (dict "Text" "C#/.NET" "URL" "./develop/clients/dotnet/") | ||||||
| (dict "Text" "JavaScript" "URL" "./develop/clients/nodejs/") | ||||||
| (dict "Text" "Java (synchronous)" "URL" "./develop/clients/jedis/") | ||||||
mich-elle-luna marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| ) ) }} | ||||||
| </div> | ||||||
| <div class="lg:px-11 w-full flex flex-col gap-3"> | ||||||
| <h2 class="text-5xl font-medium" id="operate">Explore</h2> | ||||||
| <h2 class="text-5xl font-medium" id="operate">Deploy</h2> | ||||||
| {{ partial "docs-section.html" (dict | ||||||
| "Title" "Redis and Stack" | ||||||
| "Description" "Redis Stack extends Redis with modern data models and processing engines." | ||||||
| "ButtonLink" "./operate/oss_and_stack/" | ||||||
| "ButtonLabel" "Read more" | ||||||
| "LinksLeftTitle" "Learn more" | ||||||
| "Title" "Deploy Redis in a large-scale organization" | ||||||
|
||||||
| "Description" "Robust support for hybrid and geo-distributed environments" | ||||||
| "ButtonLink" "./operate/rs/installing-upgrading/install/plan-deployment/" | ||||||
| "ButtonLabel" "Redis Software deployment planning guide" | ||||||
| "LinksLeft" (slice | ||||||
| (dict "Text" "Install" "URL" "./operate/oss_and_stack/install/install-stack/") | ||||||
| (dict "Text" "Redis Query Engine" "URL" "./develop/interact/search-and-query/") | ||||||
| (dict "Text" "JSON" "URL" "./develop/data-types/json/") | ||||||
| (dict "Text" "Optimize Redis clusters guide" "URL" "./operate/rs/clusters/optimize") | ||||||
|
||||||
| ) | ||||||
| ) }} | ||||||
| {{ partial "docs-section.html" (dict | ||||||
| "Title" "Redis Cloud" | ||||||
| "Description" "Deploy Redis Enterprise on Amazon Web Services, Google Cloud, or Microsoft Azure." | ||||||
| "ButtonLink" "./operate/rc" | ||||||
| "ButtonLabel" "Read more" | ||||||
| "LinksLeftTitle" "Learn more" | ||||||
| "Title" "Deploy on containers running in Kubernetes" | ||||||
|
||||||
| "Title" "Deploy on containers running in Kubernetes" | |
| "Title" "Deploy on Kubernetes" |
I feel like the extra words aren't really necessary and make it harder to scan
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.
fixed
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.
| "Description" "Get started with the Redis Software for Kubernetes container image" | |
| "Description" "Get started with the Redis for Kubernetes" |
Container image isn't really the best way to describe this. While K8s does use containers, they are orchestrated by K8s and the user actually interacts with the "deployment" resource, not the container.
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.
Thanks! I changed the button text, but I want to keep the words container and image on this page for SEO for now.
Uh oh!
There was an error while loading. Please reload this page.