-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config.yml
More file actions
87 lines (87 loc) · 1.84 KB
/
_config.yml
File metadata and controls
87 lines (87 loc) · 1.84 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
---
lang: en
title: SUSE Kernel
title_short: Kernel
description: SUSE Kernel Site
copyright: "© 2011–2020 SUSE LLC."
url: https://kernel.suse.com
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: SUSE Linux 16
children:
- text: SL-16.1
link: SL-16.1.html
- text: SL-16.0
link: SL-16.0.html
- text: SUSE-2024
link: SUSE-2024.html
- text: SUSE Linux 16 Addons
children:
- text: SL-16.0-AZURE
link: SL-16.0-AZURE.html
- text: SUSE-2024-RT
link: SUSE-2024-RT.html
- text: SLE
children:
- text: SLE15-SP7
link: SLE15-SP7.html
- text: SLE12-SP5
link: SLE12-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-LTSS
link: SLE15-SP6-LTSS.html
- text: SLE15-SP5-RT-LTSS
link: SLE15-SP5-RT-LTSS.html
- text: SLE15-SP5-LTSS
link: SLE15-SP5-LTSS.html
- text: SLE15-SP4-RT-LTSS
link: SLE15-SP4-RT-LTSS.html
- text: SLE15-SP4-LTSS
link: SLE15-SP4-LTSS.html
- text: SLE15-SP3-RT-LTSS
link: SLE15-SP3-RT-LTSS.html
- text: SLE15-SP3-LTSS
link: SLE15-SP3-LTSS.html
- text: SLE11-SP4-LTSS
link: SLE11-SP4-LTSS.html
- text: SLE Live Patching
children:
- text: SLE15-SP7
link: SLE15-SP7-lp.html
- text: SLE12-SP5
link: SLE12-SP5-lp.html
- text: SLE15-SP7-RT
link: SLE15-SP7-RT-lp.html
footer_links:
- text: Source Code
link: https://github.com/SUSE/kernel-pages
plugins:
- jekyll-redirect-from
search_provider: github
search_github_repo: openSUSE/kernel-pages
defaults:
- scope:
path: "*.md"
values:
layout: suse
exclude:
- README.md
- Gemfile
- Gemfile.lock
- vendor