mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 14:24:39 +00:00
website: beginning http docs update
This commit is contained in:
parent
d89af51eb6
commit
99b92a6fb0
@ -108,6 +108,18 @@ body.layout-intro{
|
|||||||
li.active a {
|
li.active a {
|
||||||
font-weight: $font-weight-museo-xb;
|
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;
|
font-weight: $font-weight-museo-sb;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav {
|
.nav {
|
||||||
display: none;
|
display: none;
|
||||||
@ -131,8 +143,21 @@ body.layout-intro{
|
|||||||
font-family: $font-family-open-sans;
|
font-family: $font-family-open-sans;
|
||||||
padding: 6px 15px;
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
7
website/source/docs/agent/http/kv.html.markdown
Normal file
7
website/source/docs/agent/http/kv.html.markdown
Normal file
@ -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") %>>
|
<li<%= sidebar_current("docs-agent-http") %>>
|
||||||
<a href="/docs/agent/http.html">HTTP API</a>
|
<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>
|
||||||
|
|
||||||
<li<%= sidebar_current("docs-agent-config") %>>
|
<li<%= sidebar_current("docs-agent-config") %>>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user