Skip to content

Commit

Permalink
Reserve rights to disable full build if it gets too long
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Feb 25, 2024
1 parent 6ae61bd commit c43ff46
Showing 1 changed file with 30 additions and 27 deletions.
57 changes: 30 additions & 27 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,33 +140,36 @@ plugins:
- mkdocs-pdf
# OpenGraphs
- social
- multirepo:
cleanup: false
keep_docs_dir: true
nav_repos:
- name: dotgithub
import_url: 'https://github.com/gradle/.github?branch=master&edit_uri=/blob/master/'
- name: gradle
import_url: 'https://github.com/gradle/gradle?branch=master&edit_uri=/blob/master/'
imports: [ "/*.md", "/*.png", "platforms/documentation/docs/README.md" ]
- name: gradle-profiler
import_url: 'https://github.com/gradle/gradle-profiler?branch=master&edit_uri=/blob/master/'
imports: [ "README.md" ]
- name: github-actions
import_url: 'https://github.com/gradle/github-actions?branch=main&edit_uri=/blob/main/'
imports: [ "README.md", "doc/*" ]
- name: gradlex
import_url: 'https://github.com/gradlex-org/gradlex-org.github.io?branch=main&edit_uri=/blob/main/'
imports: [ "index.md", "favicon.png" ]
- name: gradle-doctor
import_url: 'https://github.com/runningcode/gradle-doctor?branch=master&edit_uri=/blob/master/'
imports: [ "docs/*" ]
- name: build-server-for-gradle
import_url: 'https://github.com/microsoft/build-server-for-gradle?branch=develop&edit_uri=/blob/develop/'
imports: [ "*.md", "images/*" ]
- name: vscode-gradle
import_url: 'https://github.com/microsoft/vscode-gradle?branch=develop&edit_uri=/blob/develop/'
imports: [ "*.md", "images/*" ]
- group:
enabled: true
plugins:
- multirepo:
cleanup: false
keep_docs_dir: true
nav_repos:
- name: dotgithub
import_url: 'https://github.com/gradle/.github?branch=master&edit_uri=/blob/master/'
- name: gradle
import_url: 'https://github.com/gradle/gradle?branch=master&edit_uri=/blob/master/'
imports: [ "/*.md", "/*.png", "platforms/documentation/docs/README.md" ]
- name: gradle-profiler
import_url: 'https://github.com/gradle/gradle-profiler?branch=master&edit_uri=/blob/master/'
imports: [ "README.md" ]
- name: github-actions
import_url: 'https://github.com/gradle/github-actions?branch=main&edit_uri=/blob/main/'
imports: [ "README.md", "doc/*" ]
- name: gradlex
import_url: 'https://github.com/gradlex-org/gradlex-org.github.io?branch=main&edit_uri=/blob/main/'
imports: [ "index.md", "favicon.png" ]
- name: gradle-doctor
import_url: 'https://github.com/runningcode/gradle-doctor?branch=master&edit_uri=/blob/master/'
imports: [ "docs/*" ]
- name: build-server-for-gradle
import_url: 'https://github.com/microsoft/build-server-for-gradle?branch=develop&edit_uri=/blob/develop/'
imports: [ "*.md", "images/*" ]
- name: vscode-gradle
import_url: 'https://github.com/microsoft/vscode-gradle?branch=develop&edit_uri=/blob/develop/'
imports: [ "*.md", "images/*" ]
- redirects:
redirect_maps:

Expand Down

0 comments on commit c43ff46

Please sign in to comment.