From f1833fd3460cb63de857cd23f5da9ee40cdf068b Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Mon, 23 Sep 2024 20:14:36 +0200 Subject: [PATCH 1/4] Add preeco-orga submodule --- .gitmodules | 3 +++ imported/preeco-orga | 1 + 2 files changed, 4 insertions(+) create mode 160000 imported/preeco-orga diff --git a/.gitmodules b/.gitmodules index fac128a7a7..107b09059a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -30,3 +30,6 @@ path = imported/dumux-adapter url = https://github.com/precice/dumux-adapter branch = develop +[submodule "imported/preeco-orga"] + path = imported/preeco-orga + url = https://github.com/precice/preeco-orga diff --git a/imported/preeco-orga b/imported/preeco-orga new file mode 160000 index 0000000000..e902976246 --- /dev/null +++ b/imported/preeco-orga @@ -0,0 +1 @@ +Subproject commit e9029762461b167efab9f52117edf1fa434b751b From d4e254dd00adfb3ab2cd1eb104b9e8df3f55835d Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Mon, 23 Sep 2024 20:20:48 +0200 Subject: [PATCH 2/4] Add preeco-orga to _config.yml --- _config.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/_config.yml b/_config.yml index 90664ddb44..323cdb8ee3 100644 --- a/_config.yml +++ b/_config.yml @@ -210,6 +210,18 @@ defaults: topnav: topnav toc: true github_editme_path: https://github.com/precice/dumux-adapter/edit/develop/ # ends in / + - + scope: + path: "imported/preeco-orga/" + type: "pages" + values: + layout: "page" + comments: false + search: true + sidebar: community_sidebar + topnav: topnav + toc: true + github_editme_path: https://github.com/precice/dumux-adapter/edit/develop/ # ends in / - scope: path: "pages/community" @@ -293,6 +305,7 @@ subprojects: - imported/su2-adapter/docs - imported/dune-adapter/docs - imported/dumux-adapter/docs + - imported/preeco-orga/guidelines # We use these versions to centrally update links # and other version-specific information. From 22b60babbca1cc0bb5dc980bd5c0f3ce74e7f954 Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Mon, 23 Sep 2024 20:38:53 +0200 Subject: [PATCH 3/4] Update preeco submodule --- imported/preeco-orga | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imported/preeco-orga b/imported/preeco-orga index e902976246..30ff43faf9 160000 --- a/imported/preeco-orga +++ b/imported/preeco-orga @@ -1 +1 @@ -Subproject commit e9029762461b167efab9f52117edf1fa434b751b +Subproject commit 30ff43faf909b9ddadaa18f49597b976f8321f07 From 255b3d894dd54bf5c7a710cdad82c4f0003ab113 Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Mon, 23 Sep 2024 20:39:40 +0200 Subject: [PATCH 4/4] Add preeco guidelines to sidebar --- _data/sidebars/community_sidebar.yaml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/_data/sidebars/community_sidebar.yaml b/_data/sidebars/community_sidebar.yaml index eec289288d..c562ad935c 100644 --- a/_data/sidebars/community_sidebar.yaml +++ b/_data/sidebars/community_sidebar.yaml @@ -35,9 +35,21 @@ entries: url: /community-contributors.html output: web - - title: Contribute to preCICE - url: /community-contribute-to-precice.html + - title: "Contribute" output: web + folderitems: + + - title: Contribute to preCICE + url: /community-contribute-to-precice.html + output: web + + - title: Adapter guidelines + url: /community-guidelines-adapters.html + output: web + + - title: Application case guidelines + url: /community-guidelines-application-cases.html + output: web - title: Community channels url: /community-channels.html