-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOC] add custom 404 page and fix some document issue [skip ci] (#10309)
* add custom 404 page Signed-off-by: liyuan <[email protected]> * Update .github/404.html Co-authored-by: Gera Shegalov <[email protected]> * test markdownlink checker Signed-off-by: liyuan <[email protected]> * check all links Signed-off-by: liyuan <[email protected]> * fix all dead links Signed-off-by: liyuan <[email protected]> * revert markdown link checker config files after fix all dead links Signed-off-by: liyuan <[email protected]> * enable all links checking as discussed in #10322 Signed-off-by: liyuan <[email protected]> * we already support zstd orc and parquet write, fix #10365 Signed-off-by: liyuan <[email protected]> --------- Signed-off-by: liyuan <[email protected]> Co-authored-by: Gera Shegalov <[email protected]>
- Loading branch information
1 parent
b75b161
commit 6c01e1b
Showing
5 changed files
with
36 additions
and
8 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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
layout: default | ||
permalink: /404.html | ||
--- | ||
|
||
<style type="text/css" media="screen"> | ||
.container { | ||
margin: 10px auto; | ||
max-width: 600px; | ||
text-align: center; | ||
} | ||
h1 { | ||
margin: 30px 0; | ||
font-size: 4em; | ||
line-height: 1; | ||
letter-spacing: -1px; | ||
} | ||
</style> | ||
|
||
<div class="container"> | ||
<h1>404</h1> | ||
|
||
<p><strong>Page not found :(</strong></p> | ||
<p> The requested page could not be found. | ||
If you are looking for documentation please navigate to the <a href="https://docs.nvidia.com/spark-rapids/user-guide/latest/index.html">User Guide</a> for more information</p> | ||
</div> |
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
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