blob: d3e7fa677526cf7da912b9090e023c916648346c (
plain) (
blame)
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
|
title: PyDis DevOps
email: [email protected]
description: >-
Knowledgebase for all things DevOps in Python Discord.
baseurl: "/infra"
url: "https://python-discord.github.io"
twitter_username: PythonDiscord
github_username: python-discord
remote_theme: just-the-docs/just-the-docs
plugins:
- jekyll-feed
# Compression tuning
compress_html:
ignore:
envs: all
# Code block preferences
kramdown:
syntax_highlighter_opts:
block:
line_numbers: true
# Theme configuration
aux_links:
"Python Discord":
"https://pythondiscord.com/"
aux_links_new_tab: true
color_scheme: dark
# Document detection
collections:
runbooks:
permalink: "/:collection/:path/"
output: true
queries:
permalink: "/:collection/:path"
output: true
general:
permalink: "/:collection/:path"
output: true
just_the_docs:
collections:
pages:
name: Pages
general:
name: General
runbooks:
name: Runbooks
queries:
name: Queries
|