Skip to content

Commit

Permalink
Established structured folders to customize MkDocs Material to an Ice…
Browse files Browse the repository at this point in the history
…berg look and feel

Co-authored-by: Muna Bedan <[email protected]>
  • Loading branch information
2 people authored and Fokko committed Jan 9, 2024
1 parent d9498a0 commit 9bd5dec
Show file tree
Hide file tree
Showing 15 changed files with 6,165 additions and 93 deletions.
2 changes: 1 addition & 1 deletion site/dev/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ clean () {
rm -rf docs/docs/latest &> /dev/null
git worktree remove docs/docs &> /dev/null
git worktree remove docs/javadoc &> /dev/null

git restore docs/docs

# Remove any additional temporary artifacts (e.g., 'site/' directory)
Expand Down
28 changes: 28 additions & 0 deletions site/docs/assets/images/Iceberg-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/docs/assets/images/footer-bg.webp
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions site/docs/assets/javascript/extra.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// intentionally left blank
68 changes: 68 additions & 0 deletions site/docs/assets/stylesheets/bootstrap-buttons.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
.btn {
font-size: 14px;
padding: 6px 12px;
margin-bottom: 0;

display: inline-block;
text-decoration: none;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
}
.btn:focus,
.btn:active:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus {
color: #333;
text-decoration: none;
}
.btn:active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-lg, .btn-group-lg .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}

/* default
---------------------------- */
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn-default:focus {
color: #333;
background-color: #e6e6e6;
border-color: #8c8c8c;
}
.btn-default:hover {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}

Loading

0 comments on commit 9bd5dec

Please sign in to comment.