Skip to content

Commit 0ea68ea

Browse files
committed
chore: Update paths, add svg extension to docfx resources
1 parent 1f970d3 commit 0ea68ea

File tree

7 files changed

+7
-6
lines changed

7 files changed

+7
-6
lines changed

.github/workflows/build-deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Deploy DocFX
22

33
on:
44
push:
5-
branches: [ 'master', 'docs/*' ]
5+
branches: [ 'master' ]
66
paths:
77
- 'docs/**'
88
- 'README.md'

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Mapster Icon](https://raw.githubusercontent.com/MapsterMapper/Mapster/master/docs/articles/.assets/mapster-logo.svg)
1+
![Mapster Icon](https://raw.githubusercontent.com/MapsterMapper/Mapster/master/docs/images/mapster-logo.svg)
22

33
# Contributing to Mapster
44

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Mapster Icon](https://raw.githubusercontent.com/MapsterMapper/Mapster/master/docs/articles/.assets/mapster-logo.svg)
1+
![Mapster Icon](https://raw.githubusercontent.com/MapsterMapper/Mapster/master/docs/images/mapster-logo.svg)
22

33
# Mapster - The Mapper of Your Domain
44

@@ -161,6 +161,7 @@ And you could gain up to 12x faster performance with:
161161
### Step into debugging
162162

163163
[Step-into debugging](https://mapstermapper.github.io/docs/packages/Diagnostics.html) lets you debug your mapping and inspect values just like your code.
164+
164165
![inspect-generated-source-code-while-debugging](https://cloud.githubusercontent.com/assets/5763993/26521773/180427b6-431b-11e7-9188-10c01fa5ba5c.png)
165166
166167
### Code Generation
19.5 KB
Loading

docs/articles/packages/ExpressionDebugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Now in your mapping code (only in `DEBUG` mode).
2323
var dto = poco.Adapt<SimplePoco, SimpleDto>(); //<--- you can step-into this function!!
2424
```
2525

26-
![step-into-debugging-screenshot](https://cloud.githubusercontent.com/assets/5763993/26521773/180427b6-431b-11e7-9188-10c01fa5ba5c.png)
26+
![step-into-debugging-screenshot](../.assets/step-into-debugging.png)
2727

2828
## Using internal classes or members
2929

docs/docfx.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@
7878
"resource": [
7979
{
8080
"files": [
81-
"images/*.{png,ico}",
82-
"articles/.assets/*.{png,gif}"
81+
"images/*.{png,ico,svg}",
82+
"articles/.assets/*.{png,gif,svg}"
8383
],
8484
"dot": true
8585
}

0 commit comments

Comments
 (0)