Skip to content

Commit

Permalink
remove dev site
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Oct 26, 2024
1 parent d3df574 commit a61c06b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 73 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
[submodule "external/werift"]
path = external/werift
url = ../../koush/werift-webrtc
[submodule "sdk/developer.scrypted.app"]
path = sdk/developer.scrypted.app
url = ../../koush/developer.scrypted.app
[submodule "plugins/sample-cameraprovider"]
path = plugins/sample-cameraprovider
url = ../../koush/scrypted-sample-cameraprovider
Expand Down
1 change: 0 additions & 1 deletion sdk/developer.scrypted.app
Submodule developer.scrypted.app deleted from 21de09
39 changes: 1 addition & 38 deletions sdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
"scripts": {
"prepublishOnly": "npm run build && cd types && npm version patch && npm publish",
"prebuild": "cd types && npm run build",
"predocs": "npm run build",
"docs": "typedoc",
"build": "rimraf dist && tsc",
"webpack": "webpack-cli --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down Expand Up @@ -49,9 +47,7 @@
"@types/stringify-object": "^4.0.5",
"stringify-object": "^3.3.0",
"ts-node": "^10.9.2",
"typedoc": "^0.26.10",
"typedoc-plugin-markdown": "^4.2.9",
"typedoc-vitepress-theme": "^1.0.2"
"typedoc": "^0.26.10"
},
"types": "dist/src/index.d.ts"
}
23 changes: 0 additions & 23 deletions sdk/typedoc.json

This file was deleted.

6 changes: 3 additions & 3 deletions sdk/types/src/build.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import fs from "fs";
import path from 'path';
import stringifyObject from 'stringify-object';
import { DeclarationReflection, ProjectReflection, ReflectionKind } from 'typedoc';
import { ScryptedInterface, ScryptedInterfaceDescriptor } from "./types.input";
import path from 'path';
import fs from "fs";
import { DeclarationReflection, ProjectReflection, ReflectionKind, SomeType } from 'typedoc';

const schema = JSON.parse(fs.readFileSync(path.join(__dirname, '../gen/schema.json')).toString()) as ProjectReflection;
const packageJson = require('../package.json');
Expand Down

0 comments on commit a61c06b

Please sign in to comment.