Skip to content

Commit

Permalink
updated documentation search
Browse files Browse the repository at this point in the history
  • Loading branch information
sportdeath committed Jan 6, 2025
1 parent ab6fd07 commit 82a9248
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 215 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/typedoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: "npm"
- name: Install dependencies
run: npm install
Expand Down
207 changes: 0 additions & 207 deletions package-lock.json

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

8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"src",
"tests",
"package.json",
"tsconfig.json",
"README.md"
"tsconfig.json"
],
"author": "Theia Henderson",
"license": "GPL-3.0-or-later",
Expand All @@ -26,16 +25,13 @@
"bugs": {
"url": "https://github.com/graffiti-garden/api/issues"
},
"homepage": "https://github.com/graffiti-garden/api#readme",
"homepage": "https://api.graffiti.garden/classes/Graffiti.html",
"devDependencies": {
"@types/json-schema": "^7.0.15",
"ajv": "^8.17.1",
"fast-json-patch": "^3.1.1",
"tslib": "^2.8.1",
"typedoc": "^0.26.11",
"vitest": "^2.1.8"
},
"dependencies": {
"level": "^9.0.0"
}
}
4 changes: 3 additions & 1 deletion typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
"sort": ["source-order"],
"cname": "api.graffiti.garden",
"titleLink": "/classes/Graffiti.html",
"readme": "none"
"readme": "none",
"searchInDocuments": true,
"searchInComments": true
}

0 comments on commit 82a9248

Please sign in to comment.