Skip to content

Commit dc9f7a4

Browse files
committed
📝 Basic home page
1 parent 9b422fa commit dc9f7a4

File tree

3 files changed

+29
-4
lines changed

3 files changed

+29
-4
lines changed

honafx/public/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
--bs-success-text-emphasis: #06D6A0;
6060
--bs-danger-text-emphasis: #EF476F;
6161
--bs-warning-text-emphasis: #FFD166;
62-
--bs-info-text-emphasis: #26547C;
62+
--bs-info-text-emphasis: #FFFFFF;
6363
--bs-light-text-emphasis: #FFFFFF;
6464
--bs-dark-text-emphasis: #192E39;
6565

honafx/public/main.js

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
export default {
22
defaultTheme: 'dark', // Force to Dark theme
3+
iconLinks: [
4+
{
5+
icon: 'github',
6+
href: 'https://github.com/Hona/VerticalSliceArchitecture.Documentation',
7+
title: 'GitHub'
8+
}
9+
]
310
}

index.md

+21-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,26 @@ _layout: landing
33
title: Home
44
---
55

6-
Refer to [Markdown](http://daringfireball.net/projects/markdown/) for how to write markdown files.
6+
# What is this?
77

8-
## Quick Start Notes:
8+
This is the best place to [learn](/learn/) about Vertical Slice Architecture (VSA).
99

10-
1. Add images to the *images* folder if the file is referencing an image.
10+
- You can find [samples](/samples/) of real apps that use VSA.
11+
- You can find curated external [media](/media/)
12+
13+
## I'm lost, help me!
14+
15+
> [!TIP]
16+
> If you're unfamiliar with common architectures, I have a quick primer
17+
>
18+
> ![Vertical Slice Architecture: How Does it Compare to Clean Architecture | .NET Conf 2023](https://www.youtube.com/watch?v=T-EwN9UqRwE)
19+
20+
## An important note
21+
22+
This site is a new work in progress. If you have any feedback, please create a new [issue](https://github.com/Hona/VerticalSliceArchitecture.Documentation/issues) or [discussion](https://github.com/Hona/VerticalSliceArchitecture.Documentation/discussions).
23+
24+
> [!CAUTION]
25+
> This is my personal opinion and not the only way to implement VSA.
26+
>
27+
> While it's a living document & will evolve with the community, you might disagree with some of the content.
28+
> I encourage you to create a discussion, as I'm always open to learning new things.

0 commit comments

Comments
 (0)