Compare commits
2 Commits
86c942105b
...
79f1d5fb4a
| Author | SHA1 | Date | |
|---|---|---|---|
| 79f1d5fb4a | |||
| 9228e7a324 |
@@ -4,10 +4,10 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "2100:3000"
|
- "2100:3000"
|
||||||
volumes:
|
volumes:
|
||||||
- ./fsd.vxserver.dev:/app
|
- ./fsdproject.org:/app
|
||||||
docs:
|
docs:
|
||||||
image: git.vxserver.dev/fsd/fes:latest
|
image: git.vxserver.dev/fsd/fes:latest
|
||||||
ports:
|
ports:
|
||||||
- "2101:3000"
|
- "2101:3000"
|
||||||
volumes:
|
volumes:
|
||||||
- ./docs.vxserver.dev:/app
|
- ./docs.fsdproject.org:/app
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |
@@ -24,7 +24,7 @@ global.finish = function(fes, site)
|
|||||||
site:note(fes.util.cc {
|
site:note(fes.util.cc {
|
||||||
fes.std.h2("Other resources"),
|
fes.std.h2("Other resources"),
|
||||||
fes.std.tl({
|
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"),
|
fes.std.external("https://docs.fsdproject.org", "Documentation"),
|
||||||
}),
|
}),
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |
@@ -11,7 +11,7 @@ site:muted("fes is a lightweight, static, and optionated microframework.")
|
|||||||
|
|
||||||
site:h2("Development")
|
site:h2("Development")
|
||||||
site:p("You can " ..
|
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:")
|
" its source code or get a copy using the following command:")
|
||||||
site:code("git clone https://git.vxserver.dev/fSD/fes")
|
site:code("git clone https://git.vxserver.dev/fSD/fes")
|
||||||
|
|
||||||
Reference in New Issue
Block a user