forked from apache/attic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
96 lines (92 loc) · 2.59 KB
/
Copy path_config.yml
File metadata and controls
96 lines (92 loc) · 2.59 KB
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
title: The Apache Attic
description: >-
The Apache Attic was created in November 2008 to provide process and solutions
to make it clear when an Apache project has reached its end of life.
url: https://attic.apache.org/
include: [.htaccess]
exclude: [README.md, retire.rb, DOCKER.md, compose.yaml, Dockerfile]
keep_files: [projects.json]
timezone: UTC
repo: https://github.com/apache/attic
### just-the-docs Configuration
theme: just-the-docs
compress_html:
# Don't remove all line-feeds in HTML output, as removal make comparisons much harder
# The total file size increases by less than 5%
blanklines: true
color_scheme: attic
heading_anchors: true
nav_enabled: true
aux_links_new_tab: false
aux_links:
The Team:
- https://projects.apache.org/committee.html?attic
Board Minutes:
- https://whimsy.apache.org/board/minutes/Attic.html
License:
- https://www.apache.org/licenses/
Security:
- https://www.apache.org/security/
Privacy Policy:
- https://privacy.apache.org/policies/privacy-policy-public.html
Analytics:
- https://analytics.apache.org/index.php?module=CoreHome&action=index&idSite=78&period=day&date=today
Old Site:
- https://attic-old-website.staged.apache.org
nav_external_links:
- title: Foundation
url: https://apache.org/
opens_in_new_tab: true
hide_icon: true
- title: Donate
url: https://apache.org/foundation/sponsorship.html
opens_in_new_tab: true
hide_icon: true
- title: Thanks
url: https://apache.org/foundation/thanks.html
opens_in_new_tab: true
hide_icon: true
- title: Incubator
url: https://incubator.apache.org/
opens_in_new_tab: true
hide_icon: true
- title: Conference
url: https://communityovercode.org/
opens_in_new_tab: true
hide_icon: true
- title: Events
url: https://events.apache.org/
opens_in_new_tab: true
hide_icon: true
- title: ~
# Dummy entry for acevent
url: 'http://localhost/#acevent'
hide_icon: true
# For Callouts, see https://just-the-docs.github.io/just-the-docs/docs/configuration/#callouts
callouts:
warning:
title: Warning
color: red
important:
title: Important
color: blue
important-green:
title: Important
color: green
note:
title: Note
color: blue
note-green:
title: Note
color: green
tip:
title: Tip
color: blue
tip-green:
title: Tip
color: green
mermaid:
# Version of mermaid library
# See available version from https://cdn.jsdelivr.net/npm/mermaid/
#version: "11.6.0"
path: "/assets/js/mermaid.min.js"