/gjs-docs

GJS documentation server written using gjs

Primary LanguageJavaScriptMIT LicenseMIT

GJS-docs

Running

Clone repo, then launch docs webserver

git clone https://github.com/apla/gjs-docs
cd gjs-docs
gjs-console http-server.js

Navigate to http://localhost:50080/hyper.html

hyper.html is written with help of hyperapp and buble.

First version is available on index.html, but it is too slow and written using vue.js.

WHY?

Unfortunately, there is no good documentation on GObject Interospection for SpiderMonkey Javascript.

Existing approaches:

Also there is a official repo and tooling for documentation. Definitely, bunch of html files is so good as documentation. For year 2000.

I've decided to write new one, which is fast, complete and hackable. And displaying not some version from future Gnome, but currently installed one.

Actually, this work is largely based on cgjs-about.