From 1129bb6b8491cb6af5766b563ba80737f6037538 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Wed, 4 Sep 2024 21:06:58 +0800 Subject: [PATCH] Rename `External Reference` to `Bundled Libraries` (#3459) Since that's all there is on that page --- docs/modules/ROOT/nav.adoc | 2 +- .../{External_References.adoc => Bundled_Libraries.adoc} | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) rename docs/modules/ROOT/pages/{External_References.adoc => Bundled_Libraries.adoc} (92%) diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index 3bffd3ad9de..6de73ae2018 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -72,6 +72,6 @@ // *somewhere*. .Reference * xref:Mill_Design_Principles.adoc[] -* xref:External_References.adoc[] +* xref:Bundled_Libraries.adoc[] * {mill-doc-url}/api/latest/mill/index.html[Mill Scaladoc] * xref:Changelog.adoc[] diff --git a/docs/modules/ROOT/pages/External_References.adoc b/docs/modules/ROOT/pages/Bundled_Libraries.adoc similarity index 92% rename from docs/modules/ROOT/pages/External_References.adoc rename to docs/modules/ROOT/pages/Bundled_Libraries.adoc index a483359d3cc..d66707344ff 100644 --- a/docs/modules/ROOT/pages/External_References.adoc +++ b/docs/modules/ROOT/pages/Bundled_Libraries.adoc @@ -1,4 +1,6 @@ -= External References += Bundled Libraries + +:page-aliases: External_References.adoc Mill comes bundled with a set of external Open Source libraries and projects. @@ -39,7 +41,7 @@ ScalaDoc:: https://javadoc.io/doc/com.lihaoyi/requests_2.13/latest/index.html MainArgs is a small, dependency-free library for command line argument parsing in Scala. -Mill uses MainArgs to handle argument parsing for `T.command`s that are run +Mill uses MainArgs to handle argument parsing for ``T.command``s that are run from the command line. Project page:: https://github.com/com-lihaoyi/mainargs