Skip to content

Commit 8feaeef

Browse files
committed
Deploying to gh-pages from @ patternfly-java/patternfly-java@120e9ec 🚀
0 parents  commit 8feaeef

10,646 files changed

Lines changed: 603303 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404.html

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<!--
2+
3+
Copyright 2023 Red Hat
4+
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
https://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
17+
-->
18+
<!doctype html>
19+
<html lang="en">
20+
<head>
21+
<meta charset="utf-8">
22+
<title>PatternFly Java</title>
23+
<script>
24+
// Single Page Apps for GitHub Pages
25+
// https://github.com/rafgraph/spa-github-pages
26+
// This script takes the current URL and converts the path and query string
27+
// into just a query string, and then redirects the browser to the new URL
28+
// with only a query string and hash fragment.
29+
var pathSegmentsToKeep = 0;
30+
var l = window.location;
31+
l.replace(
32+
l.protocol + '//' + l.hostname + (l.port ? ':' + l.port : '') +
33+
l.pathname.split('/').slice(0, 1 + pathSegmentsToKeep).join('/') + '/?/' +
34+
l.pathname.slice(1).split('/').slice(pathSegmentsToKeep).join('/').replace(/&/g, '~and~') +
35+
(l.search ? '&' + l.search.slice(1).replace(/&/g, '~and~') : '') +
36+
l.hash
37+
);
38+
</script>
39+
</head>
40+
<body>
41+
</body>
42+
</html>
Lines changed: 82 additions & 0 deletions
Loading
Lines changed: 82 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)