Skip to content

Commit d970392

Browse files
committed
Clean-up
1 parent 095f48d commit d970392

File tree

74 files changed

+192
-195
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+192
-195
lines changed

README.md

Lines changed: 8 additions & 47 deletions

docfx.json

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,10 @@
33
"content": [
44
{
55
"files": [
6-
"docs/**/*.{md,yml}",
7-
"design-patterns/**/*.{md,yml}"
6+
"docs/**/*.{md,yml}"
87
],
9-
"exclude":
10-
[
11-
"docs/**/include/**",
12-
"docs/_site/**",
13-
"solution-architecture/**"
8+
"exclude": [
9+
"docs/_site/**"
1410
]
1511
}
1612
],
@@ -21,28 +17,20 @@
2117
]
2218
}
2319
],
24-
"overwrite": [
25-
{
26-
"files": [
27-
"docs/toc.yml"
28-
]
29-
}
30-
],
3120
"output": "docs/_site",
3221
"globalMetadata": {
33-
"_appLogoPath": ".",
22+
"_appLogoPath": "docs/images/logo.png",
3423
"_appTitle": "Data Solution Framework",
35-
"_enableSearch": "true",
36-
"_disableTocFilter": "true",
37-
"_disableBreadcrumb": "true",
24+
"_enableSearch": true,
25+
"_disableTocFilter": true,
26+
"_disableBreadcrumb": true,
3827
"_appFooter": "<span>Data Solution Framework</span>",
39-
"_disableContribution": "true"
28+
"_disableContribution": true
4029
},
4130
"globalMetadataFiles": [],
4231
"fileMetadataFiles": [],
4332
"template": [
44-
"default",
45-
"modern"
33+
"default"
4634
],
4735
"postProcessors": [],
4836
"keepFileLink": false,

docs/design-patterns/.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

design-patterns/design-pattern-data-vault-link.md renamed to docs/design-patterns/design-pattern-data-vault-link.md

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)