forked from inspektor-gadget/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
69 lines (69 loc) · 1.74 KB
/
config.yaml
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
baseURL: /
languageCode: en-us
title: Inspektor Gadget
assetsDir: assets
copyright: The Inspektor Gadget Contributors
params:
favicon: brand-icon.svg
description: Project website for Inspektor Gadget
docs:
github_edit_url: https://github.com/inspektor-gadget/inspektor-gadget/edit/main/docs/
issues_url: https://github.com/inspektor-gadget/inspektor-gadget/issues/new?labels=kind/docs
external_docs:
- repo: https://github.com/inspektor-gadget/inspektor-gadget.git
name: v0.28.1
branch: v0.28.1
dir: docs
- repo: https://github.com/inspektor-gadget/inspektor-gadget.git
name: v0.28.0
branch: v0.28.0
dir: docs
- repo: https://github.com/inspektor-gadget/inspektor-gadget.git
name: v0.27.0
branch: v0.27.0
dir: docs
- repo: https://github.com/inspektor-gadget/inspektor-gadget.git
name: latest
branch: main
dir: docs
social:
- title: Twitter
url: https://twitter.com/nspektor_gadget
image: twitter-icon
- title: Github
url: https://github.com/inspektor-gadget/inspektor-gadget
image: github-icon
menu:
main:
- name: Blog
url: /blog
identifier: blog
weight: -500
- name: Gadgets
url: /#gadgets
identifier: gadgets
weight: -200
- name: Github
url: https://github.com/inspektor-gadget/inspektor-gadget
identifier: github
weight: -100
pre: github
- name: Docs
url: /docs
identifier: docs
weight: -100
markup:
highlight:
anchorLineNos: false
codeFences: true
guessSyntax: false
hl_Lines: ''
hl_inline: false
lineAnchors: ''
lineNoStart: 1
lineNos: false
lineNumbersInTable: true
noClasses: true
noHl: false
style: paraiso-dark
tabWidth: 2