Skip to content

Remove bash from codeblock tags

Marcel Amirault requested to merge docs-bash-to-toml into master

What does this MR do?

We are standardizing our codeblocks, as per gitlab#32881 (closed).

This MR changes ```bash to the appropriate tag, such as shell, toml (many were set as bash, but actually were toml), etc. Also adds some language tags to nearby codeblocks that had no language.

Merge request reports