Skip to content
Merged
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
5 changes: 4 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
/src/Bicep.Core.Samples/Files/baselines/*_LF/**/*.bicep eol=lf
/src/Bicep.Core.Samples/Files/baselines/*_CRLF/**/*.bicep eol=crlf
/src/Bicep.Core.Samples/Files/baselines/*_CRLF/**/*.json text eol=crlf
/src/Bicep.RpcClient.Tests/Files/PublicApis/*.txt text eol=lf
/src/Bicep.RpcClient.Tests/Files/PublicApis/*.txt text eol=lf
/src/Bicep.Core.UnitTests/Files/Documentation/*.md text eol=lf
/src/Bicep.Cli.IntegrationTests/Files/DocsCommandTests/**/*.md text eol=lf
/.gitattributes whitespace=cr-at-eol
4 changes: 4 additions & 0 deletions docs/experimental-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,7 @@ Command that allows the publishing of extensions to container registries. For mo
### Bicep MCP Server

See [Using Bicep MCP Server in VS Code (Preview!)](./experimental/mcp-tools.md).

### `docs` CLI Command

Generates module documentation. For command and template model details, see [Generate module documentation](./experimental/docs-commands.md).
Loading
Loading