Skip to content
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
2 changes: 1 addition & 1 deletion NUG-gradle/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
theme: unidata-jekyll-theme

# this will appear in an HTML meta tag, sidebar, and perhaps elsewhere
docset_version: 2.0-draft
docset_version: "2.0-draft"

# this appears on the top navigation bar next to the home button
topnav_title: NetCDF User's Guide (NUG)
Expand Down
3 changes: 3 additions & 0 deletions NUG-gradle/_data/topnav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ topnav:
external_url: https://docs.unidata.ucar.edu/netcdf-java/current/userguide/
- title: netcdf4-python
external_url: https://unidata.github.io/netcdf4-python/

topnav_dropdowns:
- title:
5 changes: 3 additions & 2 deletions NUG-gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id("base")
}

val dockerImage = "docker.io/unidata/unidata-jekyll-docs:0.0.6"
val dockerImage = "docker.io/unidata/unidata-jekyll-docs:0.1.1"

val buildDoc = tasks.register<Exec>(name = "buildJekyllSite") {
group = "documentation"
Expand Down Expand Up @@ -54,5 +54,6 @@ tasks.register<Exec>(name = "stopServe") {

tasks.wrapper {
distributionType = Wrapper.DistributionType.ALL
gradleVersion = "9.0.0"
gradleVersion = "9.4.0"
distributionSha256Sum = "b21468753cb43c167738ee04f10c706c46459cf8f8ae6ea132dc9ce589a261f2"
}
Binary file modified NUG-gradle/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion NUG-gradle/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-all.zip
distributionSha256Sum=b21468753cb43c167738ee04f10c706c46459cf8f8ae6ea132dc9ce589a261f2
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
5 changes: 1 addition & 4 deletions NUG-gradle/gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions NUG-gradle/gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.