File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 },
1818 "exclude" : [
1919 " ./typedoc.config.json" ,
20- " ./docs .md" ,
20+ " ./hnstd .md" ,
2121 " ./.github/" ,
2222 " ./scripts/" ,
2323 " ./CHANGELOG.md"
3030 "tasks" : {
3131 "docs" : " deno task docs:std && deno task docs:api" ,
3232 "docs:api" : " deno run --allow-read --allow-env --allow-run typedoc src/function.ts src/portRemap.ts jsx.ts --html ./docs/api --skipErrorChecking --options typedoc.config.json --readme README.md --name hnxml.js" ,
33- "docs:std" : " deno run --allow-read --allow-env --allow-run typedoc index.ts --html ./docs/ --skipErrorChecking --options typedoc.config.json --readme docs .md --name 'Hnxml Standard'" ,
33+ "docs:std" : " deno run --allow-read --allow-env --allow-run typedoc index.ts --html ./docs/ --skipErrorChecking --options typedoc.config.json --readme hnstd .md --name 'Hnxml Standard'" ,
3434 "fmt" : " deno fmt" ,
3535 "release" : " deno task fmt && deno task changelog && deno task updateDenoJson && deno task fmt" ,
3636 "changelog" : " pnpx changelogen --release --no-commit --no-tag" ,
Original file line number Diff line number Diff line change 33[ ![ JSR Badge] ( https://jsr.io/badges/@modernschoolproject/hnxml )] ( https://jsr.io/@modernschoolproject/hnxml )
44[ ![ Github Badge] ( https://img.shields.io/badge/Github-hnxml-black?logo=github )] ( https://github.com/Modern-School/hnxml )
55
6- Hnxml Standard (hnstd) is a TypeScript-based XML schema specification for
7- Hacknet extensions, and it is defined by the source code of ` hnxml.js ` .
6+ > [ !WARNING] \
7+ > Note: This project is in heavy development and is not ready for production
8+ > use.
9+
10+ Hnxml Standard is a TypeScript-based XML schema specification for Hacknet
11+ Extension, and it is defined by ` hnxml.js ` .
812
913The homepage of this site is Hnxml Standard. You can access hnxml.js API Docs
1014through [ hnxml.js API Docs] ( https://hnxml.js.org/api ) .
You can’t perform that action at this time.
0 commit comments