mirror of
https://github.com/caddyserver/website.git
synced 2025-04-26 06:56:15 -04:00
docs: Update for v2.2
This commit is contained in:
parent
30084b98b0
commit
af3676862b
11 changed files with 161 additions and 18 deletions
|
@ -84,7 +84,7 @@ header nav .button {
|
|||
|
||||
main {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
main > .sidebar {
|
||||
|
@ -104,7 +104,8 @@ main > nav.sidebar {
|
|||
font-size: 16px;
|
||||
}
|
||||
|
||||
main nav li img {
|
||||
main nav li img,
|
||||
article li img {
|
||||
max-height: .9em;
|
||||
}
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@ $(function() {
|
|||
? '/docs/caddyfile/directives'
|
||||
: '/docs/caddyfile/directives/' + text;
|
||||
$(item)
|
||||
.html('<a href="' + url + '" style="color: inherit;"></a>')
|
||||
.html('<a href="' + url + '" style="color: inherit;" title="Directive"></a>')
|
||||
.find('a')
|
||||
.text(text);
|
||||
});
|
||||
|
@ -57,7 +57,7 @@ $(function() {
|
|||
.map(function(k, item) {
|
||||
let text = item.innerText;
|
||||
$(item)
|
||||
.html('<a href="/docs/caddyfile/matchers" style="color: inherit;"></a>')
|
||||
.html('<a href="/docs/caddyfile/matchers" style="color: inherit;" title="Matcher token"></a>')
|
||||
.find('a')
|
||||
.text(text);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue