Skip to content

Commit 028f3c9

Browse files
committed
merge with upstream
2 parents ff884f6 + 55e8e50 commit 028f3c9

63 files changed

Lines changed: 2518 additions & 1151 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/pr-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: PR Preview
22

33
on:
4-
pull_request:
5-
types: [opened, synchronize, reopened]
4+
# pull_request:
5+
# types: [opened, synchronize, reopened]
66

77
jobs:
88
build-preview:

.lycheeignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ silona.org
1313
https://www.chathamhouse.org/about-us/chatham-house-rule
1414
https://www.safaribooksonline.com/learning-paths
1515
https://www.tripadvisor.com/Restaurants-g36422-zfp16-Naperville_DuPage_County_Illinois.html
16+
https://srcgr.ph/innersource-commons
17+
18+
# Expired SSL certificates. To be removed once fixed
19+
https://www.make.dev/
20+
https://promyze.com/innersource-understand-in-5-minutes/
21+
https://promyze.com/contact
1622

1723
# added this due to maintenance on wikimedia. To be removed later
1824
https://upload.wikimedia.org/wikipedia/commons/thumb/2/29/JimJag-with-Gumby.jpg/220px-JimJag-with-Gumby.jpg

assets/scss/_custom.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ button.svelte-la9dd4:disabled {
607607
}
608608

609609
.navigation {
610-
position: fixed;
610+
position: sticky;
611611
top: 0;
612612
left: 0;
613613
right: 0;
@@ -617,7 +617,7 @@ button.svelte-la9dd4:disabled {
617617
}
618618

619619
body {
620-
padding-top: 48px;
620+
// padding-top: 48px;
621621
}
622622

623623
body.has-notice {

config/_default/config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
baseURL: 'https://innersourcecommons.org/'
22
defaultContentLanguage: 'en'
33
defaultContentLanguageInSubdir: false
4+
params:
5+
# Redirect to default language if translation is missing
6+
redirectMissingTranslations: true
7+
48
title: InnerSource Commons
59

610
pluralizeListTitles: false

config/_default/menus.de.yaml

Lines changed: 183 additions & 108 deletions
Original file line numberDiff line numberDiff line change
@@ -1,146 +1,224 @@
11
main:
2+
# Start Here
3+
- name: Start Here
4+
weight: 1
5+
identifier: start-here
6+
- name: Get involved
7+
URL: /community/
8+
parent: start-here
9+
weight: 1
10+
- name: Community and Events
11+
URL: /events/community-calls/
12+
parent: start-here
13+
weight: 2
14+
- name: Check out Our Repositories
15+
URL: https://github.com/InnerSourceCommons
16+
parent: start-here
17+
weight: 3
18+
- name: Join our Chat on Slack
19+
URL: /slack
20+
parent: start-here
21+
weight: 4
22+
- name: Join our Mailing List
23+
URL: https://innersourcecommons.us1.list-manage.com/subscribe?u=0363fb06e6a59d48c6e260f1b&id=97224b5ff2
24+
parent: start-here
25+
weight: 5
226

27+
# About
28+
- name: About
29+
weight: 2
30+
identifier: about
31+
- name: Who We Are
32+
URL: /about/
33+
parent: about
34+
weight: 1
35+
- name: Board & Governance
36+
URL: /about/board/
37+
parent: about
38+
weight: 2
39+
- name: Members
40+
URL: /about/members/
41+
parent: about
42+
weight: 3
43+
- name: Sponsors
44+
URL: /about/sponsors/
45+
parent: about
46+
weight: 4
47+
# - name: Code of Conduct
48+
# URL: /about/codeofconduct/
49+
# parent: about
50+
# weight: 5
51+
- name: Get in Touch
52+
URL: /about/contact/
53+
parent: about
54+
weight: 5
355

4-
## Learning
5-
- name: Learning
6-
URL: learn
56+
# Community
57+
- name: Community
58+
weight: 3
59+
identifier: community
60+
- name: Join us on Slack
61+
URL: /slack
62+
parent: community
763
weight: 1
8-
identifier: learning
64+
- name: Working Groups
65+
URL: /community/
66+
parent: community
67+
weight: 2
68+
- name: Case Studies
69+
URL: /stories/microsoft/
70+
parent: community
71+
weight: 3
72+
- name: Services Directory
73+
URL: /community/services/
74+
parent: community
75+
weight: 4
76+
- name: Code of Conduct
77+
URL: /about/codeofconduct/
78+
parent: community
79+
weight: 5
80+
81+
# Learning (Mega Menu)
982
- name: Learning
10-
URL: learn/
83+
weight: 4
84+
identifier: learning
85+
params:
86+
mainTitle: Learning Resources
87+
secondaryColumnTitle: Books
88+
# Learning Resources Column
89+
- name: InnerSource Patterns ⭐
90+
URL: /learn/books/innersource-patterns/
1191
parent: learning
1292
weight: 1
93+
params:
1394
- name: Learning Path
14-
URL: learn/learning-path
95+
URL: /learn/learning-path/
1596
parent: learning
1697
weight: 2
17-
- name: InnerSource Patterns
18-
URL: https://innersourcecommons.org/learn/books/innersource-patterns/
98+
params:
99+
- name: InnerSource Stories
100+
URL: /stories/microsoft/
19101
parent: learning
20102
weight: 3
21-
- name: Managing InnerSource Projects
22-
URL: https://innersourcecommons.org/learn/books/managing-innersource-projects/
103+
params:
104+
- name: Community Videos
105+
URL: https://www.youtube.com/@InnerSourceCommons
23106
parent: learning
24107
weight: 4
25-
- name: Videos
26-
URL: https://www.youtube.com/@InnerSourceCommons
108+
params:
109+
# Books Column
110+
- name: Getting Started with InnerSource
111+
URL: /learn/books/getting-started-with-innersource/
27112
parent: learning
28113
weight: 5
29-
- name: Books
30-
URL: learn/books
114+
params:
115+
isSecondary: true
116+
- name: Understanding the InnerSource Checklist
117+
URL: /learn/books/understanding-the-innersource-checklist/
31118
parent: learning
32119
weight: 6
33-
- name: Getting Started with InnerSource
34-
URL: https://innersourcecommons.org/learn/books/getting-started-with-innersource/
120+
params:
121+
isSecondary: true
122+
- name: Managing InnerSource Projects
123+
URL: /learn/books/managing-innersource-projects/
35124
parent: learning
36125
weight: 7
37-
- name: Understanding the InnerSource Checklist
38-
URL: https://innersourcecommons.org/learn/books/understanding-the-innersource-checklist/
126+
params:
127+
isSecondary: true
128+
- name: Adopting InnerSource
129+
URL: /learn/books/adopting-innersource-principles-and-case-studies/
39130
parent: learning
40131
weight: 8
41-
- name: Adopting InnerSource Principles and Case Studies
42-
URL: https://innersourcecommons.org/learn/books/adopting-innersource-principles-and-case-studies/
132+
params:
133+
isSecondary: true
134+
- name: See All Books
135+
URL: /learn/books/
43136
parent: learning
44137
weight: 9
138+
params:
139+
isSecondary: true
45140

46-
# Community
47-
- name: Community
48-
URL: community
49-
weight: 4
50-
identifier: community
141+
# Events (Mega Menu)
142+
- name: Events
143+
weight: 5
144+
identifier: events
145+
params:
146+
mainTitle: Event Types
147+
secondaryColumnTitle: General Info
148+
149+
# Event Types Column
51150
- name: Community Calls
52-
URL: events/community-calls
53-
parent: community
151+
URL: /events/community-calls/
152+
parent: events
54153
weight: 1
55-
- name: Activities and Working Groups
56-
URL: /community
57-
parent: community
154+
params:
155+
- name: Gatherings - Local Chapters
156+
URL: https://gatherings.innersourcecommons.org/
157+
parent: events
58158
weight: 2
59-
- name: InnerSource Stories
60-
URL: stories
61-
parent: community
159+
params:
160+
- name: InnerSource Summit 2025
161+
URL: /events/isc-2025/
162+
parent: events
62163
weight: 3
63-
- name: Services Directory
64-
URL: community/services
65-
parent: community
164+
identifier: summit-2025
165+
params:
166+
- name: Call for Presenters
167+
URL: https://docs.google.com/forms/d/e/1FAIpQLSfWKkRDWIYN8eTOMlxONZp23-_i9nnAfqSJm26QCdzS5NtO9w/viewform
168+
parent: events
66169
weight: 4
67-
- name: Research
68-
URL: learn/research
69-
parent: community
170+
params:
171+
- name: Why Sponsor the InnerSource Summit 2025?
172+
URL: /events/isc-2025/#why-sponsor?
173+
parent: events
70174
weight: 5
71-
72-
- name: InnerSource Gatherings - Local Chapters
73-
URL: https://gatherings.innersourcecommons.org/
74-
parent: community
175+
params:
176+
- name: InnerSource Past Summits
177+
URL: /events/past-summits/
178+
parent: events
75179
weight: 6
76-
- name: InnerSource Summit 2025
77-
URL: events/isc-2025
78-
parent: community
180+
params:
181+
182+
# General Info Column
183+
- name: Upcoming Events
184+
URL: /events/community-calls/
185+
parent: events
79186
weight: 7
80-
- name: Past Summits
81-
URL: events/past-summits
82-
parent: community
187+
params:
188+
isSecondary: true
189+
- name: Events Calendar
190+
URL: https://calendar.google.com/calendar/embed?src=c_62694f414055ac569e5cb12dafbb0890ca22f3640b177a4b10b53171fbc9bdd4%40group.calendar.google.com&ctz=Europe%2FDublin
191+
parent: events
83192
weight: 8
84-
- name: InnerSourcerers Map
85-
URL: about/map
86-
parent: community
87-
weight: 11
88-
89-
# News
90-
- name: Announcements
91-
URL: about/announcements
92-
parent: community
93-
weight: 12
94-
- name: Past Newsletters
95-
URL: https://us1.campaign-archive.com/home/?u=0363fb06e6a59d48c6e260f1b&id=97224b5ff2
96-
parent: community
97-
weight: 13
98-
99-
100-
# Calendar
101-
- name: Calendar
102-
URL: #
193+
params:
194+
isSecondary: true
195+
- name: Past Event Recordings
196+
URL: https://www.youtube.com/@InnerSourceCommons
197+
parent: events
103198
weight: 9
104-
identifier: calendar
105-
106-
# About
107-
- name: About
108-
URL: about
109-
weight: 10
110-
identifier: about
111-
- name: Vacancies
112-
URL: about/vacancies
113-
parent: about
199+
params:
200+
isSecondary: true
201+
202+
# News & Updatess
203+
- name: News & Updates
204+
weight: 6
205+
identifier: news
206+
- name: Announcements
207+
URL: /about/announcements/
208+
parent: news
114209
weight: 1
115-
- name: Who We Are
116-
URL: about
117-
parent: about
210+
- name: Newsletters
211+
URL: https://us1.campaign-archive.com/home/?u=0363fb06e6a59d48c6e260f1b&id=97224b5ff2
212+
parent: news
118213
weight: 2
119-
- name: Board & Governance
120-
URL: about/board
121-
parent: about
214+
- name: Newsletter Signup
215+
URL: https://innersourcecommons.us1.list-manage.com/subscribe?u=0363fb06e6a59d48c6e260f1b&id=97224b5ff2
216+
parent: news
122217
weight: 3
123-
- name: Members
124-
URL: about/members
125-
parent: about
218+
- name: Submit an Article
219+
URL: mailto:marketing@innersourcecommons.org
220+
parent: news
126221
weight: 4
127-
- name: Sponsors
128-
URL: about/sponsors
129-
parent: about
130-
weight: 5
131-
- name: GitHub
132-
URL: https://github.com/InnerSourceCommons
133-
parent: about
134-
weight: 7
135-
- name: Contact Us
136-
URL: about/contact
137-
parent: about
138-
weight: 10
139-
- name: Code of Conduct
140-
URL: about/codeofconduct
141-
parent: about
142-
weight: 11
143-
144222

145223
footer_left:
146224
- name: Learn
@@ -210,7 +288,4 @@ footer_right:
210288
weight: 6
211289
- name: Privacy Policy
212290
URL: about/privacy
213-
weight: 7
214-
# - name: Vacancies
215-
# URL: about/vacancies
216-
# weight: 8
291+
weight: 7

0 commit comments

Comments
 (0)