Documentation for Java Nexus Standalone operations#4678
Closed
Evanthx wants to merge 15 commits into
Closed
Conversation
Co-authored-by: Marvin Lin <marvinlin@mac.mynetworksettings.com> Co-authored-by: Brian MacDonald <brian.macdonald@temporal.io>
* Quick fix for Connectivity Rule stable IPs docs * Apply suggestion from @lennessyy --------- Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
* Control Plane capitalization and connectivity * Fix capitalization --------- Co-authored-by: Jwahir Sundai <jwahir.sundai@temporal.io>
… deleted (#4647) * Add CI check that requires redirects when docs pages are moved or deleted Adds a GitHub Actions workflow that detects renamed or deleted pages in docs/ and verifies that vercel.json contains a matching redirect for each old URL path. Supports both exact and wildcard redirect patterns. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * Use frontmatter slug to resolve old URL paths The naive file-path-to-URL conversion doesn't account for Docusaurus slug overrides in frontmatter. 126 pages in this repo have slugs that differ from their file paths. The script now reads the old file content from the merge base commit to extract the slug when present. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * Handle relative Docusaurus slugs in redirect check All current slugs in the repo are absolute, but this guards against future relative slugs by resolving them against the doc's directory path. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * Account for Docusaurus id field when computing page URLs 17 pages in the repo have an id that changes their URL and no slug override. The script now checks slug first, then id (which replaces the filename segment), and falls back to the file path. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * Remove paths filter so redirect check runs on every PR With the paths filter, the check never appears on PRs that don't touch docs/, which prevents it from being used as a required status check in branch protection. The script already exits cleanly when no docs pages are moved. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * test: rename terraform-provider page without redirect (expect CI failure) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * test: add redirect for renamed page (expect CI success) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * test: revert rename and redirect (test complete) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * Add tests for redirect check URL resolution Tests cover the four URL construction methods: file path only, absolute slug override, id replacing filename, and index pages. Also tests pattern matching and redirect lookup against the real vercel.json. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Jwahir Sundai <jwahir.sundai@temporal.io>
* master to main * remove whitespace changes * Update link to helloworld temporal sample repository It would have worked, it's a redirect *again*, but just avoiding the extra hop * Update links to Core SDK metrics in documentation --------- Co-authored-by: Duncan Mackenzie <duncanma@duncanmackenzie.net> Co-authored-by: Jwahir Sundai <jwahir.sundai@temporal.io>
The CLI repo now requires Go >= 1.26.3, causing the workflow to fail with "go.mod requires go >= 1.26.3 (running go 1.22.12)". Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…ance (#4654) * docs: add redis as an example driver * add guidance on choosing storage system * small copy edit * docusaurus anchors * add cross link * format adjustment * copy edit * Apply suggestion from @lennessyy
* Add Strands Agents integration guide Adds a Python integration guide for Strands Agents and surfaces it in the integrations index, sidebar, and /develop/python landing page. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * Fix broken links in Strands Agents integration guide Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * Trigger Vercel build Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * use task-based headings * add task-based headings, snipsync * broken link fix * small copyedit and config adjustment * Update docs/develop/python/integrations/strands-agents.mdx * Update docs/develop/python/integrations/strands-agents.mdx * Update docs/develop/python/integrations/strands-agents.mdx --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com> Co-authored-by: Lenny Chen <lenny.chen@temporal.io>
|
|
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds documentation for the Nexus Standalone operations. It refers to source code in the sample repository that is in temporalio/samples-java#782 - so the link to the sample repo will not work until that is merged, meaning this should not be checked in until that sample code PR is merged.
┆Attachments: EDU-6496 Nexus sano java