diff --git a/doc/guides/gps_setup.md b/doc/guides/gps_setup.md index 6a241bfa0..38ef2443f 100644 --- a/doc/guides/gps_setup.md +++ b/doc/guides/gps_setup.md @@ -19,7 +19,7 @@ In order to give the best results, a GPS constellation needs at least four compu constellation is redundant, but it does not cause problems. ## Building a GPS constellation -An example GPS constellation. +An example GPS constellation. We are going to build our GPS constellation as shown in the image above. You will need 4 computers and either 4 wireless modems or 4 ender modems. Try not to mix ender and wireless modems together as you might get some odd behavior when your diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0a865a702..efdd5c5fb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -64,7 +64,7 @@ forgeGradle = "6.0.20" githubRelease = "2.5.2" gradleVersions = "0.50.0" ideaExt = "1.1.7" -illuaminate = "0.1.0-44-g9ee0055" +illuaminate = "0.1.0-69-gf294ab2" librarian = "1.+" lwjgl = "3.3.3" minotaur = "2.+" diff --git a/projects/web/build.gradle.kts b/projects/web/build.gradle.kts index c1df434dd..25f0838b6 100644 --- a/projects/web/build.gradle.kts +++ b/projects/web/build.gradle.kts @@ -138,11 +138,6 @@ val docWebsite by tasks.registering(Copy::class) { from(htmlTransform) - // Pick up assets from the /docs folder - from(rootProject.file("doc")) { - include("logo.png") - include("images/**") - } // index.js is provided by illuaminate, but rollup outputs some other chunks from(rollup) { exclude("index.js") } // Grab illuaminate's assets. HTML files are provided by jsxDocs