Skip to content

Commit

Permalink
Add public roadmap to the community site
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Apr 16, 2024
1 parent 9cce59f commit 4fe5f21
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mkdocs-dotorg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ nav:
- Gradle Build Tool Docs: gradle/platforms/documentation/docs/README.md
- Community Site docs: CONTRIBUTING.md
- Reporting Vulnerabilities: dotgithub/SECURITY.md
- Public Roadmap: roadmap/README.md
- Code of Conduct: dotgithub/CODE_OF_CONDUCT.md
- Key Projects:
- Key Projects: projects/README.md
Expand All @@ -132,6 +133,7 @@ nav:
- Google Summer of Code: events/gsoc/README.md
- Resources:
- Resources: resources/README.md
- Public Roadmap: roadmap/README.md
- Code of Conduct: dotgithub/CODE_OF_CONDUCT.md
# - Resources:
# - Gradle Docs: https://docs.gradle.org/
Expand Down Expand Up @@ -166,6 +168,9 @@ plugins:
- name: gradle
import_url: 'https://github.com/gradle/gradle?branch=master&edit_uri=/blob/master/'
imports: [ "/*.md", "/*.png", "platforms/documentation/docs/README.md" ]
- name: roadmap
import_url: 'https://github.com/gradle/build-tool-roadmap?branch=main&edit_uri=/blob/main/'
imports: [ "README.md" ]
- name: gradle-profiler
import_url: 'https://github.com/gradle/gradle-profiler?branch=master&edit_uri=/blob/master/'
imports: [ "README.md" ]
Expand Down
5 changes: 5 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ nav:
- Gradle Build Tool Docs: gradle/platforms/documentation/docs/README.md
- Community Site docs: CONTRIBUTING.md
- Reporting Vulnerabilities: dotgithub/SECURITY.md
- Public Roadmap: roadmap/README.md
- Code of Conduct: dotgithub/CODE_OF_CONDUCT.md
- Key Projects:
- Key Projects: projects/README.md
Expand All @@ -132,6 +133,7 @@ nav:
- Google Summer of Code: events/gsoc/README.md
- Resources:
- Resources: resources/README.md
- Public Roadmap: roadmap/README.md
- Code of Conduct: dotgithub/CODE_OF_CONDUCT.md
# - Resources:
# - Gradle Docs: https://docs.gradle.org/
Expand Down Expand Up @@ -166,6 +168,9 @@ plugins:
- name: gradle
import_url: 'https://github.com/gradle/gradle?branch=master&edit_uri=/blob/master/'
imports: [ "/*.md", "/*.png", "platforms/documentation/docs/README.md" ]
- name: roadmap
import_url: 'https://github.com/gradle/build-tool-roadmap?branch=main&edit_uri=/blob/main/'
imports: [ "README.md" ]
- name: gradle-profiler
import_url: 'https://github.com/gradle/gradle-profiler?branch=master&edit_uri=/blob/master/'
imports: [ "README.md" ]
Expand Down

0 comments on commit 4fe5f21

Please sign in to comment.