mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
add fallback redirects
This commit is contained in:
parent
deb3eab4c1
commit
800e3c8249
@ -21,8 +21,6 @@ secondary:
|
|||||||
url: "/about/"
|
url: "/about/"
|
||||||
- title: Blog
|
- title: Blog
|
||||||
url: https://blog.bigchaindb.com
|
url: https://blog.bigchaindb.com
|
||||||
- title: Enterprise
|
|
||||||
url: "/enterprise/"
|
|
||||||
- title: Whitepaper
|
- title: Whitepaper
|
||||||
url: "/whitepaper/"
|
url: "/whitepaper/"
|
||||||
- title: Contact
|
- title: Contact
|
||||||
|
@ -11,6 +11,8 @@ js: page-getstarted.min.js
|
|||||||
redirect_from:
|
redirect_from:
|
||||||
- /community/
|
- /community/
|
||||||
- /start/
|
- /start/
|
||||||
|
- /getstarted/
|
||||||
|
- /developers/
|
||||||
---
|
---
|
||||||
|
|
||||||
{% assign content = site.data.getstarted %}
|
{% assign content = site.data.getstarted %}
|
||||||
|
@ -4,6 +4,9 @@ layout: page
|
|||||||
title: "The Hitchhiker's Guide to BigchainDB"
|
title: "The Hitchhiker's Guide to BigchainDB"
|
||||||
tagline: "This guide explains how to get started and build apps with BigchainDB"
|
tagline: "This guide explains how to get started and build apps with BigchainDB"
|
||||||
image: share-image-guides.png
|
image: share-image-guides.png
|
||||||
|
|
||||||
|
redirect_from:
|
||||||
|
- /guides/
|
||||||
---
|
---
|
||||||
|
|
||||||
<section class="section section--guideslist">
|
<section class="section section--guideslist">
|
||||||
|
@ -8,6 +8,9 @@ header: hero-enterprise.jpg
|
|||||||
image: share-image-enterprise.jpg
|
image: share-image-enterprise.jpg
|
||||||
js: page-enterprise.min.js
|
js: page-enterprise.min.js
|
||||||
|
|
||||||
|
redirect_from:
|
||||||
|
- /enterprise/
|
||||||
|
|
||||||
hero:
|
hero:
|
||||||
title: "Hands-on consulting and production support"
|
title: "Hands-on consulting and production support"
|
||||||
description: "From ideation to production, we have the team and technology to help you build enterprise-grade applications and platforms."
|
description: "From ideation to production, we have the team and technology to help you build enterprise-grade applications and platforms."
|
||||||
|
Loading…
Reference in New Issue
Block a user