1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-18 22:10:06 +00:00

chore(docs): adding a homepage to the doc site and integrating with the sasjs doc command. See https://core.sasjs.io

This commit is contained in:
2021-02-10 00:12:49 +01:00
parent 268bdca4e0
commit 0631a05a78
6 changed files with 34 additions and 51 deletions

View File

@@ -1,4 +1,7 @@
{
"$schema": "https://cli.sasjs.io/sasjsconfig-schema.json",
"macroFolders": ["../base", "../meta", "../metax", "../viya", "../lua"]
"macroFolders": ["../base", "../meta", "../metax", "../viya", "../lua"],
"docConfig":{
"displayMacroCore": false
}
}