forked from GSA/ficam-arch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
131 lines (119 loc) · 2.91 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
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
# Site settings
title: Federal Identity, Credential, and Access Management Architecture
name: Federal Identity, Credential, and Access Management Architecture
email: [email protected]
author:
name: FICAM
description: Information on the US FICAM Architecture
highlighter: rouge
repo_url: https://github.com/GSA/ficam-arch
baseurl: '/ficam-arch'
branch: federalist-pages
# Federalist overwrites the site.branch value when deploying
# the site.branch was used in dynamic link generation for objects like Edit Page
# we want the dynamic links to send users to the staging branch. Adding new site variable to ensure federalist doesn't overwrite.
editbranch: staging
# Point the logo URL at a file in your repo or hosted elsewhere by your organization
logourl: /ficam-arch/img/logo.png
logoalt: Federal Identity Credential and Access Management
# Links
# List links that you would like to appear on the top navigation bar here
navbar:
- title: IDmanagement.gov
description: Idmanagement.gov
url: https://www.idmanagement.gov
#- title: Federal ICAM Architecture
# description: Federal ICAM Architecture
# url: https://arch.idmanagement.gov
- title: PIV Guides
description: PIV Guides
url: https://piv.idmanagement.gov
- title: Federal PKI Guides
description: Federal PKI Guides
url: https://fpki.idmanagement.gov
# Put the information about your site's GitHub repository if it is public
repo_url: https://github.com/GSA/ficam-arch/
# Build settings
markdown: kramdown
exclude:
- bin
- config.rb
- Gemfile
- Gemfile.lock
- gems
- Procfile
- Rakefile
- README.md
- script
- vendor
navigation:
- text: Introduction
url: ''
internal: true
coll: false
- text: Background
url: background
internal: true
coll: false
- text: Conceptual View
url: conceptual
internal: true
coll: false
- text: Goals and Objectives
url: goals
internal: true
coll: false
- text: Services Framework
url: services/
internal: true
coll: true
collname: services
- text: Use Cases
url: usecases/
internal: true
coll: true
collname: usecases
- text: Applications View
url: applications
internal: true
coll: false
#- text: Demos
# url: demos/index/
# internal: true
# coll: true
# collname: usecases
#https://github.com/jekyll/jekyll/issues/2346
#- text: FAQ
# url: faq
# internal: true
# coll: false
- text: Standards & Policies
url: standards
internal: true
coll: false
- text: Contribute
url: contribute
internal: true
coll: false
#https://github.com/jekyll/jekyll/issues/2346
collections:
usecases:
label: "Use Cases"
permalink: usecases/:path/
output: true
services:
label: "Services"
permalink: services/:path/
output: true
#- text: Update the config file
# url: update-the-config-file/
# internal: true
# children:
# - text: Understanding the `baseurl:` property
# url: understanding-baseurl/
# internal: true
include:
- _stylesheets
- _javascript
# Custom site configuration
lang: en