Skip to content

Commit e50306b

Browse files
committed
Added missing ToC
1 parent 755dfc7 commit e50306b

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ A documentation library containing reusable design- and solution patterns.
66

77
Please have a look at [the introduction documentation](./docs/index.md) to get started!
88

9+
The automatically-generated documentation site is available on [GitHub pages](https://data-solution-automation-engine.github.io/data-solution-framework/).
10+
911
## Implementation
1012

1113
This repository is intended to be cloned and modified for organisation-specific scenarios. All files are text-based (MarkDown format, by default) for convenient editing and collaboration using Git. A DocFX file is also provided to generate static HTML from the repository's contents.
1214

13-
To generate the content as a website (on localhost port 8081), please run the following from the root directory of the repository:
15+
To generate the content as a website (on localhost port 8081), please run the following from the 'docs' directory of the repository:
1416

1517
```azurepowershell
1618
docfx docfx.json --serve -p 8081

docs/solution-architecture/toc.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1-
items:
2-
- name: Overview
1+
- name: Introduction
32
href: index.md
3+
- name: Solution Architecture Overview
4+
href: data-integration-framework-reference-solution-architecture-1-overview.md
5+
- name: Staging Layer
6+
href: data-integration-framework-reference-solution-architecture-2-staging-layer.md
7+
- name: Integration Layer
8+
href: data-integration-framework-reference-solution-architecture-3-integration-layer.md
9+
- name: Presentation Layer
10+
href: data-integration-framework-reference-solution-architecture-4-presentation-layer.md

0 commit comments

Comments
 (0)