Skip to content

Commit c65b4e6

Browse files
Merge pull request #56 from aPureBase/54-update-to-new-site
#54: Update information to use the new url
2 parents 27040e2 + 983d44d commit c65b4e6

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
Type-safe Kotlin configuration `by` delegates.
1010

1111
Supports the most common external configuration sources, including:
12-
* [Command line](https://apurebase.gitlab.io/arkenv/features/command-line/)
13-
* [Environment Variables](https://apurebase.gitlab.io/arkenv/features/environment-variables/)
14-
* [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/)
15-
* [`.env` files](https://apurebase.gitlab.io/arkenv/features/dot-env-files/)
12+
* [Command line](https://arkenv.io/features/command-line/)
13+
* [Environment Variables](https://arkenv.io/features/environment-variables/)
14+
* [Properties](https://arkenv.io/features/properties/), [Yaml](https://arkenv.io/features/yaml/), and Spring-like [profiles](https://arkenv.io/features/profiles/)
15+
* [`.env` files](https://arkenv.io/features/dot-env-files/)
1616

1717

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

6363

6464

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

6868

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

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

arkenv-yaml/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ publishing {
6666
pom {
6767
name.set("Arkenv")
6868
description.set("Yaml feature for Arkenv")
69-
url.set("https://apurebase.gitlab.io/arkenv/features/yaml/")
69+
url.set("https://arkenv.io/features/yaml/")
7070
organization {
7171
name.set("aPureBase")
7272
url.set("http://apurebase.com/")

arkenv/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ publishing {
7676
pom {
7777
name.set("Arkenv")
7878
description.set("Type-safe Kotlin configuration parser by delegates")
79-
url.set("https://apurebase.gitlab.io/arkenv/")
79+
url.set("https://arkenv.io/")
8080
organization {
8181
name.set("aPureBase")
8282
url.set("http://apurebase.com/")

docs/_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
title: Arkenv
22
description: >-
33
Kotlin Cli & Env argument parser.
4+
baseurl: "/"
45
url: "https://arkenv.io"
56

67

docs/features/profiles.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ parent: Features
55
nav_order: 4
66
---
77

8+
# Profiles
9+
810
To enable Spring-like profile functionality, install the `ProfileFeature`.
911

1012
### Usage

0 commit comments

Comments
 (0)