Skip to content

Commit

Permalink
TypeScript 5.6 (#707)
Browse files Browse the repository at this point in the history
* Update dependencies, adjust configurations and scripts across multiple packages

* Add GenAIScript documentation and script for generating llms.txt file
  • Loading branch information
pelikhan authored Sep 12, 2024
1 parent aca8ac3 commit 8ee2d47
Show file tree
Hide file tree
Showing 34 changed files with 3,599 additions and 432 deletions.
18 changes: 9 additions & 9 deletions THIRD_PARTY_LICENSES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@ MIT License

The following npm package may be included in this product:

- [email protected].4
- [email protected].5

This package contains the following license and notice below:

Expand Down Expand Up @@ -1844,7 +1844,7 @@ Apache License

The following npm package may be included in this product:

- typescript@5.5.4
- typescript@5.6.2

This package contains the following license and notice below:

Expand Down Expand Up @@ -4188,9 +4188,9 @@ The following npm packages may be included in this product:
- @tokenizer/token@0.3.0
- [email protected]
- [email protected]
- [email protected].4
- [email protected].4
- [email protected].4
- [email protected].5
- [email protected].5
- [email protected].5
- [email protected]
- [email protected]
- [email protected]
Expand Down Expand Up @@ -4962,7 +4962,7 @@ SOFTWARE.

The following npm package may be included in this product:

- [email protected].0
- [email protected].1

This package contains the following license and notice below:

Expand Down Expand Up @@ -4992,7 +4992,7 @@ SOFTWARE.

The following npm packages may be included in this product:

- [email protected].0
- [email protected].1
- [email protected]

These packages each contain the following license and notice below:
Expand Down Expand Up @@ -6412,7 +6412,7 @@ SOFTWARE.
The following npm packages may be included in this product:

- [email protected]
- [email protected].0
- [email protected].2
- [email protected]
- [email protected]

Expand Down Expand Up @@ -7314,7 +7314,7 @@ For more information, please refer to <http://unlicense.org>

The following npm package may be included in this product:

- [email protected].11
- [email protected].12

This package contains the following license and notice below:

Expand Down
21 changes: 21 additions & 0 deletions docs/genaisrc/genaiscript.d.ts

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

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@astrojs/check": "^0.9.3",
"@astrojs/starlight": "^0.27.0",
"astro": "^4.15.4",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"devDependencies": {
"starlight-blog": "^0.12.0",
Expand Down
34 changes: 34 additions & 0 deletions docs/public/llms.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# GenAIScript Documentation

> GenAIScript provides powerful AI-driven automation for scripting and managing documentation workflows.

## Getting Started

- [Tutorial](/genaiscript/getting-started/tutorial)
- [Running Scripts](/genaiscript/getting-started/running-scripts)
- [Best Practices](/genaiscript/getting-started/best-practices)

## Guides

- [Prompt as Code](/genaiscript/guides/prompt-as-code)
- [Detection of Outdated Descriptions](/genaiscript/guides/detection-outdated-descriptions)
- [Containerized Tools](/genaiscript/guides/containerized-tools)

## Reference

- [Settings](/genaiscript/reference/vscode/settings)
- [Run Command](/genaiscript/reference/cli/run)
- [Commands](/genaiscript/reference/cli/commands)
- [Scripts - YAML](/genaiscript/reference/scripts/yaml)

## Blogs

- [Support for Agentic Tools](/genaiscript/blog/support-for-agentic-tools)
- [Readme Maintenance](/genaiscript/blog/readme-maintenance)
- [Gentle Introduction to GenAIScript](/genaiscript/blog/gentle-introduction-to-genaiscript)
- [Creating Release Notes with GenAI](/genaiscript/blog/creating-release-notes-with-genai)
- [Automatic Web Page Content Analysis with GenAIScript](/genaiscript/blog/automatic-web-page-content-analysis-with-genaiscript)

## FAQs

- [FAQ](/genaiscript/faq)
Loading

0 comments on commit 8ee2d47

Please sign in to comment.