Skip to content

Commit

Permalink
Feature/full plugin docs (elizaOS#7)
Browse files Browse the repository at this point in the history
* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation
  • Loading branch information
Ed-Marcavage authored Dec 31, 2024
1 parent 69f7f88 commit 9e9e81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jsdoc-automation/src/Configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class Configuration implements Omit<ConfigurationData, 'rootDirectory'> {

public excludedDirectories: string[] = [];
public repository: Repository = {
owner: 'elizaOS',
owner: 'Ed-Marcavage',
name: 'eliza',
pullNumber: undefined
};
Expand Down

0 comments on commit 9e9e81b

Please sign in to comment.