-
Notifications
You must be signed in to change notification settings - Fork 44
/
mkdocs.en.yml
59 lines (55 loc) · 1.91 KB
/
mkdocs.en.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
INHERIT: mkdocs.common.yml
site_author: István Albert, Tibor Tóth
site_name: BMEVIAUAC01 Data-driven systems
site_url: https://bmeviauac01.github.io/datadriven/en/
docs_dir: 'docs/en'
site_dir: 'site/en'
edit_uri: 'blob/master/docs/hu'
theme:
language: en
plugins:
search:
lang: en
git-revision-date-localized:
locale: en
git-committers:
docs_path: docs/en/
nav:
- index.md
- "Database":
- db/index.md
- db/mssql.md
- db/mongodb.md
- "Sample database: mssql.sql": https://raw.githubusercontent.com/bmeviauac01/datadriven/master/overrides/db/mssql.sql
- "Sample database: mongo.js": https://raw.githubusercontent.com/bmeviauac01/datadriven/master/overrides/db/mongo.js
- "Lecture notes":
- 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
- "REST and WebAPI sample app (GitHub)": https://github.com/bmeviauac01/rest-webapi-sample
- "ASP.NET Core DI sample app (GitHub)": https://github.com/bmeviauac01/todoapi-di-sample
- "Sample three-tier webapp (GitHub)": https://github.com/bmeviauac01/threelayered-aspnetcore-sample
- "Seminars":
- seminar/transactions/index.md
- seminar/mssql/index.md
- seminar/ef/index.md
- seminar/mongodb/index.md
- seminar/jpa/index.md
- seminar/rest/index.md
- "Homework":
- homework/index.md
- homework/mssql/index.md
- homework/ef/index.md
- homework/mongodb/index.md
- homework/rest/index.md
- homework/GitHub.md
- homework/GitHub-Actions.md
- homework/VisualStudio.md