Skip to content

Commit

Permalink
Updating file '.github/CODEOWNERS' with otterdog.
Browse files Browse the repository at this point in the history
Updating file 'README.md' with otterdog.

Updating file 'mkdocs.yml' with otterdog.

initial import

update config
  • Loading branch information
che-bot authored and netomi committed Jul 15, 2024
1 parent e62d0bb commit 54d6595
Show file tree
Hide file tree
Showing 4 changed files with 1,446 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The releng team is by default the owner of everything.
* @{{ org }}/eclipsefdn-releng
* @eclipse-che/eclipsefdn-releng

# Otterdog related configurations are also owned by the security team.
/otterdog/** @{{ org }}/eclipsefdn-security
/otterdog/** @eclipse-che/eclipsefdn-security
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Repository to host configurations related to the Eclipse Foundation.

## Self service of your GitHub organization

You can find more information at <https://{{ org }}.github.io/.eclipsefdn/>.
You can find more information at <https://eclipse-che.github.io/.eclipsefdn/>.
12 changes: 6 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
site_name: Otterdog configuration @ {{ org }}
site_description: Otterdog configuration @ {{ org }}
site_name: Otterdog configuration @ eclipse-che
site_description: Otterdog configuration @ eclipse-che
strict: false

site_url: https://{{ org }}.github.io/.eclipsefdn/
site_url: https://eclipse-che.github.io/.eclipsefdn/

repo_name: {{ org }}/.eclipsefdn
repo_url: https://github.com/{{ org }}/.eclipsefdn/
repo_name: eclipse-che/.eclipsefdn
repo_url: https://github.com/eclipse-che/.eclipsefdn/

docs_dir: ./docs
site_dir: ./_site
Expand Down Expand Up @@ -35,7 +35,7 @@ nav:
watch: []

extra:
org_id: {{ org }}
org_id: eclipse-che

extra_css:
- stylesheets/extra.css
Loading

0 comments on commit 54d6595

Please sign in to comment.