Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Merge branch 'feature/update-hashicorp-badges' into 'master'
Browse files Browse the repository at this point in the history
some small theme updates

See merge request all-staff/hashiqube!157
  • Loading branch information
Riaan Nolan committed Feb 21, 2023
1 parent 245473b commit 0ac9de5
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@

<script src="docsify/lib/mermaid.min.js"></script>
<style>
.app-name-link img {
width: 200px;
}
.sidebar-nav ul ul, .sidebar nav ul ul {
margin-left: 0px;
}
Expand All @@ -54,16 +57,22 @@
text-align: center;
bottom: 10px;
}
.app-name-link img {
width: 180px;
}
#docsify-darklight-theme {
top: 5px;
position: fixed;
right: 70px;
top: 12px;
width: 25px;
height: 25px;
}
.github-corner svg {
fill: transparent;
color: #ff0090;
}
/* body .docsify-pagination-container {
border-width: 5px;
border-color: red;
background: #282a36;
} */
</style>
<style>
:root {
Expand Down Expand Up @@ -155,9 +164,9 @@
toogleImage: 'url(https://cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/icons/moon.svg)'
}
},
pagination: {
crossChapter: true
},
// pagination: {
// crossChapter: true
// },
}

var num = 0;
Expand All @@ -170,7 +179,7 @@
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-typescript.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/index.min.js"></script>
<script src="//unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script>
<!-- <script src="https://unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script> -->
<script src="//unpkg.com/docsify-slides/dist/docsify-slides.min.js"></script>
<script src="//unpkg.com/docsify-accordion/src/index.js"></script>
<div class="footer">footer</div>
Expand Down

0 comments on commit 0ac9de5

Please sign in to comment.