mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
parent
e240133b11
commit
d8fe1b0d89
2 changed files with 863 additions and 343 deletions
5
docs/_templates/base.html
vendored
5
docs/_templates/base.html
vendored
|
|
@ -7,6 +7,11 @@
|
|||
|
||||
{% block scripts %}
|
||||
{{ super() }}
|
||||
<style type="text/css">
|
||||
.highlight-output .highlight {
|
||||
border-left: 9px solid #30c94f;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
document.addEventListener("DOMContentLoaded", function() {
|
||||
// Show banner linking to /stable/ if this is a /latest/ page
|
||||
|
|
|
|||
1201
docs/cli.rst
1201
docs/cli.rst
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue