daml/docs/theme
Gary Verhaegen dfa648f585
hunt down DAML better (#13195)
Process:

- `git ls-files -z | xargs -0 -n 100 sed -i --follow-symlinks 's/DAML/Daml/g'`
- `git add -p`
- `git restore -p`
- Check there is no unstaged change left.

To review:

- Check for false positives by carefully reviewing the diff in this PR.
- Check for false negatives with `git grep DAML`.
- Quicker check for fals positives:

```
git grep DAML | grep -v migration | grep -v DAML_
```

Fixes #13190

Note: This is the "second half" of #13191, which failed to cover all the
remaining DAMLs because of:

```
$ git ls-files | grep "'"
compiler/damlc/tests/daml-test-files/MangledScenario'.daml
```

CHANGELOG_BEGIN
CHANGELOG_END
2022-03-08 17:04:58 +01:00
..
bower_components_static Add lock file so that npm ls --json will work correctly (#5644) 2020-04-21 08:44:54 -04:00
da_theme_skeleton hunt down DAML better (#13195) 2022-03-08 17:04:58 +01:00
docs hunt down DAML better (#13195) 2022-03-08 17:04:58 +01:00
js update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
sass Fix the indentation of item four levels down the docs ToC. (#13016) 2022-02-22 12:02:14 +01:00
.gitignore Docs style alignment (#8074) 2020-11-30 17:16:26 +00:00
Apache-License-2.0.txt open-sourcing daml 2019-04-04 09:33:38 +01:00
bower.json open-sourcing daml 2019-04-04 09:33:38 +01:00
Gruntfile.js update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
LICENSE open-sourcing daml 2019-04-04 09:33:38 +01:00
package.json Address security notice on ansi-regex (#11243) 2021-10-14 11:15:34 +00:00
yarn.lock Address security notice on ansi-regex (#11243) 2021-10-14 11:15:34 +00:00