Skip to content

Commit

Permalink
chore(docs): hide table of contents in navigation sidebar for user st…
Browse files Browse the repository at this point in the history
…ory (#17370)
  • Loading branch information
Shegox committed Aug 24, 2022
1 parent 353e202 commit e79402d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/usage/user-stories/swissquote.md
@@ -1,3 +1,10 @@
<!-- hide table of contents in navigation sidebar -->
<style>
.md-nav--primary .md-nav__link[for=__toc] ~ .md-nav {
display: none;
}
</style>

# How Swissquote is keeping software dependencies up-to-date with Renovate

> This article was originally published on [Medium](https://medium.com/swissquote-engineering/how-swissquote-is-keeping-software-dependencies-up-to-date-with-renovate-6246e8b20437) by [Stéphane Goetz](https://onigoetz.ch/), Principal Software Engineer at [Swissquote Bank](https://github.com/swissquote/)
Expand Down

0 comments on commit e79402d

Please sign in to comment.