Skip to content

Commit

Permalink
Fix some not reported issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Vixenka committed Jan 24, 2024
1 parent f3cae4b commit b28508e
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Our golden goal is to create the most performant engine, one which enables game
> [!IMPORTANT]
> Currently (before v0.1.0) initial documentation is still being writen. It is not published on any website.
You can find information in [docs directory](/docs/README.md) which also have manual. Or see [examples directory](/examples/README.md) to see how it looks in code.
You can find information in [docs directory](/docs/) which also have manual. Or see [examples directory](/examples/) to see how it looks in code.

And do not forget to read about API from [documentation comments](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/language-specification/documentation-comments). Also you can find another usage examples in [tests](/docs/project-structure.md).
And do not forget to read about API from [documentation comments](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/language-specification/documentation-comments). Also you can find another usage examples in [tests](/docs/internal/project-structure.md).

### Project structure
We have a few repositories which contain parts of the entire project:
Expand Down
20 changes: 20 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Docs of NoiseEngine
Welcome to NoiseEngine docs!

## Sections

<div class="link-panel">
<a href="manual/">
<img src="../images/docs/manual/get-started/create-new-project/primitives.webp">
<h3>Manual</h3>
</a>
<p>Manual which describes how to use NoiseEngine</p>
</div>

<div class="link-panel">
<a href="internal/">
<img src="../images/voxel-terrain.webp">
<h3>Internal</h3>
</a>
<p>NoiseEnginet's architecture description</p>
</div>
2 changes: 1 addition & 1 deletion docs/manual/get-started/create-new-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ And now, after running application we should see:
If you do not see it, probably you are rotated wrong, move your mouse fast and find a cube.

### Source code
You can find source code of this and another examples [here](/examples/manual/get-started/create-new-project/README.md).
You can find source code of this and another examples [here](/examples/manual/get-started/create-new-project/).
2 changes: 2 additions & 0 deletions docs/manual/internal/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Internal
NoiseEnginet's architecture description
File renamed without changes.

0 comments on commit b28508e

Please sign in to comment.