From d302ef266d6354909a658ff48ab47d1dc8b416e9 Mon Sep 17 00:00:00 2001 From: munja Date: Mon, 27 Dec 2021 11:54:46 +0000 Subject: [PATCH] chore: doc page formatting & content --- package.json | 4 +- sasjs/doxy/new_header.html | 128 +++++++++++++++++++------------------ sasjs/sasjsconfig.json | 2 +- 3 files changed, 70 insertions(+), 64 deletions(-) diff --git a/package.json b/package.json index f90ed41..ad29173 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sasjs/core", - "description": "Production Ready Macros for SAS Application Developers", + "description": "Macros for SAS Application Developers", "license": "MIT", "keywords": [ "SAS", @@ -38,4 +38,4 @@ "dependencies": { "ts-loader": "^9.2.6" } -} +} \ No newline at end of file diff --git a/sasjs/doxy/new_header.html b/sasjs/doxy/new_header.html index 16801cd..1e53548 100644 --- a/sasjs/doxy/new_header.html +++ b/sasjs/doxy/new_header.html @@ -1,67 +1,73 @@ - + - - - - - - - - - - - - $title - - - - - $treeview $search $mathjax - - - $extrastylesheet - - -
- - -
- - - - - - - - -
-
- Production Ready Macros for SAS Application Developers
- - https://github.com/sasjs/core - -
-
- + + + + + + + + + + + + + + + + $title + + + + + $treeview $search $mathjax + + + $extrastylesheet + + + +
+ + + +
+ + + + + + + + +
+
+ Macros for SAS Application Developers
+ + https://github.com/sasjs/core + +
+
+ - - - $searchbox - - - - - -
- - + + + $searchbox + + + + +
- - + + +
+ + + \ No newline at end of file diff --git a/sasjs/sasjsconfig.json b/sasjs/sasjsconfig.json index df7a3dd..c1e59cd 100644 --- a/sasjs/sasjsconfig.json +++ b/sasjs/sasjsconfig.json @@ -1,5 +1,5 @@ { - "$schema": "https://cli.sasjs.io/sasjsconfig-schema.json", + "$schema": "https://raw.githubusercontent.com/sasjs/utils/main/src/types/sasjsconfig-schema.json", "macroFolders": [ "base", "fcmp",