1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-15 16:10:06 +00:00

chore(doc): fix typo, add links to source code

This commit is contained in:
Krishna Acondy
2020-09-11 09:15:40 +01:00
parent 40de5f2e11
commit c50d891777
89 changed files with 15073 additions and 172 deletions

View File

@@ -11,14 +11,14 @@
"outline": [
{
"SAS Adapter": {
"SASjs": "modules/sasjs",
"SASjsConfig": "classes/sasjsconfig.sasjsconfig-1",
"ServerType": "enums/servertype.servertype-1",
"SASjsRequest": "interfaces/sasjsrequest.sasjsrequest-1",
"SASjsWaitingRequest": "interfaces/sasjswaitingrequest.sasjswaitingrequest-1"
"SASjs": "modules/_sasjs_",
"SASjsConfig": "classes/_index_sasjsconfig",
"ServerType": "enums/_types_servertype_.servertype",
"SASjsRequest": "interfaces/_types_sasjsrequest_.sasjsrequest",
"SASjsWaitingRequest": "interfaces/_types_sasjswaitingrequest_.sasjswaitingrequest"
},
"SAS Viya API Client": "classes/sasviyaapiclient.sasviyaapiclient-1",
"SAS 9 API Client": "classes/sas9apiclient.sas9apiclient-1"
"SAS Viya API Client": "classes/_sasviyaapiclient_.sasviyaapiclient",
"SAS 9 API Client": "classes/_sas9apiclient_.sas9apiclient"
}
],
"links": [
@@ -38,5 +38,11 @@
"label": "React Seed App",
"url": "https://github.com/sasjs/react-seed-app"
}
],
"source": [
{
"path": "https://github.com/sasjs/adapter/blob/master/src/",
"line": "L"
}
]
}