-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathmkdocs.hu.yml
62 lines (58 loc) · 2.06 KB
/
mkdocs.hu.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
INHERIT: mkdocs.common.yml
site_author: Albert István, Tóth Tibor
site_name: BMEVIAUAC01 Adatvezérelt rendszerek
site_url: https://bmeviauac01.github.io/datadriven/hu/
docs_dir: 'docs/hu'
site_dir: 'site/hu'
edit_uri: 'blob/master/docs/hu'
theme:
language: hu
plugins:
search:
lang: hu
git-revision-date-localized:
locale: hu
git-committers:
docs_path: docs/hu/
nav:
- index.md
- "Adatbázis":
- db/index.md
- db/mssql.md
- db/mongodb.md
- "Minta adatbázis: mssql.sql": https://raw.githubusercontent.com/bmeviauac01/datadriven/master/overrides/db/mssql.sql
- "Minta adatbázis: mongo.js": https://raw.githubusercontent.com/bmeviauac01/datadriven/master/overrides/db/mongo.js
- "Jegyzetek":
- lecture-notes/architecture/index.md
- lecture-notes/transactions/index.md
- lecture-notes/mssql/sql.md
- lecture-notes/mssql/server-side-programming.md
- lecture-notes/adonet/index.md
- lecture-notes/linq/index.md
- lecture-notes/ef/index.md
- lecture-notes/mongodb/index.md
- lecture-notes/SQL_Cheat_Sheet.md
- lecture-notes/di/index.md
- lecture-notes/async/index.md
- lecture-notes/openapi/index.md
- lecture-notes/restapi/index.md
- "REST és WebAPI demó alkalmazás (GitHub)": https://github.com/bmeviauac01/rest-webapi-sample
- "ASP.NET Core DI demó alkalmazás (GitHub)": https://github.com/bmeviauac01/todoapi-di-sample
- "Minta többrétegű webalkalmazás (GitHub)": https://github.com/bmeviauac01/threelayered-aspnetcore-sample
- "Gyakorlatok":
- seminar/transactions/index.md
- seminar/mssql/index.md
- seminar/ef/index.md
- seminar/mongodb/index.md
- seminar/jpa/index.md
- seminar/rest/index.md
- "Házi feladatok":
- homework/index.md
- homework/mssql/index.md
- homework/ef/index.md
- homework/mongodb/index.md
- homework/rest/index.md
- homework/graphql/index.md
- homework/GitHub.md
- homework/GitHub-Actions.md
- homework/VisualStudio.md