Skip to content

Commit

Permalink
Merge pull request #56 from aPureBase/54-update-to-new-site
Browse files Browse the repository at this point in the history
#54: Update information to use the new url
  • Loading branch information
AndreasVolkmann authored Apr 17, 2021
2 parents 27040e2 + 983d44d commit c65b4e6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
Type-safe Kotlin configuration `by` delegates.

Supports the most common external configuration sources, including:
* [Command line](https://apurebase.gitlab.io/arkenv/features/command-line/)
* [Environment Variables](https://apurebase.gitlab.io/arkenv/features/environment-variables/)
* [Properties](https://apurebase.gitlab.io/arkenv/features/properties/), [Yaml](https://apurebase.gitlab.io/arkenv/features/yaml/), and Spring-like [profiles](https://apurebase.gitlab.io/arkenv/features/profiles/)
* [`.env` files](https://apurebase.gitlab.io/arkenv/features/dot-env-files/)
* [Command line](https://arkenv.io/features/command-line/)
* [Environment Variables](https://arkenv.io/features/environment-variables/)
* [Properties](https://arkenv.io/features/properties/), [Yaml](https://arkenv.io/features/yaml/), and Spring-like [profiles](https://arkenv.io/features/profiles/)
* [`.env` files](https://arkenv.io/features/dot-env-files/)


### 📦 Installation
Expand Down Expand Up @@ -62,12 +62,12 @@ In the case of `port`, you can parse it like this:



To get started, we recommend reading about [the basics](https://apurebase.gitlab.io/arkenv/guides/the-basics)
To get started, we recommend reading about [the basics](https://arkenv.io/guides/the-basics)
for a quick tour of what's included.


### 📃 Documentation
Please visit [https://apurebase.gitlab.io/arkenv/](https://apurebase.gitlab.io/arkenv/) for in-depth documentation.
Please visit [https://arkenv.io/](https://arkenv.io/) for in-depth documentation.

### 🤝 Contributing [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)

Expand Down
2 changes: 1 addition & 1 deletion arkenv-yaml/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ publishing {
pom {
name.set("Arkenv")
description.set("Yaml feature for Arkenv")
url.set("https://apurebase.gitlab.io/arkenv/features/yaml/")
url.set("https://arkenv.io/features/yaml/")
organization {
name.set("aPureBase")
url.set("http://apurebase.com/")
Expand Down
2 changes: 1 addition & 1 deletion arkenv/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ publishing {
pom {
name.set("Arkenv")
description.set("Type-safe Kotlin configuration parser by delegates")
url.set("https://apurebase.gitlab.io/arkenv/")
url.set("https://arkenv.io/")
organization {
name.set("aPureBase")
url.set("http://apurebase.com/")
Expand Down
1 change: 1 addition & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
title: Arkenv
description: >-
Kotlin Cli & Env argument parser.
baseurl: "/"
url: "https://arkenv.io"


Expand Down
2 changes: 2 additions & 0 deletions docs/features/profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ parent: Features
nav_order: 4
---

# Profiles

To enable Spring-like profile functionality, install the `ProfileFeature`.

### Usage
Expand Down

0 comments on commit c65b4e6

Please sign in to comment.