Skip to content

Commit 2f8aee7

Browse files
committed
Add updated documentation
Signed-off-by: David Weik <[email protected]>
1 parent 978c4ce commit 2f8aee7

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## SAS Portal Framework for SAS Viya v1.0.2
4+
5+
- Add: Documentation page - [SAS Portal Framework Documentation](https://sassoftware.github.io/sas-portal-framework-for-sas-viya/)
6+
37
## SAS Portal Framework for SAS Viya v1.0.1
48

59
- BF: Report Width was created in the wrong data type from the Portal Builder

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ This is what the example portal that is included in this repository looks like:
1010

1111
![Example Portal](./img/example-portal.png)
1212

13+
For a better documentation expierence check out the [SAS Portal Framework for SAS Viya documentation page](https://sassoftware.github.io/sas-portal-framework-for-sas-viya/).
14+
1315
## Installation
1416

1517
### Prerequisites

website/docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { themes as prismThemes } from "prism-react-renderer";
55

66
const config: Config = {
77
title: "sas-portal-framework-for-sas-viya Documentation",
8-
favicon: "static/sas.png",
8+
favicon: "https://raw.githubusercontent.com/sassoftware/sas-portal-framework-for-sas-viya/refs/heads/main/static/sas.png",
99

1010
// Set the production url of your site here
1111
url: "https://sassoftware.github.io",
@@ -54,7 +54,7 @@ const config: Config = {
5454
title: "SAS Portal Framework for SAS Viya Documentation",
5555
logo: {
5656
alt: "SAS",
57-
src: "static/sas.png",
57+
src: "https://raw.githubusercontent.com/sassoftware/sas-portal-framework-for-sas-viya/refs/heads/main/static/sas.png",
5858
},
5959
items: [
6060
{

0 commit comments

Comments
 (0)