-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path_config.yml
44 lines (40 loc) · 1.52 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
url: "http://www.ipdk.io"
baseurl: ""
title: Infrastructure Programmer Development Kit
title-cn: Infrastructure Programmer Development Kit
email: [email protected]
author: TBD
description: >
IPDK, or Infrastructure Programmer Development Kit, is an open source, vendor-agnostic framework of drivers and APIs for infrastructure offload and management that runs on a CPU or an IPU. IPDK runs in Linux and uses a set of well-established tools such as SPDK, DPDK, Quick Assist and P4 to enable network virtualization, storage virtualization, workload provisioning, root-of-trust and offload capabilities found in the platform. The components within IPDK, already optimized for Xeon servers, provide a common platform across CPUs and IPUs for increasing performance, optimizing resources and securing the infrastructure with an open-source eco-system.
markdown: kramdown
highlighter: rouge
permalink: pretty
include: [.well-known]
boxes:
- title: download
title-cn: 下载
url: /download/
- title: documentation
title-cn: 文档
url: /documentation/
- title: development
title-cn: 开发
url: /development/
- title: CI Status
title-cn: 身份
url: /ci-status/
- title: community
title-cn: 社区
url: /community/
# The below code is to enable the roadmap tab in Navigation, Currently it's in hold.
# - title: roadmap
# title-cn: 路线图
# url: /roadmap/
- title: News
title-cn: 动态
url: /blog/
collections:
documentation:
output: true
development:
output: true