Skip to content

Commit fcbba97

Browse files
committed
docs: add github pages for project documentation
1 parent b3a8abc commit fcbba97

4 files changed

Lines changed: 885 additions & 0 deletions

File tree

docs/404.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>404 — ForgeAI</title>
7+
<link href="https://fonts.googleapis.com/css2?family=Instrument+Serif&family=Outfit:wght@300;400;500&display=swap" rel="stylesheet">
8+
<style>
9+
body {
10+
margin:0; min-height:100vh; display:flex; align-items:center; justify-content:center;
11+
background:#08090c; color:#e8ecf4; font-family:'Outfit',sans-serif;
12+
text-align:center; padding:2rem;
13+
}
14+
h1 { font-family:'Instrument Serif',serif; font-size:6rem; color:#f97316; font-weight:400; margin-bottom:0.5rem; }
15+
p { color:#8893a7; font-size:1.1rem; margin-bottom:2rem; font-weight:300; }
16+
a {
17+
color:#000; background:#f97316; padding:0.7rem 1.5rem; border-radius:8px;
18+
text-decoration:none; font-weight:600; transition:all 0.2s;
19+
}
20+
a:hover { background:#fb923c; transform:translateY(-2px); }
21+
</style>
22+
</head>
23+
<body>
24+
<div>
25+
<h1>404</h1>
26+
<p>This page got lost in the forge.</p>
27+
<a href="./">Back to ForgeAI</a>
28+
</div>
29+
</body>
30+
</html>

docs/_config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
theme: null
2+
title: ForgeAI Pipeline Intelligence
3+
description: AI-Powered Pipeline Intelligence for Jenkins
4+
baseurl: /forgeai-pipeline-intelligence
5+
url: https://forgeai-oss.github.io
6+
include:
7+
- index.html
8+
- 404.html

0 commit comments

Comments
 (0)