You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,13 @@ A documentation library containing reusable design- and solution patterns.
6
6
7
7
Please have a look at [the introduction documentation](./docs/index.md) to get started!
8
8
9
+
The automatically-generated documentation site is available on [GitHub pages](https://data-solution-automation-engine.github.io/data-solution-framework/).
10
+
9
11
## Implementation
10
12
11
13
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.
12
14
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:
0 commit comments