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

Generate docs for Bicep modules #106

Open
BernieWhite opened this issue Jul 23, 2021 · 4 comments
Open

Generate docs for Bicep modules #106

BernieWhite opened this issue Jul 23, 2021 · 4 comments
Labels
enhancement New feature or request

Comments

@BernieWhite
Copy link
Contributor

We support docs for ARM Template or Bicep via ARM template. But should also support documentation for Bicep natively.

@jeffpatton1971
Copy link

Is there an ETA on when native bicep support will be available? If help is required I'm open just need some guidance on where to starts :)

@vegardhw
Copy link

vegardhw commented Jul 6, 2022

Is there an ETA on when native bicep support will be available? If help is required I'm open just need some guidance on where to starts :)

@BernieWhite Any news on this? 🙂

@C0smin
Copy link

C0smin commented Jan 17, 2023

It's not amazing but this mostly works:

bicep build file.bicep --outfile file.json
Invoke-PSDocument -Module PSDocs.Azure -InputObject file.json -OutputPath out/docs/

@SvenAelterman
Copy link

It's not amazing but this mostly works:

bicep build file.bicep --outfile file.json
Invoke-PSDocument -Module PSDocs.Azure -InputObject file.json -OutputPath out/docs/

Indeed, but it would be nice not to have to build yourself (and then delete the resulting JSON file). Even better would be if the parameters snippet would output bicepparam format instead of JSON.

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

No branches or pull requests

5 participants