forked from spiffe/spiffe.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
external_example.yaml
56 lines (54 loc) · 1.83 KB
/
external_example.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
# directory where the content will be downloaded to
spire/understand:
# github repo that hold the source content
source: https://github.com/spiffe/spire
# individual files we want to pull in
pullFiles:
- doc/SPIRE101.md
# any transformation we want to apply to the pulled in files
transform:
# the file name we want to apply the transformation to
SPIRE101.md:
# rename the file (NOT YET IMPLEMENTED)
rename: SPIRE-INTRO.md
# HUGO's front-matter we want to inject in the file
# For available variables see: https://gohugo.io/content-management/front-matter/#front-matter-variables
frontMatter:
title: SPIRE Overview
short: SPIRE 101
kind: spire-understand
weight: 100
spire/installing:
source: https://github.com/spiffe/spire
pullFiles:
- doc/upgrading.md
transform:
upgrading.md:
frontMatter:
short: Upgrade/Downgrade SPIRE
kind: spire-installing
weight: 80
spire/using:
source: https://github.com/spiffe/spire
pullFiles:
- doc/spire_agent.md
- doc/spire_server.md
- doc/telemetry_config.md
- doc/scaling_spire.md
transform:
spire_agent.md:
frontMatter:
title: SPIRE Agent Configuration Reference
kind: spire-using
spire_server.md:
frontMatter:
title: SPIRE Server Configuration Reference
kind: spire-using
telemetry_config.md:
frontMatter:
title: SPIRE Telemetry Configuration
kind: spire-using
scaling_spire.md:
frontMatter:
title: Scaling SPIRE
kind: spire-using