Skip to content

Commit

Permalink
Merge pull request #120 from gradle/oleg-nenashev-patch-4
Browse files Browse the repository at this point in the history
Fix images import from the roadmap repo
  • Loading branch information
oleg-nenashev authored Nov 6, 2024
2 parents 3073708 + c586f0e commit dea5eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ plugins:
imports: [ "/*.md", "/*.png", "platforms/documentation/docs/README.md", "architecture/*", "architecture/standards/*" ]
- name: roadmap
import_url: 'https://github.com/gradle/build-tool-roadmap?branch=main&edit_uri=/blob/main/'
imports: [ "README.md" ]
imports: [ "README.md", "images/*" ]
- 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 dea5eb5

Please sign in to comment.