From 9655441688b493012ddd0f220cf926681d0993e2 Mon Sep 17 00:00:00 2001 From: Docusaurus bot Date: Wed, 17 Apr 2024 16:17:39 +0000 Subject: [PATCH] Deploy website Deploy website version based on a75a766c5dc352b05ebb1909cb4debdf307b8a7a --- docs/getting-started.html | 4 ++-- docs/reference.html | 12 ++++++------ en/index.html | 2 +- index.html | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/getting-started.html b/docs/getting-started.html index db74444..ed736b7 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -88,7 +88,7 @@ classes, just like HOCON and JSON configuration.

Quick start

-
libraryDependencies += "com.geirsson" %% "metaconfig-typesafe-config" % "0.12.0"
+
libraryDependencies += "com.geirsson" %% "metaconfig-typesafe-config" % "0.12.0-2-a75a766c-SNAPSHOT"
 

Next, write a case class for your user configuration.

import metaconfig._
@@ -147,4 +147,4 @@ 

// Did you mean '--name'? // )

- \ No newline at end of file + \ No newline at end of file diff --git a/docs/reference.html b/docs/reference.html index 039cd9b..cdec2fd 100644 --- a/docs/reference.html +++ b/docs/reference.html @@ -83,10 +83,10 @@
  • https://github.com/pureconfig/pureconfig
  • Getting started

    -
    libraryDependencies += "com.geirsson" %% "metaconfig-core" % "0.12.0"
    +
    libraryDependencies += "com.geirsson" %% "metaconfig-core" % "0.12.0-2-a75a766c-SNAPSHOT"
     
     // Use https://github.com/lightbend/config to parse HOCON
    -libraryDependencies += "com.geirsson" %% "metaconfig-typesafe-config" % "0.12.0"
    +libraryDependencies += "com.geirsson" %% "metaconfig-typesafe-config" % "0.12.0-2-a75a766c-SNAPSHOT"
     

    Use this import to access the metaconfig API

    import metaconfig._
    @@ -312,7 +312,7 @@ 

    if (file.exists()) Configured.ok(file) else ConfError.fileDoesNotExist(file).notOk } -// fileDecoder: ConfDecoder[java.io.File] = metaconfig.ConfDecoder$$anonfun$flatMap$2@1a92440d +// fileDecoder: ConfDecoder[java.io.File] = metaconfig.ConfDecoder$$anonfun$flatMap$2@30213faa fileDecoder.read(Conf.fromString(".scalafmt.conf")) // res11: Configured[java.io.File] = Ok(value = .scalafmt.conf) fileDecoder.read(Conf.fromString(".foobar")) @@ -355,7 +355,7 @@

    implicit val encoder: ConfEncoder[User] = generic.deriveEncoder[User] -// encoder: ConfEncoder[User] = repl.MdocSession$MdocApp$$anon$1@16b70469 +// encoder: ConfEncoder[User] = repl.MdocSession$MdocApp$$anon$1@62cd9fd3 ConfEncoder[User].write(User("John", 42)) // res13: Conf = Obj( @@ -708,7 +708,7 @@

    Docs

    To generate documentation for you configuration, add a dependency to the following module

    -
    libraryDependencies += "com.geirsson" %% "metaconfig-docs" % "0.12.0"
    +
    libraryDependencies += "com.geirsson" %% "metaconfig-docs" % "0.12.0-2-a75a766c-SNAPSHOT"
     

    First define your configuration

    import metaconfig._
    @@ -778,4 +778,4 @@ 

    // ============== // Setting home.country of type String has default value "Iceland""""

    - \ No newline at end of file + \ No newline at end of file diff --git a/en/index.html b/en/index.html index 337f468..e5c6230 100644 --- a/en/index.html +++ b/en/index.html @@ -12,4 +12,4 @@

    Use Metaconfig to build command-line tools with automatic --help message generation, clear error reporting and tab completion support. Command-line flags are converted into Scala case classes, just like HOCON and JSON configuration.

    Documentation generation

    Automatically generate markdown documentation for all configuration options in your application, including example usages, deprecation notices, command-line flags, and more.

    -
    \ No newline at end of file + \ No newline at end of file diff --git a/index.html b/index.html index dc35004..9784941 100644 --- a/index.html +++ b/index.html @@ -12,4 +12,4 @@

    Use Metaconfig to build command-line tools with automatic --help message generation, clear error reporting and tab completion support. Command-line flags are converted into Scala case classes, just like HOCON and JSON configuration.

    Documentation generation

    Automatically generate markdown documentation for all configuration options in your application, including example usages, deprecation notices, command-line flags, and more.

    -
    \ No newline at end of file + \ No newline at end of file