Skip to content

docs: fix code accuracy issues in English and Japanese guides#1596

Open
lukegalbraithrussell wants to merge 1 commit into
mainfrom
docs-cleanup
Open

docs: fix code accuracy issues in English and Japanese guides#1596
lukegalbraithrussell wants to merge 1 commit into
mainfrom
docs-cleanup

Conversation

@lukegalbraithrussell
Copy link
Copy Markdown
Contributor

@lukegalbraithrussell lukegalbraithrussell commented Jun 1, 2026

Summary

Reviewed all documentation guides against the source code and fixed inaccuracies in code examples, broken links, and typos across both English and Japanese docs.

Issue Files Affected
SLACK_ADMIN_ACCESS_TOKNSLACK_ADMIN_ACCESS_TOKEN (typo) audit-logs-api.md, scim-api.md
Map.ofEntries() (Java 9+ API) → Java 8 HashMap pattern app-distribution.md (2 code blocks)
javax.inject.Singletonjakarta.inject.Singleton (Micronaut 4.x) supported-web-frameworks.md
Added missing import com.slack.api.bolt.AppConfig supported-web-frameworks.md
Java-WebSocket version 1.5.11.6.0 (matches pom.xml) getting-started-with-bolt.md / getting-started-with-bolt-socket-mode.md
seratch/java-slack-sdkslackapi/java-slack-sdk (personal fork link) app-distribution.md
api.lack.comapi.slack.com (broken URL) audit-logs-api.md
app.use(assistant)app.assistant(assistant) (consistency) ai-apps.md
http://api.slack.comhttps://api.slack.com 24 files
http://github.comhttps://github.com index.md, web-api-basics.md

All fixes apply to both docs/english/ and docs/japanese/ where applicable. No Japanese prose was modified — only code blocks, URLs, and env variable names.

🤖 Generated with Claude Code

Reviewed all documentation guides against the source code and fixed
inaccuracies in code examples, broken links, and typos across both
English and Japanese docs.

Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
@lukegalbraithrussell lukegalbraithrussell requested a review from a team as a code owner June 1, 2026 17:39
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.27%. Comparing base (5803580) to head (53b62e8).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1596      +/-   ##
============================================
- Coverage     73.33%   73.27%   -0.06%     
+ Complexity     4523     4518       -5     
============================================
  Files           478      478              
  Lines         14300    14300              
  Branches       1490     1490              
============================================
- Hits          10487    10479       -8     
- Misses         2928     2933       +5     
- Partials        885      888       +3     
Flag Coverage Δ
jdk-14 73.27% <ø> (-0.06%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

2 participants