Skip to content

Commit

Permalink
Remove the gradle.org/community remnants, add gradle.org Analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Jun 11, 2024
1 parent 9132f3d commit 6e56d42
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 258 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,6 @@ jobs:
name: github-pages
path: "_site/"

- name: Build the docs site for gradle.org
run: mkdocs build -f mkdocs-dotorg.yml

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
name: dotorg-site
path: "_dotorg_site/"

# Deployment job
deploy:
environment:
Expand Down
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ It is possible to deploy the site instance locally or inside a Dev Container.
This repository includes the Dev Container definition that you can use in Visual Studio Code or in IntelliJ Platform
to spin up the local development environment.

### Running locally
### Running locally

Requirements:

Expand Down
219 changes: 0 additions & 219 deletions mkdocs-dotorg.yml

This file was deleted.

35 changes: 6 additions & 29 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,17 +98,18 @@ extra:
- icon: fontawesome/brands/mastodon
link: https://mastodon.social/@Gradle
name: Mastodon
# analytics:
# provider: google
# property: TODO

analytics:
provider: google
property: G-7W7NC6YNPT

nav:
- Home: README.md
- Cookbook:
- Gradle on CI:
- Jenkins: cookbook/ci/jenkins.md
- TeamCity: cookbook/ci/teamcity.md
- Github Actions: cookbook/ci/github-actions.md
- GitHub Actions: cookbook/ci/github-actions.md
- Travis CI: cookbook/ci/travis-ci.md
- Participate:
- Getting Started: contributing/README.md
Expand All @@ -124,19 +125,6 @@ nav:
- 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
# - Core:
# - Gradle Build Tool: gradle/README.md
# - Declarative Gradle: declarative-gradle/README.md
# - Gradle X: gradlex/index.md
# - Gradle Build Tool: build-server-for-gradle/README.md
# - Integrations:
# - GitHub Actions: github-actions/README.md
# - VS Code: vscode-gradle/README.md
# - Developer Tools:
# - Gradle Profiler: gradle-profiler/README.md
# - Gradle Doctor: gradle-doctor/docs/index.md
- Events:
- Events Overview: events/README.md
- Google Summer of Code: events/gsoc/README.md
Expand Down Expand Up @@ -189,18 +177,7 @@ plugins:
- name: github-actions
import_url: 'https://github.com/gradle/actions?branch=main&edit_uri=/blob/main/'
imports: [ "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" ]
- 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 6e56d42

Please sign in to comment.