forked from slackapi/bolt-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
68 lines (60 loc) · 1.66 KB
/
_config.yml
File metadata and controls
68 lines (60 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
title: Bolt
description: >-
A framework that makes Slack app development fast and straight-forward.
With a single interface for Slack’s Web API, Events API, and interactive features,
Bolt gives you the full power of the Slack platform out of the box.
baseurl: /bolt-python
url: https://slack.dev
collections:
basic:
output: false
steps:
output: false
advanced:
output: false
tutorials:
output: true
permalink: /tutorials/:slug
defaults:
-
scope:
path: ""
values:
layout: "default"
# Translation strings used in templates - they are typically used using t[page.lang]
# so it's important to have corresponding strings for each translated language
t:
en:
basic: Basic concepts
steps: Workflow steps
advanced: Advanced concepts
start: Getting started
contribute: Contributing
ja-jp:
basic: 基本的な概念
# TODO: translate this title
steps: Workflow steps
advanced: 応用コンセプト
start: Bolt 入門ガイド
contribute: 貢献
# Metadata
repo_name: bolt-python
github_username: SlackAPI
code_of_conduct_url: https://slackhq.github.io/code-of-conduct
cla_url: https://cla-assistant.io/slackapi/bolt-python
google_analytics: UA-56978219-13
google_tag_manager: GTM-KFZ5MK7
# Build settings
markdown: kramdown
kramdown:
parse_block_html: true
parse_span_html: true
syntax_highlighter_opts:
block:
line_numbers: true
plugins:
- jemoji
- jekyll-redirect-from
repository: slackapi/bolt-python