Compare commits

...

16 Commits

Author SHA1 Message Date
c9135d03cf last changes 2023-08-15 12:48:43 +00:00
c29765dd09 changes 2023-07-19 15:22:20 +00:00
9e6dc31811 next bug fixes 2023-07-17 07:35:41 +00:00
0e1de15d7c fixes 2023-07-17 07:24:08 +00:00
383c1be382 robin - final version 2023-07-16 21:31:08 +00:00
8128f4f641 nex session 2023-07-16 11:50:53 +00:00
bfa53f6b95 icon cycle circle 2023-07-16 06:21:49 +00:00
c6d43a95fa next session 2023-07-15 16:15:17 +00:00
d4e21505ad frontend session 2023-07-14 19:32:33 +00:00
897b9ae2cf backend and api endpoints 2023-07-14 11:58:27 +00:00
90b4c95cd8 footer & menu right side 2023-07-13 20:45:49 +00:00
09a150f102 ignore 2023-07-13 16:44:40 +00:00
7ce16346e0 header & menu 2023-07-13 16:43:19 +00:00
f290e9d039 prettier bug 2023-07-13 14:28:54 +00:00
297658bab2 folder structure 2023-07-13 13:20:36 +00:00
14b7979314 inital setup 2023-07-13 13:14:19 +00:00
791 changed files with 6767 additions and 10290 deletions

6
.env
View File

@@ -1,7 +1,7 @@
PROJECT_NAME=tibi-docs
PROJECT_NAME=fontis
TIBI_PREFIX=tibi
TIBI_NAMESPACE=tibi-docs
TIBI_NAMESPACE=fontis
UID=100
GID=101
RELEASE_ORG_SLUG=webmakers-gmbh
RELEASE_PROJECT_SLUG=tibi-docs
RELEASE_PROJECT_SLUG=fontis

2
.gitattributes vendored
View File

@@ -1 +1 @@
.yarn/cache/* filter=lfs diff=lfs merge=lfs -text
.yarn/cache/* filter=lfs diff=lfs merge=lfs -text

2
.gitignore vendored
View File

@@ -8,7 +8,7 @@ docs/.yarn/*
!docs/.yarn/versions
api/hooks/lib/app.server*
node_modules
media
/media
tmp
_temp
frontend/dist

View File

@@ -18,7 +18,7 @@
{
"match": "/api/.*(\\.ya?ml|js|env)$",
"isAsync": false,
"cmd": "docker compose -p tibi-docs restart tibiserver",
"cmd": "docker compose -f ${workspaceRoot}/docker-compose-local.yml restart tibiserver",
"event": "onFileChange"
}
],

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More