Hi there!
First, thanks for all the hard work as well as GTK4! Can’t wait to start using it.
This is my first post on here. In fact I made an account to come and say this. The GTK developer website looks a bit dated and giving it a face-lift can bring new energy to the community, IMO.
But it’s not just a matter of redesigning it. Since the developer website documents guides and the API reference, and since the API reference documents many versions of GTK, I’d like to suggest using Read The Docs. It’s quite versatile, popular and is a modern tool. We can even style it to the community’s content (e.g. see Godot’s docs).
Hi, welcome to the community
I think we would all agree about the state of developer.gnome.org.
There was an initiative to revamp it, which you can read about on @bastianilso’s blog: this post is a good starting point. I haven’t seen much progress recently, so I think nobody is volunteering any time on the initiative at the moment.
Would it be possible to move to readthedocs.org? GTK uses gtk-doc for documentation, and I believe readthedocs.org requires Sphinx or mkdocs. I think we’d likely also want a self-hosted solution rather than relying on a 3rd party. It would be great if there was a simple way to improve the developer.gnome.org site, though.
Happy holidays
edit: I also found this on the wiki, which seems relevant.
It would be great if someone could, one day, go through the whole documentation part.
The documentation is not bad, but it is also far from perfect; ruby has a similar problem
by the way. Oddly enough, python has a very good documentation - I am reading a pygtk
book right now and the examples can almost be used 1:1 in ruby. (One has to adjust
things a bit, but since I know both ruby and python, this is not difficult.)
I think if the official documentation could be improved, I’d try to make it a bit more like
a wiki, allowing user contributions too, and a bit of collecting snippets from, say,
stack-overflow. I’d also visually make the font size a bit larger and easier to read.
Python has some nice documentation as example.
I am also aware that nobody wants to write documentation really, I understand
that, but someone has to do it eventually.
I think we’d likely also want a self-hosted solution rather than relying on a 3rd party.
This would be good; I think KDE has done something similar to this lately with the
re-design of their website and related parts. There tend to be two main user group
for documentation - the newcomers. They need all the help. And then, the more
experienced guys; they tend to need more quick references only. Right now it seems
gtk/gnome caters more to the more experienced guys, which makes it hard to get
entry into. The higher that initial barrier is, the less likely people go to it. (Qt has a
similar problem by the way.)
We are not going to use ReadTheDocs for GNOME API references: we prefer hosting our documentation ourselves, since it’s supposed to be integrated with our release infrastructure.
Additionally, API references for C libraries are generated via gtk-doc.