Skip to content

Commit

Permalink
Merge pull request #458 from precice/guidelines
Browse files Browse the repository at this point in the history
Add preeco-orga submodule
  • Loading branch information
MakisH authored Sep 23, 2024
2 parents 555a040 + 255b3d8 commit f1313b0
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
13 changes: 13 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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.
Expand Down
16 changes: 14 additions & 2 deletions _data/sidebars/community_sidebar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions imported/preeco-orga
Submodule preeco-orga added at 30ff43

0 comments on commit f1313b0

Please sign in to comment.