Skip to content
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

Fix #943: Incorporate Socket Mode as default for Getting Started guide #990

Merged
merged 34 commits into from
Jul 8, 2021
Merged
Show file tree
Hide file tree
Changes from 33 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
c4d48c6
Updates docs
srajiang Jul 1, 2021
005642d
Fix broken page ref
srajiang Jul 1, 2021
5eb8b68
Spelling fixes and formatting
srajiang Jul 6, 2021
68f1828
Merge branch 'main' into sj-issue-943-update-getting-started
srajiang Jul 6, 2021
1daaadd
Update docs/_tutorials/getting_started.md
srajiang Jul 6, 2021
cb5fc8a
Update docs/_tutorials/getting_started.md
srajiang Jul 6, 2021
d3dac2d
Update docs/_tutorials/getting_started.md
srajiang Jul 6, 2021
bede642
Add security note
srajiang Jul 6, 2021
c51fb8a
Merge branch 'sj-issue-943-update-getting-started' of github.com:sraj…
srajiang Jul 6, 2021
3926f02
Update docs/_tutorials/getting_started.md
srajiang Jul 6, 2021
25ed28c
Update docs/_tutorials/getting_started.md
srajiang Jul 6, 2021
6411f19
Add app token section
srajiang Jul 6, 2021
0f8b175
Wording
srajiang Jul 6, 2021
583ab7d
Merge branch 'sj-issue-943-update-getting-started' of github.com:sraj…
srajiang Jul 6, 2021
bac7a38
Update docs/_tutorials/getting_started.md
srajiang Jul 6, 2021
c73cb35
Update docs/_tutorials/getting_started.md
srajiang Jul 6, 2021
ffaf534
Tweaks language
srajiang Jul 6, 2021
e5b61c4
Merge branch 'sj-issue-943-update-getting-started' of github.com:sraj…
srajiang Jul 6, 2021
cb3e9e3
Update docs/_tutorials/getting_started.md
srajiang Jul 6, 2021
6c2ca38
Update docs/_tutorials/getting_started.md
srajiang Jul 6, 2021
4804b96
Update docs/_tutorials/getting_started.md
srajiang Jul 6, 2021
905ccf3
Update docs/_tutorials/getting_started.md
srajiang Jul 6, 2021
20d54ae
Update docs/_tutorials/getting_started.md
srajiang Jul 6, 2021
faa9f95
Add note about token types
srajiang Jul 6, 2021
62a00f5
Cleanup
srajiang Jul 6, 2021
dbd0532
Update docs/_tutorials/getting_started.md
srajiang Jul 6, 2021
aa10297
Add parallel getting started with http
srajiang Jul 7, 2021
2b5106c
Update docs/_tutorials/getting_started.md
srajiang Jul 7, 2021
a1b7bc1
Tweaks language
srajiang Jul 7, 2021
d3d9430
Merge branch 'sj-issue-943-update-getting-started' of github.com:sraj…
srajiang Jul 7, 2021
4412b16
Add link to Socket Mode
srajiang Jul 7, 2021
2ab31e7
Add clarification to section title
srajiang Jul 7, 2021
87bf50f
remove socket mode ref
srajiang Jul 7, 2021
10d07d6
Merge branch 'main' into sj-issue-943-update-getting-started
srajiang Jul 8, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/maintainers_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ A useful trick for debugging inside tests is to use the Chrome Debugging Protoco
The documentation is built using [Jekyll](https://jekyllrb.com/) and hosted with GitHub Pages.
The source files are contained in the `docs` directory. They are broken up into the `_basic`, `_advanced`, and `_tutorials` directories depending on content's nature.

All documentation contains [front matter](https://jekyllrb.com/docs/front-matter/) that indicates the section's title, slug (for header), respective language, and if it's not a tutorial it contains the order it should appear within it's respective section (basic or advanced).
All documentation contains [front matter](https://jekyllrb.com/docs/front-matter/) that indicates the section's title, slug (for header), respective language, and if it's not a tutorial it contains the order it should appear within its respective section (basic or advanced).

To build the docs locally, you can run `bundle exec jekyll serve`.
To build the docs locally, navigate to the `docs` folder and run `bundle exec jekyll serve`. Make sure you have run `bundle install` to install necessary gems.
srajiang marked this conversation as resolved.
Show resolved Hide resolved

#### Adding beta documentation
When documentation is in a beta state, it requires a new, distinct collection of docs. The process is a little nuanced, so make sure to build the documentation locally to make sure it appears how you expect. To create a new collection:
Expand Down
Loading