Skip to content

Commit 9a42bc0

Browse files
initial setup
1 parent 20bbc03 commit 9a42bc0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+78
-17226
lines changed

docs/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/README.md

Lines changed: 0 additions & 134 deletions
This file was deleted.

docs/_sidebar.json

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
{
2+
"sidebarJava": [
3+
{
4+
"type": "doc",
5+
"id": "index",
6+
"label": "Java Slack SDK",
7+
"className": "sidebar-title"
8+
},
9+
{"type": "html", "value": "<hr>"},
10+
{
11+
"type": "category",
12+
"label": "Bolt for Java Guides",
13+
"items": [
14+
"guides/getting-started-with-bolt",
15+
"guides/bolt-basics",
16+
"guides/supported-web-frameworks",
17+
"guides/socket-mode",
18+
"guides/events-api",
19+
{
20+
"type": "category",
21+
"label": "App UI & Interactivity",
22+
"items": ["guides/interactive-components", "guides/modals", "guides/app-home"]
23+
},
24+
"guides/ai-apps",
25+
"guides/custom-steps",
26+
"guides/shortcuts",
27+
"guides/slash-commands",
28+
{
29+
"type": "category",
30+
"label": "Authorization & Security",
31+
"items": ["guides/app-distribution", "guides/sign-in-with-slack"]
32+
},
33+
{
34+
"type": "category",
35+
"label": "Admin Tools",
36+
"items": ["guides/web-api-for-admins", "guides/scim-api", "guides/audit-logs-api", "guides/status-api"]
37+
},
38+
{
39+
"type": "category",
40+
"label": "Legacy",
41+
"items": ["guides/steps-from-apps"]
42+
}
43+
]
44+
},
45+
{"type": "html", "value": "<hr>"},
46+
{
47+
"type": "category",
48+
"label": "Java Slack SDK Guides",
49+
"items": [
50+
"guides/web-api-client-setup",
51+
"guides/web-api-basics",
52+
"guides/composing-messages",
53+
"guides/incoming-webhooks",
54+
"guides/rtm"
55+
]
56+
},
57+
{"type": "html", "value": "<hr>"},
58+
"reference",
59+
{"type": "html", "value": "<hr>"},
60+
{
61+
"type": "link",
62+
"label": "Release notes",
63+
"href": "https://github.com/SlackAPI/java-slack-sdk/releases"
64+
},
65+
{
66+
"type": "link",
67+
"label": "Code on GitHub",
68+
"href": "https://github.com/SlackAPI/java-slack-sdk"
69+
},
70+
{
71+
"type": "link",
72+
"label": "Contributors Guide",
73+
"href": "https://github.com/slackapi/java-slack-sdk/blob/main/.github/contributing.md"
74+
}
75+
]
76+
}

docs/babel.config.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/i18n/ja-jp/docusaurus-plugin-content-docs/current.json renamed to docs/current.json

File renamed without changes.

docs/docusaurus.config.js

Lines changed: 0 additions & 99 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)