-
Notifications
You must be signed in to change notification settings - Fork 33
/
_config.yml
77 lines (66 loc) · 2.96 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
title: Open Mainframe Project TAC
description: Materials and processes for the Open Mainframe Project TAC
logo: "https://artwork.openmainframeproject.org/other/open-mainframe-project/horizontal/color/open-mainframe-project-horizontal-color.svg"
theme: just-the-docs
repository: openmainframeproject/tac
exclude: [
"README.md",
"completed.md",
"dco-signoffs/",
"Gemfile",
"Gemfile.lock",
"package.json",
"package-lock.json",
"CODE_OF_CONDUCT.md",
"LICENSE",
"vendor"
]
back_to_top: true
back_to_top_text: "Back to top"
gh_edit_link: true # show or hide edit this page link
gh_edit_link_text: "Edit this page on GitHub"
gh_edit_repository: "https://github.com/openmainframeproject/tac" # the github URL for your repo
gh_edit_branch: "main" # the branch that your docs is served from
gh_edit_view_mode: "tree"
# Various URLs used across the site
landscape_url: 'https://landscape.openmainframeproject.org'
calendar_url: 'https://calendar.openmainframeproject.org'
slack_url: 'https://slack.openmainframeproject.org'
directed_fund_charter_url: 'https://charter.openmainframeproject.org'
tac_issues_url: 'https://github.com/openmainframeproject/tac/issues/new'
helpdesk_url: "https://servicedesk.openmainframeproject.org"
mailing_list_url: "https://lists.openmainframeproject.org"
wiki_url: "https://wiki.openmainframeproject.org"
lfx_insights_url: "https://insights.lfx.linuxfoundation.org/foundation/open-mainframe-project"
tac_mailing_list_url: "https://lists.openmainframeproject.org/g/omp-technical"
website_url: "https://openmainframeproject.org"
blog_url: "https://openmainframeproject.org/blog"
lfscanning_repo_url: https://github.com/lfscanning/spdx-omp
tac_member_list_url: https://openmainframeproject.org/about/technical-advisory-council
lf_staff_list_url: https://openmainframeproject.org/about/leadership
mission_statement_url: https://openmainframeproject.org/about/
# Founation Settings
foundation_name: "Open Mainframe Project"
clotributor_name: openmainframeproject
membership_top_tier: 'Platinum'
archived_lifecycle_stage: "Emeritus"
aux_links:
"Need help or have a question? Contact us here":
- "//servicedesk.openmainframeproject.org"
footer_content: Copyright © The Linux Foundation®. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our <a href="https://www.linuxfoundation.org/trademark-usage">Trademark Usage</a> page. Linux is a registered trademark of Linus Torvalds. <a href="http://www.linuxfoundation.org/privacy">Privacy Policy</a> and <a href="http://www.linuxfoundation.org/terms">Terms of Use</a>.
readme_index:
with_frontmatter: true
ga_tracking: 359859504
ga_tracking_anonymize_ip: true
kramdown:
input: GFM
extensions:
- autolink
parse_block_html: true
toc_levels: 2..6
plugins:
- jekyll-redirect-from
mermaid:
# Version of mermaid library
# Pick an available version from https://cdn.jsdelivr.net/npm/mermaid/
version: "10.9.0"