Continuing the discussion from Codeberg/Documentation#145, is codeberg.js the only script that will be loaded on docs.codeberg.org? It looks like it is generated, and a simple way to make it librejs compliant is to add a post processing step of prepending the following line to codeberg.js
// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat
and appending the following line
// @license-end
Continuing the discussion from https://codeberg.org/Codeberg/Documentation/issues/145, is [codeberg.js](https://codeberg.org/Codeberg/Design/src/branch/master/design-kit/codeberg.js) the only script that will be loaded on docs.codeberg.org? It looks like it is generated, and a simple way to make it librejs compliant is to add a post processing step of prepending the following line to codeberg.js
```
// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat
```
and appending the following line
```
// @license-end
```