-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Update documentation
Showing
9 changed files
with
278 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 83e1b49c4349a12554c8872910c3b636 | ||
config: fd5e5dc2570bfe514e30475662730d64 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>404 Error Page</title> | ||
<style> | ||
body { | ||
font-family: Arial, sans-serif; | ||
text-align: center; | ||
margin: 0; | ||
padding: 0; | ||
height: 100vh; | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
} | ||
|
||
.error-container { | ||
background-color: #f5f5f5; | ||
padding: 40px; | ||
border-radius: 10px; | ||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); | ||
} | ||
|
||
h1 { | ||
font-size: 36px; | ||
margin-bottom: 20px; | ||
color: #ff5722; | ||
} | ||
|
||
p { | ||
font-size: 18px; | ||
margin-bottom: 30px; | ||
} | ||
|
||
a { | ||
text-decoration: none; | ||
color: #3498db; | ||
font-weight: bold; | ||
} | ||
|
||
ul { | ||
list-style-type: none; | ||
padding: 0; | ||
margin: 0; | ||
} | ||
|
||
li { | ||
margin-bottom: 10px; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div class="error-container"> | ||
<h1>We Hit a Snag! (404 Error)</h1> | ||
<p>Looks like you stumbled upon a page that doesn't exist. Maybe you mistyped the URL or the page has moved.</p> | ||
<p>No worries, we can help you get back on track!</p> | ||
<p><strong>Here are a few options:</strong></p> | ||
<ul> | ||
<li><strong>Search:</strong> Try searching for what you're looking for using our powerful search bar: | ||
<a href="https://vast-data.github.io/data-platform-field-docs/search.html">Search</a> | ||
</li> | ||
<li><strong>Head Home:</strong> Start from the beginning and explore our documentation: | ||
<a href="https://vast-data.github.io/data-platform-field-docs/">Home Page</a> | ||
</li> | ||
<li><strong>Double-Check the URL:</strong> Make sure you typed the address correctly.</li> | ||
</ul> | ||
<p>We hope this helps!</p> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters