Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Provider-defined Function Documentation #328

Merged
merged 10 commits into from Jan 23, 2024

Conversation

SBGoods
Copy link
Contributor

@SBGoods SBGoods commented Jan 22, 2024

Closes: #307

Adds support for Provider-defined Function Documentation:

  • generate: adds default templates and new template fields for Provider functions and support generation from templates/functions directory
  • migrate: adds migration support for website/docs/functions and docs/functions subdirectories
  • validate: adds functions to the list of valid directory names

@SBGoods SBGoods requested a review from a team as a code owner January 22, 2024 20:53
Copy link
Member

@bflad bflad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me 🚀

internal/provider/migrate.go Outdated Show resolved Hide resolved
@bflad bflad added this to the v0.18.0 milestone Jan 23, 2024
@bflad bflad added the enhancement New feature or request label Jan 23, 2024
@SBGoods SBGoods merged commit 69163cd into main Jan 23, 2024
6 checks passed
@SBGoods SBGoods deleted the SBGoods/provider-defined-functions branch January 23, 2024 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Provider-Defined Function Documentation
2 participants