We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d052fb commit a987988Copy full SHA for a987988
src/index.html
@@ -79,6 +79,7 @@
79
window.$docsify = {
80
autoHeader: true,
81
loadSidebar: true,
82
+ repo: 'https://github.com/codegouvfr/docsify-dsfr-template',
83
search: {
84
paths: 'auto',
85
placeholder: 'Rechercher',
src/style.scss
@@ -186,3 +186,16 @@ div.tip, p.tip {
186
}
187
188
189
+
190
+.github-corner {
191
+ background: none;
192
+ position: absolute;
193
+ right: 0;
194
+ top: 0;
195
+ width: 48px;
196
+ z-index: 2000;
197
198
+ &:after {
199
+ content: none;
200
+ }
201
+}
0 commit comments