Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .yardopts
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
--title "ActiveAgent API Documentation"
--readme README.md
--markup markdown
--markup-provider kramdown
--output-dir doc/api
--protected
--private
--embed-mixins
--no-highlight
--asset docs/assets/logo.png:logo.png
--template-path doc/templates
--plugin activesupport-concern
--exclude test/
--exclude docs/
--exclude bin/
--files CHANGELOG.md,LICENSE.md,CLAUDE.md
lib/**/*.rb
app/**/*.rb
-
CHANGELOG.md
LICENSE.md
CLAUDE.md
Loading
Loading