Skip to content

Commit

Permalink
Merge pull request #24 from gradle/roadmap
Browse files Browse the repository at this point in the history
Add public roadmap to the community site
  • Loading branch information
oleg-nenashev committed Apr 16, 2024
2 parents 2147e6f + 597fa5a commit 5c692cb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ mergedeep==1.3.4
mkdocs==1.5.3
mkdocs-autorefs==0.5.0
mkdocs-macros-plugin==1.0.5
mkdocs-material==9.5.11
mkdocs-material[imaging]==9.5.11
mkdocs-material==9.5.17
mkdocs-material[imaging]==9.5.17
mkdocs-multirepo-plugin==0.6.3
mkdocs-redirects==1.2.1
mkdocs-extra-sass-plugin==0.1.0
Expand Down
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 5c692cb

Please sign in to comment.