Skip to content

Commit

Permalink
Update CardApp.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlm authored Aug 5, 2024
1 parent 2c8293a commit 5dea5a9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/CardApp.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,14 +295,14 @@ ReplaceView<MyCodeView>();

## Concepts

* [Architecture](docs/Architecture.md) - Describes overall structure of **Crazor** **application**
* [Card Apps](docs/CardApp.md) - How to create a **CardApp** class to define state and operations against state.
* [Card Views](docs/CardView.md) - General information about Card Views
* [Memory](docs/Memory.md) - Information on persistence and memory
* [Validation](docs/Validation.md) - Model validation
* [Routing](docs/RoutingCards.md) - Information on customizing urls to support deep linking into cards
* [Authentication](docs/authentication.md) - Authentication
* [Unit tests](docs/UnitTests.md) - Writing unit tests for your cards.
* [Architecture](Architecture.md) - Describes overall structure of **Crazor** **application**
* [Card Apps](CardApp.md) - How to create a **CardApp** class to define state and operations against state.
* [Card Views](CardView.md) - General information about Card Views
* [Memory](Memory.md) - Information on persistence and memory
* [Validation](Validation.md) - Model validation
* [Routing](RoutingCards.md) - Information on customizing urls to support deep linking into cards
* [Authentication](authentication.md) - Authentication
* [Unit tests](UnitTests.md) - Writing unit tests for your cards.



Expand Down

0 comments on commit 5dea5a9

Please sign in to comment.