Skip to content

Commit

Permalink
More docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDunn committed Dec 11, 2023
1 parent a09579e commit 2475ab6
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 4 deletions.
5 changes: 5 additions & 0 deletions docs/site/Writerside/topics/Configuration.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Configuration

<note>
This topic is incomplete and is currently being improved.
</note>


Each Value Object can have its own *optional* configuration. Configuration includes:

* The underlying type
Expand Down
5 changes: 5 additions & 0 deletions docs/site/Writerside/topics/Performance.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Performance

<note>
This topic is incomplete and is currently being improved.
</note>


(to run these yourself: `dotnet run -c Release --framework net7.0 -- --job short --filter *` in the `Vogen.Benchmarks` folder)

As mentioned previously, the goal of Vogen is to achieve very similar performance compared to using primitives themselves.
Expand Down
4 changes: 3 additions & 1 deletion docs/site/Writerside/topics/discussions/Terms-Used.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Terms Used

Start typing here...
<note>
This topic is incomplete and is currently being improved.
</note>
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<note>
This topic is incomplete and is currently being improved.
</note>


# Identifying types that are generated by Vogen
The goal of this is to identify types that are generated by Vogen.

Expand Down
5 changes: 5 additions & 0 deletions docs/site/Writerside/topics/reference/FAQ.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# FAQ

<note>
This topic is incomplete and is currently being improved.
</note>


## What tests are there
There are unit tests for Vogen itself, and there are snapshot tests to test that the source code that is generated
matches what is expected.
Expand Down
5 changes: 5 additions & 0 deletions docs/site/Writerside/topics/reference/Records.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Records

<note>
This topic is incomplete and is currently being improved.
</note>


Vogen supports records (`record class` and `record struct`).

> **NOTE**: It is recommended to use a vanilla `class` or `struct` over records. The benefits of records don't really
Expand Down
5 changes: 3 additions & 2 deletions docs/site/Writerside/topics/reference/Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

Here you can find information on the types used when using Vogen.

<note>
This topic is incomplete and is currently being improved.
</note>


## VogenConfiguration

4 changes: 3 additions & 1 deletion docs/site/Writerside/topics/reference/Types.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Types

Start typing here...
<note>
This topic is incomplete and is currently being improved.
</note>

0 comments on commit 2475ab6

Please sign in to comment.