-
Notifications
You must be signed in to change notification settings - Fork 5
/
_config.yml
86 lines (86 loc) · 1.86 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
---
lang: en
title: openSUSE Kernel
title_short: Kernel
description: openSUSE Kernel Site
copyright: "© 2011–2020 openSUSE Contributors"
url: https://kernel.opensuse.org
navbar_links:
- text: openSUSE
children:
- text: master
link: master.html
- text: stable
link: stable.html
- text: upstream
children:
- text: linux-next
link: linux-next.html
- text: vanilla
link: vanilla.html
- text: SLFO
children:
- text: SUSE-2024
link: SUSE-2024.html
- text: SUSE-2024-RT
link: SUSE-2024-RT.html
- text: SLE
children:
- text: SLE15-SP7
link: SLE15-SP7.html
- text: SLE15-SP6
link: SLE15-SP6.html
- text: SLE15-SP5
link: SLE15-SP5.html
- text: SLE Addons
children:
- text: SLE15-SP7-RT
link: SLE15-SP7-RT.html
- text: SLE15-SP7-AZURE
link: SLE15-SP7-AZURE.html
- text: SLE15-SP6-RT
link: SLE15-SP6-RT.html
- text: SLE15-SP6-COCO
link: SLE15-SP6-COCO.html
- text: SLE15-SP6-AZURE
link: SLE15-SP6-AZURE.html
- text: SLE15-SP5-RT
link: SLE15-SP5-RT.html
- text: SLE15-SP5-AZURE
link: SLE15-SP5-AZURE.html
- text: SLE15-SP4-RT-LTSS
link: SLE15-SP4-RT-LTSS.html
- text: SLE15-SP3-RT-LTSS
link: SLE15-SP3-RT-LTSS.html
- text: SLE15-SP2-EB
link: SLE15-SP2-EB.html
- text: SLE Live Patching
children:
- text: SLE15-SP7
link: SLE15-SP7-lp.html
- text: SLE15-SP6
link: SLE15-SP6-lp.html
- text: SLE15-SP5
link: SLE15-SP5-lp.html
- text: SLE15-SP6-RT
link: SLE15-SP6-RT-lp.html
- text: SLE15-SP5-RT
link: SLE15-SP5-RT-lp.html
footer_links:
- text: Source Code
link: https://github.com/openSUSE/kernel-pages
plugins:
- jekyll-redirect-from
search_provider: github
search_github_repo: openSUSE/kernel-pages
remote_theme: openSUSE/jekyll-theme
defaults:
- scope:
path: "*.md"
values:
layout: markdown
exclude:
- README.md
- Gemfile
- Gemfile.lock
- vendor