Skip to content

Commit c7cc44b

Browse files
committed
remove unused image files and update Slides.md with new background images
1 parent ebfb34c commit c7cc44b

14 files changed

+10
-2
lines changed

slides/Slides.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ theme: custom-default
44
footer: 'https://chris-ayers.com'
55
---
66

7+
![bg](./img/intro.png)
8+
9+
---
10+
711
<!-- _footer: 'https://github.com/codebytes/dotnet-configuration-in-depth' -->
812

913
# .NET Configuration in Depth
@@ -462,8 +466,8 @@ Microsoft=Warning
462466
<div>
463467

464468
- Typically used to override settings found in appsettings.json or user secrets
465-
- the : delimieter doesn't work for Hierarchical data on all platforms
466-
- the `__` delimieter is used instead of `:`
469+
- the : delimiter doesn't work for Hierarchical data on all platforms
470+
- the `__` delimiter is used instead of `:`
467471

468472
</div>
469473
<div>
@@ -581,6 +585,10 @@ public class FileOptions
581585

582586
---
583587

588+
![bg](img/feedback.png)
589+
590+
---
591+
584592
<div class="columns">
585593
<div>
586594

slides/img/bind-section.png

-39.4 KB
Binary file not shown.

slides/img/class-binding.png

-37.7 KB
Binary file not shown.

slides/img/cmdline-provider.png

-70 KB
Binary file not shown.

slides/img/env-config.png

-42.9 KB
Binary file not shown.

slides/img/env-provider.png

-49.5 KB
Binary file not shown.

slides/img/feedback.png

67.7 KB
Loading

slides/img/inmemory-provider.png

-91.9 KB
Binary file not shown.

slides/img/intro.png

881 KB
Loading

slides/img/json-config.png

-47.2 KB
Binary file not shown.

slides/img/json-provider.png

-48.8 KB
Binary file not shown.

slides/img/keyperfile-provider.png

-42.9 KB
Binary file not shown.

slides/img/xml-config.png

-69.6 KB
Binary file not shown.

slides/img/xml-provider.png

-40 KB
Binary file not shown.

0 commit comments

Comments
 (0)