Skip to content

Commit

Permalink
Improved docs
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed May 3, 2024
1 parent 3d42c45 commit 84c771d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const sidebars = (): DefaultTheme.SidebarItem[] => [
{ text: "Provider Components", link: "/getting-started/spa/providers" },
{ text: "Root Component", link: "/getting-started/spa/root" },
{ text: "Parameters", link: "/getting-started/spa/parameters" },
{ text: "Runtime Configuration", link: "/getting-started/server/environment" },
{ text: "Runtime Configuration", link: "/getting-started/spa/environment" },
{ text: "Pilet Service", link: "/getting-started/spa/pilet-service" },
{ text: "Localization", link: "/getting-started/spa/localization" },
{ text: "HTTP Injector", link: "/getting-started/spa/http" },
Expand All @@ -59,7 +59,9 @@ const sidebars = (): DefaultTheme.SidebarItem[] => [
text: "Examples",
collapsed: true,
items: [
{ text: "Introduction", link: "/examples/" },
{ text: "Overview", link: "/examples/" },
{ text: "Server: Tractor Shop", link: "/examples/server/tractor-shop" },
{ text: "SPA: Tractor Shop", link: "/examples/spa/tractor-shop" },
],
},
];
Expand Down
10 changes: 10 additions & 0 deletions docs/examples/index.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# Examples

Here are some example code bases that will help you understand what `Piral.Blazor` is all about.

## Server

- [Tractor Shop](./server/tractor-shop.md)

## SPA

- [Tractor Shop](./spa/tractor-shop.md)
3 changes: 3 additions & 0 deletions docs/examples/server/tractor-shop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Server: Tractor Shop

More infos soon.
3 changes: 3 additions & 0 deletions docs/examples/spa/tractor-shop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# SPA: Tractor Shop

More infos soon.

0 comments on commit 84c771d

Please sign in to comment.