Skip to content

Commit 5b0f0c5

Browse files
committed
change lucidarch.dev to lucidarch.site
1 parent 6315b14 commit 5b0f0c5

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
with:
1818
githubToken: ${{ secrets.PERSONAL_TOKEN }}
1919
branch: public
20-
cname: lucidarch.dev
20+
cname: lucidarch.site
2121

2222

config.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL = "https://lucidarch.dev"
1+
baseURL = "https://lucidarch.site"
22
languageCode = "en-us"
33
title = "Lucid Architecture"
44
theme = "bigspring"
@@ -52,7 +52,7 @@ enable = false
5252
[params.navigation_button]
5353
enable = true
5454
label = "Get Started"
55-
link = "https://docs.lucidarch.dev/getting-started"
55+
link = "https://docs.lucidarch.site/getting-started"
5656

5757
############################# Social Presence ########################
5858
[[params.social]]
@@ -99,7 +99,7 @@ link = "plugins/slick/slick.min.js"
9999
# main menu
100100
[[menu.main]]
101101
name = "docs"
102-
URL = "https://docs.lucidarch.dev"
102+
URL = "https://docs.lucidarch.site"
103103
weight = 1
104104

105105
[[menu.main]]
@@ -132,7 +132,7 @@ weight = 1
132132

133133
[[menu.footer_left]]
134134
name = "documentation"
135-
URL = "https://docs.lucidarch.dev"
135+
URL = "https://docs.lucidarch.site"
136136
weight = 2
137137

138138
[[menu.footer_left]]

content/blog/announcements/becoming-one-and-the-road-ahead.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ be it new or existing, and with the new commands to initialize a variant `init:m
4545
### Supported Versions
4646

4747
As for supporting several versions, with a package this becomes a breeze, as of the time of this writing it is supporting
48-
the most recent versions are supported as per the matrix below. See [the docs](https://docs.lucidarch.dev/installation/#versions--compatibility) for the latest compatible versions:
48+
the most recent versions are supported as per the matrix below. See [the docs](https://docs.lucidarch.site/installation/#versions--compatibility) for the latest compatible versions:
4949

5050
- **Laravel:** **8,** **7,** **6,** **5.5 (LTS)**
5151
- **PHP****8.0,** **7.4,** **7.3,** **7.2** , **7.1**
@@ -61,7 +61,7 @@ And as far as I've learned from their feedback, they've astonishingly succeeded!
6161

6262
The problem is that with little information on how to go about the different cases you may encounter,
6363
we left too much space for imagination in order to understand the intended message.
64-
Therefore, the new thorough documentation is finally in place at: [https://lucidarch.dev](https://lucidarch.dev) and it is just the initial version.
64+
Therefore, the new thorough documentation is finally in place at: [https://lucidarch.site](https://lucidarch.site) and it is just the initial version.
6565
I'll be constantly adding to it the more updates and feedback come in.
6666

6767
**This blog** is also a place to share content about our experience with Lucid so far and as we go,

content/concept/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ app/Domains/GitHub
6666
└── LoginWithGitHubJobTest
6767
```
6868

69-
[documentation](https://docs.lucidarch.dev/domains/) contains more details on working with domains.
69+
[documentation](https://docs.lucidarch.site/domains/) contains more details on working with domains.
7070

7171
### services
7272

73-
are directories rich in functionality, used to separate a [Monolith](https://docs.lucidarch.dev/micro-vs-monolith/#monolith) into
73+
are directories rich in functionality, used to separate a [Monolith](https://docs.lucidarch.site/micro-vs-monolith/#monolith) into
7474
areas of focus in a multi-purpose application.
7575

7676
consider the example of an application where we enter food recipes and would want our members to have discussions in a forum,
@@ -114,7 +114,7 @@ app/Services/Forum
114114
└── web
115115
</pre>
116116

117-
[documentation](https://docs.lucidarch.dev/services/) has more examples of services and their contents.
117+
[documentation](https://docs.lucidarch.site/services/) has more examples of services and their contents.
118118

119119
### features
120120

@@ -145,7 +145,7 @@ class AddRecipeFeature extends Feature
145145
}
146146
```
147147

148-
[documentation](https://docs.lucidarch.dev/features/) about features expands on how to serve them as classes from anywhere.
148+
[documentation](https://docs.lucidarch.site/features/) about features expands on how to serve them as classes from anywhere.
149149

150150
### operations
151151

@@ -194,7 +194,7 @@ class NotifySubscribersOperation extends Operation
194194
}
195195
```
196196

197-
[documentation](https://docs.lucidarch.dev/operations/) goes over this simple yet powerful concept.
197+
[documentation](https://docs.lucidarch.site/operations/) goes over this simple yet powerful concept.
198198

199199
### data
200200

data/homepage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ service:
6969
button:
7070
enable: true
7171
label: "Micro • Monolith"
72-
link: "https://docs.lucidarch.dev/micro-vs-monolith"
72+
link: "https://docs.lucidarch.site/micro-vs-monolith"
7373

7474
- title: "talk about code"
7575
images:
@@ -94,4 +94,4 @@ call_to_action:
9494
button:
9595
enable : true
9696
label : "documentation"
97-
link : "https://docs.lucidarch.dev"
97+
link : "https://docs.lucidarch.site"

0 commit comments

Comments
 (0)