Skip to content

Commit

Permalink
Merge pull request #18 from gradle/declarative-gradle
Browse files Browse the repository at this point in the history
Replace Declarative Gradle Stub by the repository
  • Loading branch information
oleg-nenashev committed Mar 12, 2024
2 parents 8125b98 + c0cebbc commit 9cce59f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 98 deletions.
96 changes: 0 additions & 96 deletions docs/projects/declarative-gradle/README.md

This file was deleted.

5 changes: 4 additions & 1 deletion mkdocs-dotorg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ nav:
- Key Projects: projects/README.md
- Core:
- Gradle Build Tool: gradle/README.md
- Declarative Gradle: projects/declarative-gradle/README.md
- Declarative Gradle: declarative-gradle/README.md
- Gradle X: gradlex/index.md
- Gradle Build Tool: build-server-for-gradle/README.md
- Integrations:
Expand Down Expand Up @@ -172,6 +172,9 @@ plugins:
- name: github-actions
import_url: 'https://github.com/gradle/actions?branch=main&edit_uri=/blob/main/'
imports: [ "README.md", "*" ]
- name: declarative-gradle
import_url: 'https://github.com/gradle/declarative-gradle?branch=main&edit_uri=/blob/main/'
imports: [ "README.md", "**/README.md" ]
- name: gradlex
import_url: 'https://github.com/gradlex-org/gradlex-org.github.io?branch=main&edit_uri=/blob/main/'
imports: [ "index.md", "favicon.png" ]
Expand Down
5 changes: 4 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ nav:
- Key Projects: projects/README.md
- Core:
- Gradle Build Tool: gradle/README.md
- Declarative Gradle: projects/declarative-gradle/README.md
- Declarative Gradle: declarative-gradle/README.md
- Gradle X: gradlex/index.md
- Gradle Build Tool: build-server-for-gradle/README.md
- Integrations:
Expand Down Expand Up @@ -169,6 +169,9 @@ plugins:
- name: gradle-profiler
import_url: 'https://github.com/gradle/gradle-profiler?branch=master&edit_uri=/blob/master/'
imports: [ "README.md" ]
- name: declarative-gradle
import_url: 'https://github.com/gradle/declarative-gradle?branch=main&edit_uri=/blob/main/'
imports: [ "README.md", "**/README.md" ]
- name: github-actions
import_url: 'https://github.com/gradle/actions?branch=main&edit_uri=/blob/main/'
imports: [ "README.md", "*" ]
Expand Down

0 comments on commit 9cce59f

Please sign in to comment.