Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the gradle.org/community remnants, add gradle.org Analytics #39

Merged
merged 1 commit into from
Jun 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading