forked from jenkins-infra/jenkins.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html.haml
43 lines (37 loc) · 919 Bytes
/
404.html.haml
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
---
layout: simplepage
title: Not Found
notitle: true
noanchors: true
---
.body#container
.row
.col-12
%h1
The page you requested could not be found.
%p
Were you looking for one of these developer resources?
.col-xl-6
%h2
%a{:href => "tutorial"}
Tutorial
%p
Get started with Jenkins development by writing a simple plugin.
.col-xl-6
%h2
%a{:href => "guides"}
How-To Guides
%p
These guides explain how to solve a specific problem.
.col-xl-6
%h2
%a{:href => "book"}
Reference Documentation
%p
The Jenkins developer reference documentation is organized by topics.
.col-xl-6
%h2
%a{:href => "extensions"}
Extensions Index
%p
An index of all extension points available in core and plugins and their implementations.