mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-21 13:23:03 +01:00
3
Makefile
3
Makefile
@@ -44,8 +44,9 @@ update-doc-version-middleware:
|
||||
sed -i 's/SABLIER_VERSION=v$(LAST)/SABLIER_VERSION=v$(NEXT)/g' plugins/caddy/Dockerfile.remote
|
||||
sed -i 's/v$(LAST)/v$(NEXT)/g' plugins/caddy/README.md
|
||||
|
||||
.PHONY: docs
|
||||
docs:
|
||||
docsify serve docs
|
||||
npx --yes docsify-cli serve docs
|
||||
|
||||
# End to end tests
|
||||
e2e: e2e-caddy e2e-nginx e2e-traefik
|
||||
|
||||
@@ -20,5 +20,5 @@
|
||||
- [Overview](/guides/overview)
|
||||
- [VSCode Server with Traefik and Kubernetes](/guides/code-server-traefik-kubernetes.md)
|
||||
- **Links**
|
||||
- [<img src="/assets/img/github.svg" />Github](https://github.com/acouvreur/sablier)
|
||||
- [<img src="/assets/img/docker.svg" height=24px />Docker Hub](https://hub.docker.com/r/acouvreur/sablier)
|
||||
- [<img src="assets/img/github.svg" />Github](https://github.com/acouvreur/sablier)
|
||||
- [<img src="assets/img/docker.svg" height=24px />Docker Hub](https://hub.docker.com/r/acouvreur/sablier)
|
||||
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
BIN
docs/assets/img/ghost.png
Normal file
BIN
docs/assets/img/ghost.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
BIN
docs/assets/img/hacker-terminal.png
Normal file
BIN
docs/assets/img/hacker-terminal.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 240 KiB |
BIN
docs/assets/img/matrix.png
Normal file
BIN
docs/assets/img/matrix.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 84 KiB |
BIN
docs/assets/img/shuffle.png
Normal file
BIN
docs/assets/img/shuffle.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 74 KiB |
@@ -7,7 +7,7 @@
|
||||
<meta name="description" content="Description">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple-dark.css">
|
||||
|
||||
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico">
|
||||
<style>
|
||||
:root {
|
||||
--base-font-size: 16px;
|
||||
|
||||
@@ -9,10 +9,10 @@ You can also extend the themes by providing your own and they will be templated
|
||||
|
||||
| Name | Preview |
|
||||
| :---------------: | :-------------------------------------------------------------------------------------------------------: |
|
||||
| `ghost` |  |
|
||||
| `shuffle` |  |
|
||||
| `hacker-terminal` |  |
|
||||
| `matrix` |  |
|
||||
| `ghost` |  |
|
||||
| `shuffle` |  |
|
||||
| `hacker-terminal` |  |
|
||||
| `matrix` |  |
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user