1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-17 13:30:05 +00:00

chore: doc page formatting & content

This commit is contained in:
munja
2021-12-27 11:54:46 +00:00
parent fdfe9b8250
commit d302ef266d
3 changed files with 70 additions and 64 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@sasjs/core", "name": "@sasjs/core",
"description": "Production Ready Macros for SAS Application Developers", "description": "Macros for SAS Application Developers",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [
"SAS", "SAS",

View File

@@ -1,15 +1,21 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- HTML header for doxygen 1.8.17--> <!-- HTML header for doxygen 1.8.17-->
<html xmlns="https://www.w3.org/1999/xhtml" lang="en"> <html xmlns="https://www.w3.org/1999/xhtml" lang="en">
<head> <head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8" /> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=9" /> <meta http-equiv="X-UA-Compatible" content="IE=9" />
<meta property="og:type" content="website"> <meta property="og:type" content="website">
<meta property="og:title" content="MacroCore" />
<meta property="og:url" content="https://core.sasjs.io" />
<meta property="og:image" content="https://core.sasjs.io/Macro_core_website_1.png" />
<meta name="author" content="Allan Bowe"> <meta name="author" content="Allan Bowe">
<meta name="generator" content="Doxygen $doxygenversion" /> <meta name="generator" content="Doxygen $doxygenversion" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<!--BEGIN PROJECT_NAME--> <!--BEGIN PROJECT_NAME-->
<meta name="description" content="$projectbrief" /> <meta name="description" content="$projectbrief" />
<meta name="og:description" content="$projectbrief" />
<!--END PROJECT_NAME--> <!--END PROJECT_NAME-->
<!--BEGIN !PROJECT_NAME--> <!--BEGIN !PROJECT_NAME-->
<title>$title</title> <title>$title</title>
@@ -22,6 +28,7 @@
<link rel="shortcut icon" href="$relpath^favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="$relpath^favicon.ico" type="image/x-icon" />
$extrastylesheet $extrastylesheet
</head> </head>
<body> <body>
<div id="top"> <div id="top">
<!-- do not remove this div, it is closed by doxygen! --> <!-- do not remove this div, it is closed by doxygen! -->
@@ -33,14 +40,12 @@
<tr style="height: 56px"> <tr style="height: 56px">
<!--BEGIN PROJECT_LOGO--> <!--BEGIN PROJECT_LOGO-->
<td id="projectlogo"> <td id="projectlogo">
<a href="$relpath^" <a href="$relpath^"><img alt="Logo" src="$relpath^$projectlogo" /></a>
><img alt="Logo" src="$relpath^$projectlogo"
/></a>
</td> </td>
<!--END PROJECT_LOGO--> <!--END PROJECT_LOGO-->
<td id="projectalign" style="padding-left: 0.5em"> <td id="projectalign" style="padding-left: 0.5em">
<div id="projectbrief"> <div id="projectbrief">
Production Ready Macros for SAS Application Developers<br /> Macros for SAS Application Developers<br />
<a href="https://github.com/sasjs/core"> <a href="https://github.com/sasjs/core">
https://github.com/sasjs/core https://github.com/sasjs/core
</a> </a>
@@ -64,4 +69,5 @@
<!-- end header part --> <!-- end header part -->
</div> </div>
</body> </body>
</html> </html>

View File

@@ -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": [ "macroFolders": [
"base", "base",
"fcmp", "fcmp",