forked from okta/okta-developer-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·145 lines (124 loc) · 3.13 KB
/
_config.yml
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
name: The Identity Platform for Developers
title: Okta Developer
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Secure, scalable, and highly available authentication and user management for any app.
baseurl: ""
url: "https://developer.okta.com"
twitter_username: OktaDev
github_username: oktadeveloper
disqus_shortname: oktadevblog
plugins:
- jekyll-redirect-from
- jekyll-paginate
- jekyll-assets
- jekyll-include-cache
- jekyll-asciidoc
- asciidoctor-rouge
source: _source
destination: dist
markdown: kramdown
markdown_ext: md
kramdown:
syntax_highlighter: rouge
toc_levels: 1..3
permalink: /blog/:year/:month/:day/:title
support_phone_number: "1-888-722-7871"
github_base_url: "https://github.com/okta/okta.github.io/tree/source/_source/"
github_edit_url: "https://github.com/okta/okta.github.io/edit/source/_source/"
get_started_url: "https://developer.okta.com/signup/"
stack_overflow_forum_url: "http://stackoverflow.com/search?q=okta"
timezone: EST
ga_ua_id: "UA-15777010-3"
# This is different from "url"
# This variable will prevent user from committing sitemap with local url
production_url: "https://developer.okta.com"
include: [_static, .nojekyll, .woff, .tff]
assets:
compress:
css: true
js: true
autowrite: true
cache: .asset-cache
cache_type: filesystem
skip_baseurl_with_cdn: false
skip_prefix_with_cdn: false
prefix: "/assets"
digest: true
features:
liquid: false
integrity: false
automatic_img_size: false
automatic_img_alt : true
collections:
standards:
output: true
code:
output: true
use_cases:
output: true
authentication-guide:
output: true
reference:
output: true
3rd_party_notices:
output: true
docs:
output: true
quickstarts:
output: true
change-log:
output: true
permalink: /docs/change-log/
sdk:
output: true
permalink: /docs/sdk/:path
paginate: 10
paginate_path: "/blog/page/:num"
defaults:
-
scope:
collection: code
values:
layout: software
-
scope:
collection: reference
values:
layout: documentation
-
scope:
collection: docs
values:
toc: true
-
scope:
collection: use_cases
values:
hidden: false
sitemap_ignore:
- sdk
- change-log
- quickstart-fragments
- 3rd_party_notices
# Omit from sitemap.collection traversal
- posts
# Okta Library versions
versions:
jwt_validator_java: 0.2.0
spring_boot_starter: 0.5.0
okta_signin_widget: 2.16.0
# Bug: 37458
# Add Discourse link
dev_forum: https://devforum.okta.com/
# Location of main Drupal site for navigation and shared resources
external_domain: https://developer.okta.com
# Link for telling people to contact support
contact_support_lc: contact <a href="https://support.okta.com/help/open_case" target="_blank">Support</a>
contact_support_uc: Contact <a href="https://support.okta.com/help/open_case" target="_blank">Support</a>
# AsciiDoc settings - only applies to blog. Can be removed when we move to Hugo for the blog.
asciidoctor:
attributes:
source-highlighter: rouge
icons: font
base_dir: :_source