Skip to content

Commit f646196

Browse files
committed
Add getting-started introduction-section
1 parent 510242d commit f646196

3 files changed

Lines changed: 101 additions & 169 deletions

File tree

src/app/version1.0.0/components/getting-started/getting-started.component.html

Lines changed: 64 additions & 164 deletions
Original file line numberDiff line numberDiff line change
@@ -2,170 +2,70 @@
22

33
<!-- Article -->
44
<ng-container class="article">
5-
<h1 id="section1">Section 1 anchor Edited.......</h1>
6-
<br>
7-
Some documentation.......
8-
<br>
9-
Some documentation.......
10-
<br>
11-
Some documentation.......
12-
<br>
13-
Some documentation.......
14-
<br>
15-
Some documentation.......
16-
<br>
17-
Some documentation.......
18-
<br>
19-
Some documentation.......
20-
<br>
21-
Some documentation.......
22-
<br>
23-
Some documentation.......
24-
<br>
25-
Some documentation.......
26-
<br>
27-
Some documentation.......
28-
<br>
29-
Some documentation.......
30-
<br>
31-
Some documentation.......
32-
<br>
33-
Some documentation.......
34-
<br>
35-
Some documentation.......
36-
<br>
37-
Some documentation.......
38-
<br>
39-
Some documentation.......
40-
<br>
41-
Some documentation.......
42-
<br>
43-
Some documentation.......
44-
<br>
45-
Some documentation.......
46-
<br>
47-
Some documentation.......
48-
<br>
49-
Some documentation.......
50-
<br>
51-
Some documentation.......
52-
<br>
53-
Some documentation.......
54-
<br>
55-
Some documentation.......
56-
<br>
57-
Some documentation.......
58-
<br>
59-
<h1 id="section2">Section 2 anchor.......</h1>
60-
Section 2 anchor.......
61-
<br>
62-
Some documentation.......
63-
<br>
64-
Some documentation.......
65-
<br>
66-
Some documentation.......
67-
<br>
68-
Some documentation.......
69-
<br>
70-
Some documentation.......
71-
<br>
72-
Some documentation.......
73-
<br>
74-
Some documentation.......
75-
<br>
76-
Some documentation.......
77-
<br>
78-
Some documentation.......
79-
<br>
80-
Some documentation.......
81-
<br>
82-
Some documentation.......
83-
<br>
84-
Some documentation.......
85-
<br>
86-
Some documentation.......
87-
<br>
88-
Some documentation.......
89-
<br>
90-
Some documentation.......
91-
<br>
92-
Some documentation.......
93-
<br>
94-
Some documentation.......
95-
<br>
96-
Some documentation.......
97-
<br>
98-
Some documentation.......
99-
<br>
100-
Some documentation.......
101-
<br>
102-
Some documentation.......
103-
<br>
104-
Some documentation.......
105-
<br>
106-
Some documentation.......
107-
<br>
108-
Some documentation.......
109-
<br>
110-
Some documentation.......
111-
<br>
112-
Some documentation.......
113-
<br>
114-
<h1 id="section3">Section 3 anchor</h1>
115-
Section 3 anchor.......
116-
<br>
117-
Some documentation.......
118-
<br>
119-
Some documentation.......
120-
<br>
121-
Some documentation.......
122-
<br>
123-
Some documentation.......
124-
<br>
125-
Some documentation.......
126-
<br>
127-
Some documentation.......
128-
<br>
129-
Some documentation.......
130-
<br>
131-
Some documentation.......
132-
<br>
133-
Some documentation.......
134-
<br>
135-
Some documentation.......
136-
<br>
137-
Some documentation.......
138-
<br>
139-
Some documentation.......
140-
<br>
141-
Some documentation.......
142-
<br>
143-
Some documentation.......
144-
<br>
145-
Some documentation.......
146-
<br>
147-
Some documentation.......
148-
<br>
149-
Some documentation.......
150-
<br>
151-
Some documentation.......
152-
<br>
153-
Some documentation.......
154-
<br>
155-
Some documentation.......
156-
<br>
157-
Some documentation.......
158-
<br>
159-
Some documentation.......
160-
<br>
161-
Some documentation.......
162-
<br>
163-
Some documentation.......
164-
<br>
165-
Some documentation.......
166-
<br>
167-
Some documentation.......
168-
5+
<p>
6+
DotNet Validator is a <a href="https://dotnet.microsoft.com/" target="blank">.NET</a> library
7+
that contains a set of utility methods which could be used to validate or
8+
<a href="https://medium.com/@abderrahman.hamila/what-sanitize-mean-and-why-sanitize-in-code-data-5c68c9f76164"
9+
target="blank">
10+
sanitize
11+
</a>
12+
<a href="https://dotnet.microsoft.com/" target="blank">.NET</a> data-models.
13+
</p>
14+
<div>
15+
<h2>Installation</h2>
16+
<p>
17+
DotNet Validator is a portable
18+
<a href="https://docs.microsoft.com/en-us/dotnet/standard/net-standard" target="blank">
19+
.NET Standard
20+
</a>
21+
library that could be used a cross all .NET platforms.
22+
</p>
23+
<p>DotNet Validator 1.0.0 uses a
24+
<a href="https://docs.microsoft.com/en-us/dotnet/standard/whats-new/whats-new-in-dotnet-standard?tabs=csharp#whats-new-in-the-net-standard-20"
25+
target="blank">
26+
.NET Standard 2.0
27+
</a>.
28+
See
29+
<a href="https://docs.microsoft.com/en-us/dotnet/standard/net-standard#net-implementation-support"
30+
target="blank">
31+
.NET Standard compatibility.
32+
</a>
33+
</p>
34+
<h3>Install using: </h3>
35+
<ul class="installation-list">
36+
<li>
37+
<a href="https://marketplace.visualstudio.com/items?itemName=NuGetTeam.NuGetPackageManager"
38+
target="blank">
39+
Nuget Package Manager
40+
</a>:
41+
<span class="package-manager-install">
42+
<code>Install-Package DotNetValidator -Version 1.0.0</code>
43+
</span>
44+
</li>
45+
<li>
46+
<a href="https://docs.microsoft.com/en-us/dotnet/core/tools/?tabs=netcore2x" target="blank">
47+
.NET CLI
48+
</a>:
49+
<span class="dotnet-cli-install">
50+
<code>dotnet add package DotNetValidator --version 1.0.0</code>
51+
</span>
52+
</li>
53+
</ul>
54+
</div>
55+
<div>
56+
<h2>Basic guid</h2>
57+
<p>
58+
Let's start with creating a new class called <code>Person</code>.
59+
</p>
60+
<pre>
61+
<code class="language-javascript">
62+
<!-- public class Person {
63+
public string Name {get; set;}
64+
public int Age {get; set;}
65+
} -->
66+
</code>
67+
</pre>
68+
</div>
16969
</ng-container>
17070
<!-- End Article -->
17171

src/styles/components/_post-article.scss

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,41 @@ app-post-article {
33
article {
44
margin-top: 1rem;
55
}
6+
7+
a {
8+
color: $theme-color;
9+
}
10+
11+
h1 {
12+
font-size: 2rem;
13+
}
14+
15+
h2 {
16+
font-size: 1.5rem;
17+
margin-bottom: 1rem;
18+
}
19+
20+
h3 {
21+
font-size: 1rem;
22+
}
23+
24+
.installation-list {
25+
li {
26+
margin-bottom: 1rem;
27+
}
28+
}
29+
30+
.package-manager-install {
31+
display: block;
32+
::before {
33+
content: "PM> ";
34+
}
35+
}
36+
37+
.dotnet-cli-install {
38+
display: block;
39+
::before {
40+
content: "> ";
41+
}
42+
}
643
}

src/styles/components/angular/_app-main.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,4 @@ app-main {
22
display: flex;
33
flex-direction: row;
44
width: 100%;
5-
6-
:nth-child(3) {
7-
display: block;
8-
width: 100%;
9-
}
105
}

0 commit comments

Comments
 (0)