From b982f4c64d87e784f264212e1b40674a730f8bec Mon Sep 17 00:00:00 2001 From: Alexandre Plateau Date: Tue, 28 May 2024 09:04:53 +0200 Subject: [PATCH] refactor: moving images/ to .github/ as it is only useful for the github project page, not building the project --- {images => .github/images}/ArkSnake.png | Bin .../images}/ArkTransparent-by-mazz.png | Bin {images => .github/images}/ArkTransparent-small.png | Bin {images => .github/images}/diagram.svg | 2 +- {images => .github/images}/logo-by-mazz.svg | 0 .github/workflows/ci.yml | 2 +- CONTRIBUTING.md | 2 +- README.md | 6 +++--- docs/Doxyfile | 2 +- 9 files changed, 7 insertions(+), 7 deletions(-) rename {images => .github/images}/ArkSnake.png (100%) rename {images => .github/images}/ArkTransparent-by-mazz.png (100%) rename {images => .github/images}/ArkTransparent-small.png (100%) rename {images => .github/images}/diagram.svg (99%) rename {images => .github/images}/logo-by-mazz.svg (100%) diff --git a/images/ArkSnake.png b/.github/images/ArkSnake.png similarity index 100% rename from images/ArkSnake.png rename to .github/images/ArkSnake.png diff --git a/images/ArkTransparent-by-mazz.png b/.github/images/ArkTransparent-by-mazz.png similarity index 100% rename from images/ArkTransparent-by-mazz.png rename to .github/images/ArkTransparent-by-mazz.png diff --git a/images/ArkTransparent-small.png b/.github/images/ArkTransparent-small.png similarity index 100% rename from images/ArkTransparent-small.png rename to .github/images/ArkTransparent-small.png diff --git a/images/diagram.svg b/.github/images/diagram.svg similarity index 99% rename from images/diagram.svg rename to .github/images/diagram.svg index 33b3e0897..79bc11d69 100644 --- a/images/diagram.svg +++ b/.github/images/diagram.svg @@ -1 +1 @@ -teststestssrcsrcliblibincludeincludefuzzingfuzzingexamplesexamplesdocsdocscmakecmake.vscode.vscode.github.githubunittestsunittestserrorserrorsarkscriptarkscriptarkscriptarkscriptarkreactorarkreactorArkArkuniqueuniqueinputinputcorpuscorpusworkflowsworkflowsresourcesresourcesREPLREPLVMVMCompilerCompilerBuiltinsBuiltinsVMVMREPLREPLCompilerCompilerParserSuiteParserSuiteASTSuiteASTSuiteValueValueMacrosMacrosASTASTinlineinlineValueValueMacrosMacrosASTASTsuccesssuccessfailurefailureExecutorsExecutorsCHANGELO...CHANGELO...CHANGELO...VM.cppVM.cppVM.cppCompiler...Compiler...Compiler...Bytecode...Bytecode...Bytecode...Processo...Processo...Processo...Parser.cppParser.cppParser.cpp.cmake.cpp.gitignore.hpp.inl.json.md.py.sh.svg.txt.xml.yaml.ymleach dot sized by file size \ No newline at end of file +teststestssrcsrcliblibincludeincludefuzzingfuzzingexamplesexamplesdocsdocscmakecmake.vscode.vscode.github.githubunittestsunittestserrorserrorsarkscriptarkscriptarkscriptarkscriptarkreactorarkreactorArkArkuniqueuniqueinputinputcorpuscorpusworkflowsworkflowsresourcesresourcesREPLREPLVMVMCompilerCompilerBuiltinsBuiltinsVMVMREPLREPLCompilerCompilerParserSuiteParserSuiteASTSuiteASTSuiteValueValueMacrosMacrosASTASTinlineinlineValueValueMacrosMacrosASTASTsuccesssuccessfailurefailureExecutorsExecutorsCHANGELO...CHANGELO...CHANGELO...VM.cppVM.cppVM.cppCompiler...Compiler...Compiler...Bytecode...Bytecode...Bytecode...Processo...Processo...Processo...Parser.cppParser.cppParser.cpp.cmake.cpp.gitignore.hpp.inl.json.md.py.sh.svg.txt.xml.yaml.ymleach dot sized by file size diff --git a/images/logo-by-mazz.svg b/.github/images/logo-by-mazz.svg similarity index 100% rename from images/logo-by-mazz.svg rename to .github/images/logo-by-mazz.svg diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc0ba9499..8342df389 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: - '.github/workflows/release.yml' - '.vscode/*.*' - 'examples/*.ark' - - 'images/*.*' + - '.github/images/*.*' - '*.md' - 'docs/*.*' - 'Dockerfile' diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b975da6d4..5c1848f9e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,7 +20,7 @@ For an in-depth explanation: [Understanding the project architecture](https://ar For a quick glance at the organization of the project, check this out: -![diagram of the folders and subfolders in the project](images/diagram.svg) +![diagram of the folders and subfolders in the project](.github/images/diagram.svg) ## Contributing to a module (or creating one) diff --git a/README.md b/README.md index 262124594..dbfff2b7e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ![Downloads](https://img.shields.io/github/downloads/arkscript-lang/ark/total?color=%2324cc24&style=for-the-badge&logo=github) ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/ArkScript-lang/Ark/ci.yml?logo=cmake&style=for-the-badge&branch=4.0) -ArkScript log by Mazz +ArkScript log by Mazz * [Documentation](https://arkscript-lang.dev/documentation.html) * [Discussions](https://github.com/orgs/ArkScript-lang/discussions): to receive help with the language, discuss new features and ideas @@ -133,7 +133,7 @@ For performance reasons, some functions might be written in C++, in `include/Ark ### Code structure -![ArkScript code structure](images/diagram.svg) +![ArkScript code structure](.github/images/diagram.svg) ## Building @@ -241,7 +241,7 @@ See https://github.com/ArkScript-lang/benchmarks You can find a snake created in ArkScript in the folder examples/games/snake (run it from there, otherwise it won't find the font and the sprites ; you won't need to install the SFML). -![ArkSnake](images/ArkSnake.png) +![ArkSnake](.github/images/ArkSnake.png) Controls are the arrows (left, right, up and down), the game closes itself when you successfully collect the 3 apples. diff --git a/docs/Doxyfile b/docs/Doxyfile index 8d467ab5a..b5ad15a13 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -6,7 +6,7 @@ PROJECT_NAME = ArkScript PROJECT_NUMBER = PROJECT_BRIEF = A small, fast, functional and scripting language for video games -PROJECT_LOGO = ../images/ArkTransparent-small.png +PROJECT_LOGO = ../.github/images/ArkTransparent-small.png OUTPUT_DIRECTORY = ../../website/ CREATE_SUBDIRS = YES ABBREVIATE_BRIEF =