Compare commits

...

7 Commits

Author SHA1 Message Date
tooomm
af9a849fa5 Update Doxyfile 2025-11-30 17:45:21 +01:00
tooomm
99bc243e13 Add 'tests/' to .dockerignore 2025-11-23 22:31:18 +01:00
tooomm
74d9361bf3 sort alphabetically + updates 2025-11-23 22:29:24 +01:00
tooomm
444015c91c order alphabetically 2025-11-23 22:09:46 +01:00
tooomm
64276b747c Update documentation-build.yml 2025-11-23 22:04:00 +01:00
tooomm
31d7759eb8 gh bot + commit message
Added user information and commit message for documentation deployment.
2025-11-23 22:01:02 +01:00
tooomm
c442e9e6de readability 2025-11-23 20:45:51 +01:00
4 changed files with 26 additions and 20 deletions

View File

@@ -1,8 +1,10 @@
.git/
.*/
build/
.github/
.tx/
cockatrice/
doc/
docs/
oracle/
tests/
webclient/
.*
Dockerfile

View File

@@ -56,6 +56,9 @@ jobs:
with:
deploy_key: ${{ secrets.DOCS_DEPLOY_KEY }}
external_repository: Cockatrice/cockatrice.github.io
publish_branch: master
publish_dir: ./docs/html
publish_branch: master # GH Pages branch
publish_dir: ./docs/html # Source directory
destination_dir: docs # Docs will live under https://cockatrice.github.io/docs/
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'
commit_message: Deploy Docs # ${GITHUB_SHA} will get appended

24
.gitignore vendored
View File

@@ -1,17 +1,17 @@
tags
build*
*.qm
.directory
mysql.cnf
.DS_Store
.idea/
*.aps
cmake-build*
preferences
compile_commands.json
*.qm
.cache
.directory
.DS_Store
.gdb_history
.idea/
.vs/
.vscode/
.cache
.gdb_history
build*
cmake-build*
compile_commands.json
cockatrice/resources/config/qtlogging.ini
docs/
mysql.cnf
preferences
tags

View File

@@ -1069,6 +1069,7 @@ RECURSIVE = YES
EXCLUDE = build/ \
cmake/ \
dbconverter/ \
docs/ \
vcpkg/ \
webclient/
@@ -2614,7 +2615,7 @@ DOT_NUM_THREADS = 0
# The default value is: fontname=Helvetica,fontsize=10.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_COMMON_ATTR = "fontname=Helvetica,fontsize=10"
DOT_COMMON_ATTR = "fontname=Helvetica, fontsize=10"
# DOT_EDGE_ATTR is concatenated with DOT_COMMON_ATTR. For elegant style you can
# add 'arrowhead=open, arrowtail=open, arrowsize=0.5'. <a
@@ -2623,7 +2624,7 @@ DOT_COMMON_ATTR = "fontname=Helvetica,fontsize=10"
# The default value is: labelfontname=Helvetica,labelfontsize=10.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_EDGE_ATTR = "labelfontname=Helvetica,labelfontsize=10,arrowhead=open, arrowtail=open, arrowsize=0.5"
DOT_EDGE_ATTR = "labelfontname=Helvetica, labelfontsize=10, arrowhead=open, arrowtail=open, arrowsize=0.5"
# DOT_NODE_ATTR is concatenated with DOT_COMMON_ATTR. For view without boxes
# around nodes set 'shape=plain' or 'shape=plaintext' <a
@@ -2631,7 +2632,7 @@ DOT_EDGE_ATTR = "labelfontname=Helvetica,labelfontsize=10,arrowhead=ope
# The default value is: shape=box,height=0.2,width=0.4.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_NODE_ATTR = "shape=box,height=0.2,width=0.4"
DOT_NODE_ATTR = "shape=box, height=0.2, width=0.4"
# You can set the path where dot can find font specified with fontname in
# DOT_COMMON_ATTR and others dot attributes.