Skip to content

Commit a3e3ba4

Browse files
author
GitHub Action
committed
Publish docs
0 parents  commit a3e3ba4

File tree

472 files changed

+85481
-0
lines changed

Some content is hidden

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

472 files changed

+85481
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!DOCTYPE html>
2+
<html class="no-js height" lang="en">
3+
4+
<head>
5+
<meta charset="utf-8" />
6+
<meta name="viewport" content="width=device-width initial-scale=1" />
7+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
8+
9+
<title>ScyllaDB</title>
10+
<meta name="description" content="ScyllaDB is an Apache Cassandra-compatible NoSQL data store that can handle 1 million transactions per second on a single server." />
11+
<link rel="icon" src="/_static/img/favicon.ico" type="image/x-icon" />
12+
<link rel="preconnect" href="https://fonts.gstatic.com" />
13+
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400&display=swap"
14+
rel="stylesheet" />
15+
16+
<link rel="stylesheet" href="/_static/css/main.css" type="text/css" />
17+
<link rel="stylesheet" href="/_static/css/main.css" type="text/css" />
18+
</head>
19+
20+
<body class="not-found">
21+
<img class="not-found__icon" src="/_static/img/mascots-2/wow-up.svg" alt="" />
22+
<div class="not-found__text">
23+
<h1>404</h1>
24+
<p>The ScyllaDB monster ate your page!</p>
25+
<p>
26+
<a href="https://cpp-driver.docs.scylladb.com" class="button not-found__button">Home</a>
27+
</p>
28+
</div>
29+
</body>
30+
31+
</html>

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cpp-driver.docs.scylladb.com

0 commit comments

Comments
 (0)