# Offline documentation

> For the complete documentation index, see [llms.txt](https://www.jetbrains.com/help/writerside/llms.txt).

By default, Writerside produces a help website that relies on certain external resources, such as the frontend application, styles, fonts, and favicons. If you want to produce a self-contained help website that can be used in an isolated environment with no internet access, enable the  `[&lt;offline-docs&gt;](buildprofiles-xml.html#offline-docs)`  variable in  `[buildprofiles.xml](buildprofiles-xml.html)` .

By default, if the variable is not present, Writerside does not bundle external resources. You can manually enable the generation of a self-contained artifact by adding the variable globally for all instances or for a specific one:

```XML
<build-profile instance="foo">
    <variables>
        <offline-docs>true</offline-docs>
    </variables>
</build-profile>
```

> **Note:**
> The JetBrains Sans font cannot be bundled with the offline artifacts. Writerside bundles [Montserrat](https://fonts.google.com/specimen/Montserrat) for offline builds.

