mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
new site structure
This commit is contained in:
parent
4abff071cc
commit
6b805b9d22
@ -92,7 +92,7 @@ collections:
|
||||
permalink: /:collection/:path/
|
||||
guides:
|
||||
output: true
|
||||
permalink: /:collection/:path/
|
||||
permalink: /developers/:collection/:path/
|
||||
|
||||
defaults:
|
||||
- scope:
|
||||
|
@ -60,7 +60,7 @@
|
||||
@import 'page-contact';
|
||||
@import 'page-cla';
|
||||
@import 'page-partners';
|
||||
@import 'page-enterprise';
|
||||
@import 'page-services';
|
||||
@import 'page-faq';
|
||||
@import 'oceanprotocol';
|
||||
@import 'page-guides';
|
||||
|
@ -1,15 +1,18 @@
|
||||
---
|
||||
main:
|
||||
- title: Get started
|
||||
url: "/getstarted/"
|
||||
- title: Features
|
||||
url: "/features/"
|
||||
- title: Use Cases
|
||||
url: "/usecases/"
|
||||
- title: Guide
|
||||
url: "/guides/"
|
||||
- title: Docs
|
||||
url: https://docs.bigchaindb.com/
|
||||
url: /features/
|
||||
- title: Services
|
||||
url: /services/
|
||||
- title: Developers
|
||||
url: /developers/getstarted/
|
||||
items:
|
||||
- title: Get Started
|
||||
url: /developers/getstarted/
|
||||
- title: Guide
|
||||
url: /developers/guides/
|
||||
- title: Docs
|
||||
url: https://docs.bigchaindb.com/
|
||||
|
||||
secondary:
|
||||
- title: FAQ
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: base
|
||||
|
||||
title: Enterprise
|
||||
title: Services
|
||||
description: "A fast blockchain database for data driven enterprise applications"
|
||||
|
||||
header: hero-enterprise.jpg
|
Loading…
Reference in New Issue
Block a user