Skip to content

Commit

Permalink
refactor: moving images/ to .github/ as it is only useful for the git…
Browse files Browse the repository at this point in the history
…hub project page, not building the project
  • Loading branch information
SuperFola committed May 28, 2024
1 parent af2906e commit b982f4c
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion images/diagram.svg → .github/images/diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- '.github/workflows/release.yml'
- '.vscode/*.*'
- 'examples/*.ark'
- 'images/*.*'
- '.github/images/*.*'
- '*.md'
- 'docs/*.*'
- 'Dockerfile'
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<img align="right" src="images/ArkTransparent-by-mazz.png" width=200px alt="ArkScript log by Mazz">
<img align="right" src=".github/images/ArkTransparent-by-mazz.png" width=200px alt="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
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit b982f4c

Please sign in to comment.