Skip to content

Conversation

@lennessyy
Copy link
Contributor

What does this PR do?

  • Adds environmental configuration

Notes to reviewers

@vercel
Copy link

vercel bot commented Oct 16, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
temporal-documentation Ready Ready Preview Comment Nov 12, 2025 5:37pm

@github-actions
Copy link
Contributor

github-actions bot commented Oct 22, 2025

title: Ruby SDK developer guide
sidebar_label: Ruby SDK
description: Use the Temporal Ruby SDK to develop Temporal Applications, connect to the Temporal Service, test Workflows and Activities, handle failures, send messages, and more.
description:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe revert the index pages for the SDKs. unless it's only adding a bullet point for the environ config part under Temporal Client?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, the change in the index pages are related to anchors. The anchors in the Temporal Client page has changed so I updated these to avoid broken anchors


// Test the connection by checking the service
var sysInfo = await client.Connection.WorkflowService.GetSystemInfoAsync(new());
Console.WriteLine("✅ Successfully verified connection to Temporal server!\n{0}", sysInfo);
Copy link
Contributor

@jsundai jsundai Nov 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could prob remove the emojis here and in the rest of the samples.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess it might have been was in the original doc but I feel like they make me suspicious of the code lol

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are in the sample code though. I was going to use Snipsync to fetch it directly but I don't think there is time to put the snippets in, but they'd have these emojis too.

Does it make you suspicious because you suspect AI?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes lol none of my comments are blocking though. We can just do a next iteration off of whatever is published.


The environment variables are defined in the [UI server configuration template file](https://github.com/temporalio/ui-server/blob/main/docker/config-template.yaml) and described in more detail below.
The environment variables are defined in the
[UI server configuration template file](https://github.com/temporalio/ui-server/blob/main/docker/config-template.yaml)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It says page not found for this. But this looks like it's also not found on the live site.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, this one was not part of my PR. It showed up here I think because of prettier. But i think i found the right link and replaced it

@lennessyy lennessyy merged commit 022fa58 into main Nov 12, 2025
5 checks passed
@lennessyy lennessyy deleted the env-config branch November 12, 2025 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants