-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update dependencies, adjust configurations and scripts across multiple packages * Add GenAIScript documentation and script for generating llms.txt file
- Loading branch information
Showing
34 changed files
with
3,599 additions
and
432 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
||
|
@@ -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: | ||
|
||
|
@@ -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] | ||
|
@@ -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: | ||
|
||
|
@@ -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: | ||
|
@@ -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] | ||
|
||
|
@@ -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: | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Oops, something went wrong.