Skip to content

Commit 9cb4daa

Browse files
author
zzzprojects
committed
Update articles
Update articles
1 parent 1da737e commit 9cb4daa

File tree

7 files changed

+21
-24
lines changed

7 files changed

+21
-24
lines changed

docs/_data/meta.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,4 @@ fastest-way-to-insert,fastest-way-to-insert,fastest-way-to-insert,fastest-way-to
8585
improve-bulk-savechanges,improve-bulk-savechanges,improve-bulk-savechanges,improve-bulk-savechanges,Improve BulkSaveChanges,,,no,container-doc,section-article
8686
soft-delete,soft-delete,soft-delete,soft-delete,Soft Delete,,,no,container-doc,section-article
8787
bulk-insert-vs-bulk-savechanges,BulkInsert vs BulkSaveChanges,BulkInsert vs BulkSaveChanges,,BulkInsert vs BulkSaveChanges,,,no,container-doc,section-article
88+
articles,Articles,Articles,,Articles,,,no,container-doc,section-article

docs/_includes/custom/section-sidebar.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,14 @@ <h3>Options</h3>
6464
<nav class="card card-box2 card-box-light2 card-box-nav">
6565
<div class="card-body">
6666

67-
<h3>Articles</h3>
67+
<h3>Performances</h3>
6868
<ul>
6969
<li><a href="{{ site.github.url }}/bulk-insert-vs-bulk-savechanges">BulkInsert vs BulkSaveChanges</a></li>
70-
<li><a href="{{ site.github.url }}/benchmark">Make Benchmark</a></li>
7170
<li><a href="{{ site.github.url }}/improve-bulk-savechanges">Improve BulkSaveChanges</a></li>
71+
<li><a href="{{ site.github.url }}/benchmark">Benchmark</a></li>
72+
</ul>
73+
<h3>Customizations</h3>
74+
<ul>
7275
<li><a href="{{ site.github.url }}/custom-column">Use Custom Column</a></li>
7376
<li><a href="{{ site.github.url }}/custom-key">Use Custom Key</a></li>
7477
<li><a href="{{ site.github.url }}/soft-delete">Soft Delete</a></li>

docs/_includes/custom/site-header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
</a>
6767
</li>
6868
<li class="nav-item {{ is_menu_context_faq_css_active }}">
69-
<a class="nav-link" href="{{ site.github.url }}/faq">
70-
FAQ
69+
<a class="nav-link" href="{{ site.github.url }}/articles">
70+
Articles
7171
</a>
7272
</li>
7373
<li class="nav-item {{ is_menu_context_problems_css_active }}">

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ permalink: index
2525
</a>
2626
</div>
2727
28-
<div class="text-muted font-italic">
28+
<div class="font-italic">
2929
*Free monthly trial available
3030
</div>
3131

docs/pages/articles/articles.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
permalink: articles
33
---
44

5-
## Articles
6-
7-
<ul>
8-
{% for num in (0..site.data.pages.size) %}
9-
{% if site.data.pages[num].category == page.permalink and site.data.pages[num].url != page.permalink %}
10-
<li><a href="{{ site.data.pages[num].url }}">{{ site.data.pages[num].title }}</a></li>
11-
{% endif %}
12-
{% endfor %}
13-
</ul>
5+
You got some articles idea you will want we write?
6+
7+
Contact us: <a href="mailto:[email protected]">[email protected]</a>
8+
9+
Tell us about your daily problem or your performance issue.
10+
11+
We will be happy to help you and share the solution to make developer code better and faster!
12+

docs/pages/faq/faq-general.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,3 @@ We try to provide an outstanding support service.
1818
We normally answer very fast, often within one hour.
1919

2020
Most fixes are resolved within one business day.
21-
22-
## Do you support EF Core
23-
We do not yet. We are currently re-writing the library to support it.

docs/pages/problems/problems.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@
22
permalink: problems
33
---
44

5-
## Troubleshooting
5+
You got a problem or a question you didn’t find an answer here?
66

7-
- [Trial Period Expired](trial-period-expired-exception)
8-
- [MD5](md5-exception)
9-
- [DbUpdateConcurrency](dbupdateconcurrency-exception)
10-
- [DbBulkOperationConcurrency](dbbulkoperationconcurrency-exception)
11-
- [Foreign Key Constraint](foreign-key-constraint-autodetectchanges-disabled)
12-
- [Type not supported](type-not-supported-exception)
7+
Contact us: <a href="mailto:[email protected]">[email protected]</a>
8+
9+
We usually answer within the next business day, hour, or minutes!

0 commit comments

Comments
 (0)