Skip to content

Commit

Permalink
Pushing docs assets
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrudin committed Sep 24, 2024
1 parent 3840151 commit 8ed927e
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 0 deletions.
31 changes: 31 additions & 0 deletions docs/assets/ProgressMarkLogic_PrimaryLogo_Stacked.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 60 additions & 0 deletions docs/assets/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
/* Copied from https://raw.githubusercontent.com/Ovski4/jekyll-tabs/master/docs/tabs.css */
.tab {
display: flex;
flex-wrap: wrap;
margin-left: -20px;
padding: 0;
list-style: none;
position: relative;
}

.tab > * {
flex: none;
padding-left: 20px;
position: relative;
}

.tab > * > a {
display: block;
text-align: center;
padding: 9px 20px;
color: #999;
border-bottom: 2px solid transparent;
border-bottom-color: transparent;
font-size: 12px;
text-transform: uppercase;
transition: color .1s ease-in-out;
line-height: 20px;
}

.tab > .active > a {
color:#222;
border-color: #1e87f0;
}

.tab > li > a {
text-decoration: none;
cursor: pointer;
}

.tab-content {
padding: 0;
}

.tab-content > li {
display: none;
}

.tab-content > li.active {
display: block;
}

/* Begin MarkLogic modifications. */
/* Override the just-the-docs styles so we don't get bullet points by the tabs. */
.tab > li::before {
content: "" !important;
}
.tab-content > li::before {
content: "" !important;
}
/* End MarkLogic modifications. */
9 changes: 9 additions & 0 deletions docs/assets/js/tabs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8ed927e

Please sign in to comment.