website: beginning http docs update
This commit is contained in:
parent
b58b98d31e
commit
65b41b9236
|
@ -108,6 +108,18 @@ body.layout-intro{
|
|||
li.active a {
|
||||
font-weight: $font-weight-museo-xb;
|
||||
}
|
||||
|
||||
li.active .subnav {
|
||||
display: block;
|
||||
|
||||
li a {
|
||||
font-weight: $font-weight-museo-sb;
|
||||
}
|
||||
|
||||
li.active a {
|
||||
font-weight: $font-weight-museo-xb;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -117,7 +129,7 @@ body.layout-intro{
|
|||
font-weight: $font-weight-museo-sb;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.nav {
|
||||
display: none;
|
||||
|
@ -131,8 +143,21 @@ body.layout-intro{
|
|||
font-family: $font-family-open-sans;
|
||||
padding: 6px 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.subnav {
|
||||
display: none;
|
||||
margin-bottom: 15px;
|
||||
list-style: none;
|
||||
> li{
|
||||
padding: 6px 0;
|
||||
> a{
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-family: $font-family-open-sans;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
layout: "docs"
|
||||
page_title: "Key/Value store"
|
||||
sidebar_current: "docs-agent-http-kv"
|
||||
---
|
||||
|
||||
Hello!
|
|
@ -126,6 +126,39 @@
|
|||
|
||||
<li<%= sidebar_current("docs-agent-http") %>>
|
||||
<a href="/docs/agent/http.html">HTTP API</a>
|
||||
<ul class="subnav">
|
||||
<li<%= sidebar_current("docs-agent-http-kv") %>>
|
||||
<a href="/docs/agent/http/kv.html">Key/Value store</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-agent-http-agent") %>>
|
||||
<a href="/docs/agent/http/agent.html">Agent</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-agent-http-catalog") %>>
|
||||
<a href="/docs/agent/http/catalog.html">Catalog</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-agent-http-session") %>>
|
||||
<a href="/docs/agent/http/session.html">Sessions</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-agent-http-health") %>>
|
||||
<a href="/docs/agent/http/health.html">Health Checks</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-agent-http-acl") %>>
|
||||
<a href="/docs/agent/http/acl.html">ACLs</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-agent-http-event") %>>
|
||||
<a href="/docs/agent/http/event.html">Events</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-agent-http-status") %>>
|
||||
<a href="/docs/agent/http/status.html">Status</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-agent-config") %>>
|
||||
|
|
Loading…
Reference in New Issue