[devdocsgjs/wip/andyholmes/gnome41-fixes: 3/4] defaults: set the default documentations for common GNOME libraries




commit e7354c4cf18d23976b93ece1c1d60a1e65d793f9
Author: Andy Holmes <andrew g r holmes gmail com>
Date:   Sat Jan 15 00:01:05 2022 -0800

    defaults: set the default documentations for common GNOME libraries
    
    Update the app settings for Devdocs to enable common GNOME libraries, so
    new users get a reasonable out-of-the-box experience. The chosen
    libraries include those that fall under the general categories of GLib,
    GTK4 and GNOME Shell.
    
    fixes #30

 lib/app.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lib/app.rb b/lib/app.rb
index d892b039..3cb37d60 100644
--- a/lib/app.rb
+++ b/lib/app.rb
@@ -32,7 +32,7 @@ class App < Sinatra::Application
     set :docs_origin, File.join('', docs_prefix)
     set :docs_path, File.join(public_folder, docs_prefix)
     set :docs_manifest_path, File.join(docs_path, 'docs.json')
-    set :default_docs, %w(css dom dom_events html http javascript)
+    set :default_docs, %w(css javascript glib20 gio20 gobject20 cairo10 gdkpixbuf20 gdk40 gsk40 gtk40 
pango10 clutter9 meta9 st10 shell01)
     set :news_path, File.join(root, assets_prefix, 'javascripts', 'gnome_news.json')
 
     set :csp, false


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]