Compare commits

..

2 Commits

Author SHA1 Message Date
79f1d5fb4a update references 2026-01-18 11:34:03 -05:00
9228e7a324 update vxserver.dev to fsdproject.org 2026-01-16 19:50:48 -05:00
20 changed files with 4 additions and 4 deletions

View File

@@ -4,10 +4,10 @@ services:
ports:
- "2100:3000"
volumes:
- ./fsd.vxserver.dev:/app
- ./fsdproject.org:/app
docs:
image: git.vxserver.dev/fsd/fes:latest
ports:
- "2101:3000"
volumes:
- ./docs.vxserver.dev:/app
- ./docs.fsdproject.org:/app

View File

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 70 KiB

View File

@@ -24,7 +24,7 @@ global.finish = function(fes, site)
site:note(fes.util.cc {
fes.std.h2("Other resources"),
fes.std.tl({
fes.std.external("https://git.vxserver.dev", "Git Trees"),
fes.std.external("https://git.fsdproject.org/", "Git Trees"),
fes.std.external("https://docs.fsdproject.org", "Documentation"),
}),

View File

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 70 KiB

View File

@@ -11,7 +11,7 @@ site:muted("fes is a lightweight, static, and optionated microframework.")
site:h2("Development")
site:p("You can " ..
std.external("https://git.vxserver.dev/fSD/fes", "browse") ..
std.external("https://git.fsdproject.org/fes", "browse") ..
" its source code or get a copy using the following command:")
site:code("git clone https://git.vxserver.dev/fSD/fes")