siteforge 0.1.4

Archive websites into AI-readable local knowledge archives
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<html>
<head><title>Code Tutorial</title></head>
<body>
<main>
  <h1>Mesh Deformation</h1>
  <p>Attach this component to a Unity mesh.</p>
  <pre><code class="language-csharp">public class MeshDeformer : MonoBehaviour
{
    void Update()
    {
        Debug.Log("deform");
    }
}
</code></pre>
</main>
</body>
</html>