mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-06 19:19:56 +00:00
Added documentation for Self Serve Model (#716)
* initial commit for docs * Added readme * modified selfServeutil docs * updated docs * moved documentation to docs folder * Updated ReadME for selfserve * added more comments * Added more function types * Update index.html * Update index.html * minro edits * minor edits * package.json updated * Added Module decorators * Added modules * initial commit for mongo shell refactor * undid changes * addressed PR comments * docs changes * addressed PR comments * More changes * Added selfserveexample types file * minor edits * minor edits * Addressed PR comments * format changes * added Metrics blade link * documentation changes * updated docs * Addressed PR comments * fixed format error
This commit is contained in:
committed by
GitHub
parent
a06e213b81
commit
62e205be6a
@@ -28,6 +28,20 @@
|
||||
"jest"
|
||||
]
|
||||
},
|
||||
"typedocOptions": {
|
||||
"entryPoints": [
|
||||
"./src/SelfServe/Documentation/Documentation.ts",
|
||||
"./src/SelfServe/Documentation/SupportedFeatures.ts",
|
||||
"./src/SelfServe/Decorators.tsx",
|
||||
"./src/SelfServe/SelfServeTypes.ts",
|
||||
"./src/SelfServe/SelfServeUtils.tsx",
|
||||
"./src/SelfServe/SelfServeTelemetryProcessor.ts"
|
||||
],
|
||||
"out": "docs",
|
||||
"excludeInternal": true,
|
||||
"includes": "./src/SelfServe/Documentation",
|
||||
"disableSources": true
|
||||
},
|
||||
"include": [
|
||||
"./src/**/*",
|
||||
"./utils/**/*"
|
||||
|
||||
Reference in New Issue
Block a user