mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
routing rules tweaks
This commit is contained in:
parent
39cd8e703b
commit
f720d52dbe
@ -21,38 +21,25 @@
|
|||||||
</Condition>
|
</Condition>
|
||||||
<Redirect>
|
<Redirect>
|
||||||
<ReplaceKeyPrefixWith>features/#usecases</ReplaceKeyPrefixWith>
|
<ReplaceKeyPrefixWith>features/#usecases</ReplaceKeyPrefixWith>
|
||||||
|
<HttpRedirectCode>301</HttpRedirectCode>
|
||||||
</Redirect>
|
</Redirect>
|
||||||
</RoutingRule>
|
</RoutingRule>
|
||||||
<RoutingRule>
|
<RoutingRule>
|
||||||
<Condition>
|
<Condition>
|
||||||
<KeyPrefixEquals>getstarted/</KeyPrefixEquals>
|
<KeyPrefixEquals>getstarted/index.html</KeyPrefixEquals>
|
||||||
</Condition>
|
</Condition>
|
||||||
<Redirect>
|
<Redirect>
|
||||||
<ReplaceKeyPrefixWith>developers/getstarted</ReplaceKeyPrefixWith>
|
<ReplaceKeyPrefixWith>developers/getstarted/</ReplaceKeyPrefixWith>
|
||||||
|
<HttpRedirectCode>301</HttpRedirectCode>
|
||||||
</Redirect>
|
</Redirect>
|
||||||
</RoutingRule>
|
</RoutingRule>
|
||||||
<RoutingRule>
|
<RoutingRule>
|
||||||
<Condition>
|
<Condition>
|
||||||
<KeyPrefixEquals>developers/</KeyPrefixEquals>
|
<KeyPrefixEquals>guides/index.html</KeyPrefixEquals>
|
||||||
</Condition>
|
|
||||||
<Redirect>
|
|
||||||
<ReplaceKeyPrefixWith>developers/getstarted</ReplaceKeyPrefixWith>
|
|
||||||
</Redirect>
|
|
||||||
</RoutingRule>
|
|
||||||
<RoutingRule>
|
|
||||||
<Condition>
|
|
||||||
<KeyPrefixEquals>guide/</KeyPrefixEquals>
|
|
||||||
</Condition>
|
|
||||||
<Redirect>
|
|
||||||
<ReplaceKeyPrefixWith>developers/guide/</ReplaceKeyPrefixWith>
|
|
||||||
</Redirect>
|
|
||||||
</RoutingRule>
|
|
||||||
<RoutingRule>
|
|
||||||
<Condition>
|
|
||||||
<KeyPrefixEquals>guides/</KeyPrefixEquals>
|
|
||||||
</Condition>
|
</Condition>
|
||||||
<Redirect>
|
<Redirect>
|
||||||
<ReplaceKeyPrefixWith>developers/guides/</ReplaceKeyPrefixWith>
|
<ReplaceKeyPrefixWith>developers/guides/</ReplaceKeyPrefixWith>
|
||||||
|
<HttpRedirectCode>301</HttpRedirectCode>
|
||||||
</Redirect>
|
</Redirect>
|
||||||
</RoutingRule>
|
</RoutingRule>
|
||||||
<RoutingRule>
|
<RoutingRule>
|
||||||
@ -61,6 +48,7 @@
|
|||||||
</Condition>
|
</Condition>
|
||||||
<Redirect>
|
<Redirect>
|
||||||
<ReplaceKeyPrefixWith>services/</ReplaceKeyPrefixWith>
|
<ReplaceKeyPrefixWith>services/</ReplaceKeyPrefixWith>
|
||||||
|
<HttpRedirectCode>301</HttpRedirectCode>
|
||||||
</Redirect>
|
</Redirect>
|
||||||
</RoutingRule>
|
</RoutingRule>
|
||||||
</RoutingRules>
|
</RoutingRules>
|
||||||
|
@ -28,7 +28,7 @@ layout: base
|
|||||||
</header>
|
</header>
|
||||||
</div>
|
</div>
|
||||||
<div class="row row--wide">
|
<div class="row row--wide">
|
||||||
<div class="grid grid--full grid-small--half grid-medium--third grid--gutters">
|
<div class="grid grid--full grid-small--half grid-medium--third grid--gutters--small">
|
||||||
{% for guide in site.guides limit: 6 %}
|
{% for guide in site.guides limit: 6 %}
|
||||||
{% unless page.id == guide.id %}
|
{% unless page.id == guide.id %}
|
||||||
<div class="grid__col">
|
<div class="grid__col">
|
||||||
|
Loading…
Reference in New Issue
Block a user